C# 클래스 AriDEVParser.Util.Vector2

파일 보기 프로젝트 열기: AriDEV/AriDEVParser

공개 프로퍼티들

프로퍼티 타입 설명
X float
Y float

공개 메소드들

메소드 설명
ToString ( ) : string
Vector2 ( float x, float y ) : System.Runtime.InteropServices

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector2() 공개 메소드

public Vector2 ( float x, float y ) : System.Runtime.InteropServices
x float
y float
리턴 System.Runtime.InteropServices

프로퍼티 상세

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float