C# 클래스 Warcraft.MDX.Geometry.MDXVertex

파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
BoneIndices List
BoneWeights List
Normal Vector3f
Position Vector3f
UVCoordinates_Channel1 Vector2f
UVCoordinates_Channel2 Vector2f

공개 메소드들

메소드 설명
MDXVertex ( byte data ) : System.Collections.Generic

메소드 상세

MDXVertex() 공개 메소드

public MDXVertex ( byte data ) : System.Collections.Generic
data byte
리턴 System.Collections.Generic

프로퍼티 상세

BoneIndices 공개적으로 프로퍼티

public List BoneIndices
리턴 List

BoneWeights 공개적으로 프로퍼티

public List BoneWeights
리턴 List

Normal 공개적으로 프로퍼티

public Vector3f Normal
리턴 Vector3f

Position 공개적으로 프로퍼티

public Vector3f Position
리턴 Vector3f

UVCoordinates_Channel1 공개적으로 프로퍼티

public Vector2f UVCoordinates_Channel1
리턴 Vector2f

UVCoordinates_Channel2 공개적으로 프로퍼티

public Vector2f UVCoordinates_Channel2
리턴 Vector2f