Class FbxImplementation
Inheritance
System.Object
FbxImplementation
Syntax
public class FbxImplementation : FbxObject, IDisposable, IEquatable<FbxEmitter>
Properties
Language
Declaration
public FbxPropertyString Language { get; }
Property Value
LanguageVersion
Declaration
public FbxPropertyString LanguageVersion { get; }
Property Value
RenderAPI
Declaration
public FbxPropertyString RenderAPI { get; }
Property Value
RenderAPIVersion
Declaration
public FbxPropertyString RenderAPIVersion { get; }
Property Value
RootBindingName
Declaration
public FbxPropertyString RootBindingName { get; }
Property Value
Methods
AddNewTable(String, String)
Declaration
public FbxBindingTable AddNewTable(string pTargetName, string pTargetType)
Parameters
| Type |
Name |
Description |
| System.String |
pTargetName |
|
| System.String |
pTargetType |
|
Returns
Create(FbxManager, String)
Declaration
public static FbxImplementation Create(FbxManager pManager, string pName)
Parameters
| Type |
Name |
Description |
| FbxManager |
pManager |
|
| System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxImplementation Create(FbxObject pContainer, string pName)
Parameters
| Type |
Name |
Description |
| FbxObject |
pContainer |
|
| System.String |
pName |
|
Returns
Equals(FbxImplementation)
Declaration
public bool Equals(FbxImplementation 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
GetRootTable()
Declaration
public FbxBindingTable GetRootTable()
Returns
Operators
Equality(FbxImplementation, FbxImplementation)
Declaration
public static bool operator ==(FbxImplementation a, FbxImplementation b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(FbxImplementation, FbxImplementation)
Declaration
public static bool operator !=(FbxImplementation a, FbxImplementation b)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|