C# 클래스 Ms3dLoader.Vertex

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

공개 프로퍼티들

프로퍼티 타입 설명
boneId0 sbyte
boneId1 sbyte
boneId2 sbyte
boneId3 sbyte
flags System.Flags
referenceCount byte
vertex Vector3
weight0 float
weight1 float
weight2 float

공개 메소드들

메소드 설명
ToString ( ) : string
Vertex ( BinaryReader r ) : System
Vertex ( BinaryReader r, Vertex v, int subVersion ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vertex() 공개 메소드

public Vertex ( BinaryReader r ) : System
r System.IO.BinaryReader
리턴 System

Vertex() 공개 메소드

public Vertex ( BinaryReader r, Vertex v, int subVersion ) : System
r System.IO.BinaryReader
v Vertex
subVersion int
리턴 System

프로퍼티 상세

boneId0 공개적으로 프로퍼티

public sbyte boneId0
리턴 sbyte

boneId1 공개적으로 프로퍼티

public sbyte boneId1
리턴 sbyte

boneId2 공개적으로 프로퍼티

public sbyte boneId2
리턴 sbyte

boneId3 공개적으로 프로퍼티

public sbyte boneId3
리턴 sbyte

flags 공개적으로 프로퍼티

public Flags,System flags
리턴 System.Flags

referenceCount 공개적으로 프로퍼티

public byte referenceCount
리턴 byte

vertex 공개적으로 프로퍼티

public Vector3 vertex
리턴 Vector3

weight0 공개적으로 프로퍼티

public float weight0
리턴 float

weight1 공개적으로 프로퍼티

public float weight1
리턴 float

weight2 공개적으로 프로퍼티

public float weight2
리턴 float