void Awake()
 {
     parentActor = GetComponent <ActorBody> ();
     UpdateCollisionRaySpacing();
 }
示例#2
0
 protected virtual void Awake()
 {
     parentActor = GetComponent <ActorBody> ();
 }