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