Class FbxDocument
Inheritance
System.Object
FbxDocument
Syntax
public class FbxDocument : FbxCollection, IDisposable, IEquatable<FbxEmitter>
Methods
Create(FbxManager, String)
Declaration
public static FbxDocument Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxDocument Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxDocument)
Declaration
public bool Equals(FbxDocument 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
GetDocumentInfo()
Declaration
public FbxDocumentInfo GetDocumentInfo()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
SetDocumentInfo(FbxDocumentInfo)
Declaration
public void SetDocumentInfo(FbxDocumentInfo pSceneInfo)
Parameters
Operators
Equality(FbxDocument, FbxDocument)
Declaration
public static bool operator ==(FbxDocument a, FbxDocument b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDocument, FbxDocument)
Declaration
public static bool operator !=(FbxDocument a, FbxDocument b)
Parameters
Returns
Type |
Description |
System.Boolean |
|