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

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

Свойство Type Description
B float3
G float3
N float3
P float3
T float2

Méthodes publiques

Méthode Description
Load ( BinaryReader _R ) : void
Save ( BinaryWriter _W ) : void

Method Details

Load() public méthode

public Load ( BinaryReader _R ) : void
_R System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter _W ) : void
_W System.IO.BinaryWriter
Résultat void

Property Details

B public_oe property

public float3 B
Résultat float3

G public_oe property

public float3 G
Résultat float3

N public_oe property

public float3 N
Résultat float3

P public_oe property

public float3 P
Résultat float3

T public_oe property

public float2 T
Résultat float2