C# 클래스 Nez.Vector3Ext

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
toVector2 ( this vec ) : Vector2

returns a Vector2 ignoring the z component

메소드 상세

toVector2() 공개 정적인 메소드

returns a Vector2 ignoring the z component
public static toVector2 ( this vec ) : Vector2
vec this Vec.
리턴 Microsoft.Xna.Framework.Vector2