C# Class GCXFormat.Scene.Mesh.Primitive.Vertex

Mostra file Open project: Patapom/GodComplex

Public Properties

Property Type Description
B float3
G float3
N float3
P float3
T float2

Public Methods

Method Description
Load ( BinaryReader _R ) : void
Save ( BinaryWriter _W ) : void

Method Details

Load() public method

public Load ( BinaryReader _R ) : void
_R System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter _W ) : void
_W System.IO.BinaryWriter
return void

Property Details

B public_oe property

public float3 B
return float3

G public_oe property

public float3 G
return float3

N public_oe property

public float3 N
return float3

P public_oe property

public float3 P
return float3

T public_oe property

public float2 T
return float2