Class FbxLayerElementArray
Inheritance
System.Object
FbxLayerElementArray
Syntax
public class FbxLayerElementArray : IDisposable
Constructors
FbxLayerElementArray(EFbxType)
Declaration
public FbxLayerElementArray(EFbxType pDataType)
Parameters
| Type |
Name |
Description |
| EFbxType |
pDataType |
|
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type |
Description |
| System.Boolean |
|
Methods
Add(FbxColor)
Declaration
public int Add(FbxColor pItem)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Add(FbxVector2)
Declaration
public int Add(FbxVector2 pItem)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Add(FbxVector4)
Declaration
public int Add(FbxVector4 pItem)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
Add(Int32)
Declaration
public int Add(int pItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pItem |
|
Returns
| Type |
Description |
| System.Int32 |
|
Dispose()
Declaration
public virtual void Dispose()
Finalize()
Declaration
protected void Finalize()
GetCount()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
SetAt(Int32, FbxColor)
Declaration
public void SetAt(int pIndex, FbxColor pItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
| FbxColor |
pItem |
|
SetAt(Int32, FbxVector2)
Declaration
public void SetAt(int pIndex, FbxVector2 pItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
| FbxVector2 |
pItem |
|
SetAt(Int32, FbxVector4)
Declaration
public void SetAt(int pIndex, FbxVector4 pItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
| FbxVector4 |
pItem |
|
SetAt(Int32, Int32)
Declaration
public void SetAt(int pIndex, int pItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pIndex |
|
| System.Int32 |
pItem |
|
SetCount(Int32)
Declaration
public void SetCount(int pCount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
pCount |
|