C# Class UDKExplorer.UDK.Classes.SkeletalMesh

Exibir arquivo 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_oe property

public List Bones
return List

Bounding public_oe property

public BoundingStruct Bounding
return BoundingStruct

LODModels public_oe property

public List LODModels
return List

Materials public_oe property

public List Materials
return List

MyIndex public_oe property

public int MyIndex
return int

Origin public_oe property

public Vector3,System Origin
return System.Vector3

Owner public_oe property

public UDKObject Owner
return UDKObject

Rotation public_oe property

public Vector3,System Rotation
return System.Vector3

SkeletonDepth public_oe property

public int SkeletonDepth
return int