Class FbxPose
Inheritance
System.Object
FbxPose
Syntax
public class FbxPose : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Add(FbxNode, FbxMatrix)
Declaration
public int Add(FbxNode pNode, FbxMatrix pMatrix)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Add(FbxNode, FbxMatrix, Boolean)
Declaration
public int Add(FbxNode pNode, FbxMatrix pMatrix, bool pLocalMatrix)
Parameters
| Type |
Name |
Description |
| FbxNode |
pNode |
|
| FbxMatrix |
pMatrix |
|
| System.Boolean |
pLocalMatrix |
|
Returns
| Type |
Description |
| System.Int32 |
|
Add(FbxNode, FbxMatrix, Boolean, Boolean)
Declaration
public int Add(FbxNode pNode, FbxMatrix pMatrix, bool pLocalMatrix, bool pMultipleBindPose)
Parameters
| Type |
Name |
Description |
| FbxNode |
pNode |
|
| FbxMatrix |
pMatrix |
|
| System.Boolean |
pLocalMatrix |
|
| System.Boolean |
pMultipleBindPose |
|
Returns
| Type |
Description |
| System.Int32 |
|
Create(FbxManager, String)
Declaration
public static FbxPose Create(FbxManager pManager, string pName)
Parameters
| Type |
Name |
Description |
| FbxManager |
pManager |
|
| System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxPose Create(FbxObject pContainer, string pName)
Parameters
| Type |
Name |
Description |
| FbxObject |
pContainer |
|
| System.String |
pName |
|
Returns
Equals(FbxPose)
Declaration
public bool Equals(FbxPose other)
Parameters
| Type |
Name |
Description |
| FbxPose |
other |
|
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
GetCount()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
GetMatrix(Int32)
Declaration
public FbxMatrix GetMatrix(int pIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
Returns
GetNode(Int32)
Declaration
public FbxNode GetNode(int pIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
Returns
IsBindPose()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
SetIsBindPose(Boolean)
Declaration
public void SetIsBindPose(bool pIsBindPose)
Parameters
| Type |
Name |
Description |
| System.Boolean |
pIsBindPose |
|
Operators
Equality(FbxPose, FbxPose)
Declaration
public static bool operator ==(FbxPose a, FbxPose b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(FbxPose, FbxPose)
Declaration
public static bool operator !=(FbxPose a, FbxPose b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|