Inheritance
System.Object
FbxDeformer
public class FbxDeformer : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Declaration
public static FbxDeformer Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Declaration
public static FbxDeformer Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Declaration
public bool Equals(FbxDeformer other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public virtual FbxDeformer.EDeformerType GetDeformerType()
Returns
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
Declaration
public static bool operator ==(FbxDeformer a, FbxDeformer b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(FbxDeformer a, FbxDeformer b)
Parameters
Returns
Type |
Description |
System.Boolean |
|