Class FbxIOSettings
Inheritance
System.Object
FbxIOSettings
Syntax
public class FbxIOSettings : FbxObject, IDisposable, IEquatable<FbxEmitter>
Methods
Create(FbxManager, String)
Declaration
public static FbxIOSettings Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxIOSettings Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Equals(FbxIOSettings)
Declaration
public bool Equals(FbxIOSettings 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
SetBoolProp(String, Boolean)
Declaration
public void SetBoolProp(string pName, bool pValue)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Boolean |
pValue |
|
Operators
Equality(FbxIOSettings, FbxIOSettings)
Declaration
public static bool operator ==(FbxIOSettings a, FbxIOSettings b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxIOSettings, FbxIOSettings)
Declaration
public static bool operator !=(FbxIOSettings a, FbxIOSettings b)
Parameters
Returns
Type |
Description |
System.Boolean |
|