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