C# 클래스 VSViewer.FileFormats.Vertex

파일 보기 프로젝트 열기: MercurialForge/VSViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boneID System.Int16
groupID int
x System.Int16
y System.Int16
z System.Int16

공개 메소드들

메소드 설명
GetVector ( ) : System.Vector3

메소드 상세

GetVector() 공개 메소드

public GetVector ( ) : System.Vector3
리턴 System.Vector3

프로퍼티 상세

boneID 공개적으로 프로퍼티

public Int16,System boneID
리턴 System.Int16

groupID 공개적으로 프로퍼티

public int groupID
리턴 int

x 공개적으로 프로퍼티

public Int16,System x
리턴 System.Int16

y 공개적으로 프로퍼티

public Int16,System y
리턴 System.Int16

z 공개적으로 프로퍼티

public Int16,System z
리턴 System.Int16