C# Class ME3Explorer.Unreal.Classes.SkeletalMesh

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Bones List
Bounding BoundingStruct
DirectXSections List
Flags int
LODModels List
Loaded bool
MatInsts List
Materials List
MyIndex int
Origin System.Vector3
Owner ME3Package
Rotation System.Vector3
SkeletonDepth int
TailNames List
Unk1 int
Unk2 int
Unk3 List

Méthodes publiques

Méthode Description
DrawMesh ( Device device, int lod ) : void
GetPropertyEnd ( ) : int
Serialize ( SerializingContainer Container ) : void
SkeletalMesh ( ) : System
SkeletalMesh ( ME3Package pcc, int Index ) : System
ToTree ( ) : TreeNode

Private Methods

Méthode Description
BonesToTree ( ) : TreeNode
BoundingsToTree ( ) : TreeNode
GenerateDXMeshes ( ) : void
GetFlags ( int n ) : TreeNode
GetProperties ( int n ) : TreeNode
HalfToFloat ( UInt16 val ) : float
LODsToTree ( ) : TreeNode
MaterialsToTree ( ) : TreeNode
OrgRotToTree ( ) : TreeNode
SerializeBones ( SerializingContainer Container ) : void
SerializeBoundings ( SerializingContainer Container ) : void
SerializeLODs ( SerializingContainer Container ) : void
SerializeMaterials ( SerializingContainer Container ) : void
SerializeOrgRot ( SerializingContainer Container ) : void
SerializeTail ( SerializingContainer Container ) : void
TailToTree ( ) : TreeNode

Method Details

DrawMesh() public méthode

public DrawMesh ( Device device, int lod ) : void
device Device
lod int
Résultat void

GetPropertyEnd() public méthode

public GetPropertyEnd ( ) : int
Résultat int

Serialize() public méthode

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
Résultat void

SkeletalMesh() public méthode

public SkeletalMesh ( ) : System
Résultat System

SkeletalMesh() public méthode

public SkeletalMesh ( ME3Package pcc, int Index ) : System
pcc ME3Package
Index int
Résultat System

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

Bones public_oe property

public List Bones
Résultat List

Bounding public_oe property

public BoundingStruct Bounding
Résultat BoundingStruct

DirectXSections public_oe property

public List DirectXSections
Résultat List

Flags public_oe property

public int Flags
Résultat int

LODModels public_oe property

public List LODModels
Résultat List

Loaded public_oe property

public bool Loaded
Résultat bool

MatInsts public_oe property

public List MatInsts
Résultat List

Materials public_oe property

public List Materials
Résultat List

MyIndex public_oe property

public int MyIndex
Résultat int

Origin public_oe property

public Vector3,System Origin
Résultat System.Vector3

Owner public_oe property

public ME3Package Owner
Résultat ME3Package

Rotation public_oe property

public Vector3,System Rotation
Résultat System.Vector3

SkeletonDepth public_oe property

public int SkeletonDepth
Résultat int

TailNames public_oe property

public List TailNames
Résultat List

Unk1 public_oe property

public int Unk1
Résultat int

Unk2 public_oe property

public int Unk2
Résultat int

Unk3 public_oe property

public List Unk3
Résultat List