Class FbxSemanticEntryView
Inheritance
FbxSemanticEntryView
Assembly: Autodesk.Fbx.dll
Syntax
public class FbxSemanticEntryView : FbxEntryView, IDisposable
Constructors
FbxSemanticEntryView(FbxBindingTableEntry, bool)
Declaration
public FbxSemanticEntryView(FbxBindingTableEntry pEntry, bool pAsSource)
Parameters
FbxSemanticEntryView(FbxBindingTableEntry, bool, bool)
Declaration
public FbxSemanticEntryView(FbxBindingTableEntry pEntry, bool pAsSource, bool pCreate)
Parameters
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
~FbxSemanticEntryView()
Declaration
protected ~FbxSemanticEntryView()
GetIndex()
Declaration
Returns
GetSemantic()
Declaration
public string GetSemantic()
Returns
GetSemantic(bool)
Declaration
public string GetSemantic(bool pAppendIndex)
Parameters
Type |
Name |
Description |
bool |
pAppendIndex |
|
Returns
SetSemantic(string)
Declaration
public void SetSemantic(string pSemantic)
Parameters
Type |
Name |
Description |
string |
pSemantic |
|
Implements