Property | Type | Description | |
---|---|---|---|
Bones | List |
||
Bounding | BoundingStruct | ||
LODModels | List |
||
Materials | List |
||
MyIndex | int | ||
Origin | System.Vector3 | ||
Owner | UDKObject | ||
Rotation | System.Vector3 | ||
SkeletonDepth | int |
Method | Description | |
---|---|---|
Serialize ( SerializingContainer Container ) : void | ||
SkeletalMesh ( UDKObject udk, int Index ) : System | ||
ToTree ( ) : |
Method | Description | |
---|---|---|
BonesToTree ( ) : |
||
BoundingsToTree ( ) : |
||
GetFlags ( int n ) : |
||
GetProperties ( int n ) : |
||
GetPropertyEnd ( int n ) : int | ||
LODsToTree ( ) : |
||
MaterialsToTree ( ) : |
||
OrgRotToTree ( ) : |
||
SerializeBones ( SerializingContainer Container ) : void | ||
SerializeBoundings ( SerializingContainer Container ) : void | ||
SerializeLODs ( SerializingContainer Container ) : void | ||
SerializeMaterials ( SerializingContainer Container ) : void | ||
SerializeOrgRot ( SerializingContainer Container ) : void |
public Serialize ( SerializingContainer Container ) : void | ||
Container | SerializingContainer | |
return | void |
public SkeletalMesh ( UDKObject udk, int Index ) : System | ||
udk | UDKObject | |
Index | int | |
return | System |