C# Class Ms3dLoader.Vertex

Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Свойство Type Description
boneId0 sbyte
boneId1 sbyte
boneId2 sbyte
boneId3 sbyte
flags System.Flags
referenceCount byte
vertex Vector3
weight0 float
weight1 float
weight2 float

Méthodes publiques

Méthode Description
ToString ( ) : string
Vertex ( BinaryReader r ) : System
Vertex ( BinaryReader r, Vertex v, int subVersion ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Vertex() public méthode

public Vertex ( BinaryReader r ) : System
r System.IO.BinaryReader
Résultat System

Vertex() public méthode

public Vertex ( BinaryReader r, Vertex v, int subVersion ) : System
r System.IO.BinaryReader
v Vertex
subVersion int
Résultat System

Property Details

boneId0 public_oe property

public sbyte boneId0
Résultat sbyte

boneId1 public_oe property

public sbyte boneId1
Résultat sbyte

boneId2 public_oe property

public sbyte boneId2
Résultat sbyte

boneId3 public_oe property

public sbyte boneId3
Résultat sbyte

flags public_oe property

public Flags,System flags
Résultat System.Flags

referenceCount public_oe property

public byte referenceCount
Résultat byte

vertex public_oe property

public Vector3 vertex
Résultat Vector3

weight0 public_oe property

public float weight0
Résultat float

weight1 public_oe property

public float weight1
Résultat float

weight2 public_oe property

public float weight2
Résultat float