Property | Type | Description | |
---|---|---|---|
UnitX | System.Vector3 | ||
UnitY | System.Vector3 | ||
UnitZ | System.Vector3 |
Method | Description | |
---|---|---|
BitColorConverter ( |
||
CreateGeometry ( |
||
GetGroups ( EndianBinaryReader reader, int numGroups ) : List |
||
GetJoints ( EndianBinaryReader reader, int numJoints ) : List |
||
GetPolygons ( EndianBinaryReader reader, int numAllPolygons ) : List |
||
GetTextures ( EndianBinaryReader reader, int numOfPalettes ) : List |
||
GetVertices ( EndianBinaryReader reader, List |
||
Rot2Quat ( float radX, float radY, float radZ ) : Quaternion |
Method | Description | |
---|---|---|
ConstructCharacterPalettes ( EndianBinaryReader reader, List |
||
ConstructWeaponPalettes ( EndianBinaryReader reader, List |
public static BitColorConverter ( |
||
color | ||
return | byte[] |
public static CreateGeometry ( |
||
sourceObject | ||
return | Geometry |
public static GetGroups ( EndianBinaryReader reader, int numGroups ) : List |
||
reader | EndianBinaryReader | |
numGroups | int | |
return | List |
public static GetJoints ( EndianBinaryReader reader, int numJoints ) : List |
||
reader | EndianBinaryReader | |
numJoints | int | |
return | List |
public static GetPolygons ( EndianBinaryReader reader, int numAllPolygons ) : List |
||
reader | EndianBinaryReader | |
numAllPolygons | int | |
return | List |
public static GetTextures ( EndianBinaryReader reader, int numOfPalettes ) : List |
||
reader | EndianBinaryReader | |
numOfPalettes | int | |
return | List |
public static GetVertices ( EndianBinaryReader reader, List |
||
reader | EndianBinaryReader | |
groups | List |
|
return | List |
public static Rot2Quat ( float radX, float radY, float radZ ) : Quaternion | ||
radX | float | |
radY | float | |
radZ | float | |
return | Quaternion |