C# Class UDKExplorer.UDK.Classes.SkeletalMesh

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Bones List
Bounding BoundingStruct
LODModels List
Materials List
MyIndex int
Origin System.Vector3
Owner UDKObject
Rotation System.Vector3
SkeletonDepth int

Public Methods

Method Description
Serialize ( SerializingContainer Container ) : void
SkeletalMesh ( UDKObject udk, int Index ) : System
ToTree ( ) : TreeNode

Private Methods

Method Description
BonesToTree ( ) : TreeNode
BoundingsToTree ( ) : TreeNode
GetFlags ( int n ) : TreeNode
GetProperties ( int n ) : TreeNode
GetPropertyEnd ( int n ) : int
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

Method Details

Serialize() public method

public Serialize ( SerializingContainer Container ) : void
Container SerializingContainer
return void

SkeletalMesh() public method

public SkeletalMesh ( UDKObject udk, int Index ) : System
udk UDKObject
Index int
return System

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Property Details

Bones public property

public List Bones
return List

Bounding public property

public BoundingStruct Bounding
return BoundingStruct

LODModels public property

public List LODModels
return List

Materials public property

public List Materials
return List

MyIndex public property

public int MyIndex
return int

Origin public property

public Vector3,System Origin
return System.Vector3

Owner public property

public UDKObject Owner
return UDKObject

Rotation public property

public Vector3,System Rotation
return System.Vector3

SkeletonDepth public property

public int SkeletonDepth
return int