Class FbxSkeleton
Inheritance
System.Object
FbxSkeleton
Syntax
public class FbxSkeleton : FbxNodeAttribute, IDisposable, IEquatable<FbxEmitter>
Properties
LimbLength
Declaration
public FbxPropertyDouble LimbLength { get; }
Property Value
sDefaultLimbLength
Declaration
public static double sDefaultLimbLength { get; }
Property Value
Type |
Description |
System.Double |
|
sDefaultSize
Declaration
public static double sDefaultSize { get; }
Property Value
Type |
Description |
System.Double |
|
Size
Declaration
public FbxPropertyDouble Size { get; }
Property Value
sLimbLength
Declaration
public static string sLimbLength { get; }
Property Value
Type |
Description |
System.String |
|
sSize
Declaration
public static string sSize { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Create(FbxManager, String)
Declaration
public static FbxSkeleton Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxSkeleton Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxSkeleton)
Declaration
public bool Equals(FbxSkeleton other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetLimbLengthDefaultValue()
Declaration
public double GetLimbLengthDefaultValue()
Returns
Type |
Description |
System.Double |
|
GetLimbNodeColor()
Declaration
public FbxColor GetLimbNodeColor()
Returns
GetLimbNodeColorDefaultValue()
Declaration
public FbxColor GetLimbNodeColorDefaultValue()
Returns
GetLimbNodeColorIsSet()
Declaration
public bool GetLimbNodeColorIsSet()
Returns
Type |
Description |
System.Boolean |
|
GetLimbNodeSizeDefaultValue()
Declaration
public double GetLimbNodeSizeDefaultValue()
Returns
Type |
Description |
System.Double |
|
GetSkeletonType()
Declaration
public FbxSkeleton.EType GetSkeletonType()
Returns
GetSkeletonTypeDefaultValue()
Declaration
public FbxSkeleton.EType GetSkeletonTypeDefaultValue()
Returns
GetSkeletonTypeIsSet()
Declaration
public bool GetSkeletonTypeIsSet()
Returns
Type |
Description |
System.Boolean |
|
IsSkeletonRoot()
Declaration
public bool IsSkeletonRoot()
Returns
Type |
Description |
System.Boolean |
|
Reset()
Declaration
SetLimbNodeColor(FbxColor)
Declaration
public bool SetLimbNodeColor(FbxColor pColor)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SetSkeletonType(FbxSkeleton.EType)
Declaration
public void SetSkeletonType(FbxSkeleton.EType pSkeletonType)
Parameters
Operators
Equality(FbxSkeleton, FbxSkeleton)
Declaration
public static bool operator ==(FbxSkeleton a, FbxSkeleton b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxSkeleton, FbxSkeleton)
Declaration
public static bool operator !=(FbxSkeleton a, FbxSkeleton b)
Parameters
Returns
Type |
Description |
System.Boolean |
|