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