Inheritance
System.Object
FbxSubDeformer
public class FbxSubDeformer : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Declaration
public static FbxSubDeformer Create(FbxManager pManager, string pName)
Parameters
| Type |
Name |
Description |
| FbxManager |
pManager |
|
| System.String |
pName |
|
Returns
Declaration
public static FbxSubDeformer Create(FbxObject pContainer, string pName)
Parameters
| Type |
Name |
Description |
| FbxObject |
pContainer |
|
| System.String |
pName |
|
Returns
Declaration
public bool Equals(FbxSubDeformer 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 override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
Operators
Declaration
public static bool operator ==(FbxSubDeformer a, FbxSubDeformer b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool operator !=(FbxSubDeformer a, FbxSubDeformer b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|