Class FbxDeformer
Assembly: Autodesk.Fbx.dll
public class FbxDeformer : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Declaration
public static FbxDeformer Create(FbxManager pManager, string pName)
Parameters
Returns
Declaration
public static FbxDeformer Create(FbxObject pContainer, string pName)
Parameters
Returns
Declaration
public bool Equals(FbxDeformer other)
Parameters
Returns
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Declaration
public virtual FbxDeformer.EDeformerType GetDeformerType()
Returns
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Declaration
public static bool operator ==(FbxDeformer a, FbxDeformer b)
Parameters
Returns
Declaration
public static bool operator !=(FbxDeformer a, FbxDeformer b)
Parameters
Returns
Implements