Class FbxBindingTable
Inheritance
System.Object
FbxBindingTable
Syntax
public class FbxBindingTable : FbxBindingTableBase, IDisposable, IEquatable<FbxEmitter>
Properties
DescAbsoluteURL
Declaration
public FbxPropertyString DescAbsoluteURL { get; }
Property Value
DescRelativeURL
Declaration
public FbxPropertyString DescRelativeURL { get; }
Property Value
DescTAG
Declaration
public FbxPropertyString DescTAG { get; }
Property Value
Methods
Create(FbxManager, String)
Declaration
public static FbxBindingTable Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxBindingTable Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxBindingTable)
Declaration
public bool Equals(FbxBindingTable 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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Operators
Equality(FbxBindingTable, FbxBindingTable)
Declaration
public static bool operator ==(FbxBindingTable a, FbxBindingTable b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxBindingTable, FbxBindingTable)
Declaration
public static bool operator !=(FbxBindingTable a, FbxBindingTable b)
Parameters
Returns
Type |
Description |
System.Boolean |
|