Class FbxLayerElementArrayTemplateFbxColor
Inheritance
FbxLayerElementArrayTemplateFbxColor
Assembly: Autodesk.Fbx.dll
Syntax
public class FbxLayerElementArrayTemplateFbxColor : FbxLayerElementArray, IDisposable
Constructors
FbxLayerElementArrayTemplateFbxColor()
Declaration
public FbxLayerElementArrayTemplateFbxColor()
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
~FbxLayerElementArrayTemplateFbxColor()
Declaration
protected ~FbxLayerElementArrayTemplateFbxColor()
GetAt(int)
Declaration
public FbxColor GetAt(int pIndex)
Parameters
Type |
Name |
Description |
int |
pIndex |
|
Returns
Implements