Class FbxSkin
Inheritance
System.Object
FbxSkin
Syntax
public class FbxSkin : FbxDeformer, IDisposable, IEquatable<FbxEmitter>
Methods
AddCluster(FbxCluster)
Declaration
public bool AddCluster(FbxCluster pCluster)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Create(FbxManager, String)
Declaration
public static FbxSkin Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxSkin Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxSkin)
Declaration
public bool Equals(FbxSkin other)
Parameters
Type |
Name |
Description |
FbxSkin |
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
GetCluster(Int32)
Declaration
public FbxCluster GetCluster(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
Equality(FbxSkin, FbxSkin)
Declaration
public static bool operator ==(FbxSkin a, FbxSkin b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxSkin, FbxSkin)
Declaration
public static bool operator !=(FbxSkin a, FbxSkin b)
Parameters
Returns
Type |
Description |
System.Boolean |
|