Class FbxSemanticEntryView
Inheritance
System.Object
FbxSemanticEntryView
Syntax
public class FbxSemanticEntryView : FbxEntryView, IDisposable
Constructors
FbxSemanticEntryView(FbxBindingTableEntry, Boolean)
Declaration
public FbxSemanticEntryView(FbxBindingTableEntry pEntry, bool pAsSource)
Parameters
FbxSemanticEntryView(FbxBindingTableEntry, Boolean, Boolean)
Declaration
public FbxSemanticEntryView(FbxBindingTableEntry pEntry, bool pAsSource, bool pCreate)
Parameters
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Finalize()
Declaration
protected void Finalize()
GetIndex()
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
GetSemantic()
Declaration
public string GetSemantic()
Returns
| Type |
Description |
| System.String |
|
GetSemantic(Boolean)
Declaration
public string GetSemantic(bool pAppendIndex)
Parameters
| Type |
Name |
Description |
| System.Boolean |
pAppendIndex |
|
Returns
| Type |
Description |
| System.String |
|
SetSemantic(String)
Declaration
public void SetSemantic(string pSemantic)
Parameters
| Type |
Name |
Description |
| System.String |
pSemantic |
|