C# 클래스 GCXFormat.Scene.Mesh.Primitive.Vertex

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
B float3
G float3
N float3
P float3
T float2

공개 메소드들

메소드 설명
Load ( BinaryReader _R ) : void
Save ( BinaryWriter _W ) : void

메소드 상세

Load() 공개 메소드

public Load ( BinaryReader _R ) : void
_R System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter _W ) : void
_W System.IO.BinaryWriter
리턴 void

프로퍼티 상세

B 공개적으로 프로퍼티

public float3 B
리턴 float3

G 공개적으로 프로퍼티

public float3 G
리턴 float3

N 공개적으로 프로퍼티

public float3 N
리턴 float3

P 공개적으로 프로퍼티

public float3 P
리턴 float3

T 공개적으로 프로퍼티

public float2 T
리턴 float2