Class FbxIOBase
Inheritance
System.Object
FbxIOBase
Syntax
public class FbxIOBase : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Create(FbxManager, String)
Declaration
public static FbxIOBase Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxIOBase Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxIOBase)
Declaration
public bool Equals(FbxIOBase 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
GetFileName()
Declaration
public virtual string GetFileName()
Returns
Type |
Description |
System.String |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetStatus()
Declaration
public FbxStatus GetStatus()
Returns
Initialize(String)
Declaration
public virtual bool Initialize(string pFileName)
Parameters
Type |
Name |
Description |
System.String |
pFileName |
|
Returns
Type |
Description |
System.Boolean |
|
Initialize(String, Int32)
Declaration
public virtual bool Initialize(string pFileName, int pFileFormat)
Parameters
Type |
Name |
Description |
System.String |
pFileName |
|
System.Int32 |
pFileFormat |
|
Returns
Type |
Description |
System.Boolean |
|
Initialize(String, Int32, FbxIOSettings)
Declaration
public virtual bool Initialize(string pFileName, int pFileFormat, FbxIOSettings pIOSettings)
Parameters
Type |
Name |
Description |
System.String |
pFileName |
|
System.Int32 |
pFileFormat |
|
FbxIOSettings |
pIOSettings |
|
Returns
Type |
Description |
System.Boolean |
|
Operators
Equality(FbxIOBase, FbxIOBase)
Declaration
public static bool operator ==(FbxIOBase a, FbxIOBase b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxIOBase, FbxIOBase)
Declaration
public static bool operator !=(FbxIOBase a, FbxIOBase b)
Parameters
Returns
Type |
Description |
System.Boolean |
|