Ejemplo n.º 1
0
 public void GetPositionAndDirection(float offset, out Vector3 position, out Vector3 direction)
 {
     position  = Enter.GetPosition(Position + offset) + new Vector3(0f, Height, 0f);
     direction = Enter.NormalDir;
 }