Class FbxCluster
Inheritance
System.Object
FbxCluster
Syntax
public class FbxCluster : FbxSubDeformer, IDisposable, IEquatable<FbxEmitter>
Methods
AddControlPointIndex(Int32, Double)
Declaration
public void AddControlPointIndex(int pIndex, double pWeight)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
System.Double |
pWeight |
|
Create(FbxManager, String)
Declaration
public static FbxCluster Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxCluster Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxCluster)
Declaration
public bool Equals(FbxCluster 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
GetControlPointIndexAt(Int32)
Declaration
public int GetControlPointIndexAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Int32 |
|
GetControlPointIndicesCount()
Declaration
public int GetControlPointIndicesCount()
Returns
Type |
Description |
System.Int32 |
|
GetControlPointWeightAt(Int32)
Declaration
public double GetControlPointWeightAt(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Double |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetLink()
Declaration
Returns
GetLinkMode()
Declaration
public FbxCluster.ELinkMode GetLinkMode()
Returns
Declaration
public FbxAMatrix GetTransformLinkMatrix(FbxAMatrix pMatrix)
Parameters
Returns
Declaration
public FbxAMatrix GetTransformMatrix(FbxAMatrix pMatrix)
Parameters
Returns
SetControlPointIWCount(Int32)
Declaration
public void SetControlPointIWCount(int pCount)
Parameters
Type |
Name |
Description |
System.Int32 |
pCount |
|
SetLink(FbxNode)
Declaration
public void SetLink(FbxNode pNode)
Parameters
Type |
Name |
Description |
FbxNode |
pNode |
|
SetLinkMode(FbxCluster.ELinkMode)
Declaration
public void SetLinkMode(FbxCluster.ELinkMode pMode)
Parameters
Declaration
public void SetTransformLinkMatrix(FbxAMatrix pMatrix)
Parameters
Declaration
public void SetTransformMatrix(FbxAMatrix pMatrix)
Parameters
Operators
Equality(FbxCluster, FbxCluster)
Declaration
public static bool operator ==(FbxCluster a, FbxCluster b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxCluster, FbxCluster)
Declaration
public static bool operator !=(FbxCluster a, FbxCluster b)
Parameters
Returns
Type |
Description |
System.Boolean |
|