Class FbxImporter
Inheritance
System.Object
FbxImporter
Syntax
public class FbxImporter : FbxIOBase, IDisposable, IEquatable<FbxEmitter>
Methods
Create(FbxManager, String)
Declaration
public static FbxImporter Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxImporter Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxImporter)
Declaration
public bool Equals(FbxImporter 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
GetActiveAnimStackName()
Declaration
public string GetActiveAnimStackName()
Returns
Type |
Description |
System.String |
|
GetAnimStackCount()
Declaration
public int GetAnimStackCount()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public FbxIOFileHeaderInfo GetFileHeaderInfo()
Returns
GetFileVersion(out Int32, out Int32, out Int32)
Declaration
public void GetFileVersion(out int pMajor, out int pMinor, out int pRevision)
Parameters
Type |
Name |
Description |
System.Int32 |
pMajor |
|
System.Int32 |
pMinor |
|
System.Int32 |
pRevision |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Import(FbxDocument)
Declaration
public bool Import(FbxDocument pDocument)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsFBX()
Declaration
Returns
Type |
Description |
System.Boolean |
|
SetProgressCallback(Globals.FbxProgressCallback)
Declaration
public void SetProgressCallback(Globals.FbxProgressCallback callback)
Parameters
Operators
Equality(FbxImporter, FbxImporter)
Declaration
public static bool operator ==(FbxImporter a, FbxImporter b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxImporter, FbxImporter)
Declaration
public static bool operator !=(FbxImporter a, FbxImporter b)
Parameters
Returns
Type |
Description |
System.Boolean |
|