Ejemplo n.º 1
0
 public void SetAllFunc(BasicMoverByRotate basicMoverByRot,
                        AngleChanger angleChanger,
                        AttackCubeShoter attCubeShoter,
                        LineDrawerWithHull lnDrWHull,
                        SetMeshTo2Vecs stMeshTo2Vecs)
 {
     this.basicMoverByRot = basicMoverByRot;
     this.angleChanger    = angleChanger;
     this.attCubeShoter   = attCubeShoter;
     this.lnDrWHull       = lnDrWHull;
     this.stMeshTo2Vecs   = stMeshTo2Vecs;
 }
Ejemplo n.º 2
0
 void Awake()
 {
     atCbShSc = GetComponent <AttackCubeShoter>();
     rotation = transform.rotation;
 }