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