void Awake() { parentActor = GetComponent <ActorBody> (); UpdateCollisionRaySpacing(); }
protected virtual void Awake() { parentActor = GetComponent <ActorBody> (); }