C# Class Ms3dLoader.Vertex

显示文件 Open project: tpb3d/TPB3D Class Usage Examples

Public Properties

Property Type Description
boneId0 sbyte
boneId1 sbyte
boneId2 sbyte
boneId3 sbyte
flags System.Flags
referenceCount byte
vertex Vector3
weight0 float
weight1 float
weight2 float

Public Methods

Method Description
ToString ( ) : string
Vertex ( BinaryReader r ) : System
Vertex ( BinaryReader r, Vertex v, int subVersion ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

Vertex() public method

public Vertex ( BinaryReader r ) : System
r System.IO.BinaryReader
return System

Vertex() public method

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

Property Details

boneId0 public_oe property

public sbyte boneId0
return sbyte

boneId1 public_oe property

public sbyte boneId1
return sbyte

boneId2 public_oe property

public sbyte boneId2
return sbyte

boneId3 public_oe property

public sbyte boneId3
return sbyte

flags public_oe property

public Flags,System flags
return System.Flags

referenceCount public_oe property

public byte referenceCount
return byte

vertex public_oe property

public Vector3 vertex
return Vector3

weight0 public_oe property

public float weight0
return float

weight1 public_oe property

public float weight1
return float

weight2 public_oe property

public float weight2
return float