BolterLibrary.AllEntities.Get2DPos C# (CSharp) 메소드

Get2DPos() 공개 정적인 메소드

public static Get2DPos ( ) : D3DXVECTOR2
리턴 D3DXVECTOR2
        public static D3DXVECTOR2 Get2DPos()
        {
            return new D3DXVECTOR2(Funcs.GetPOS(EntityType.PCMob, Axis.X, 0), Funcs.GetPOS(EntityType.PCMob, Axis.Y, 0));
        }