Class FbxDataType
Inheritance
System.Object
FbxDataType
Syntax
public class FbxDataType : IDisposable
Constructors
FbxDataType()
Declaration
FbxDataType(EFbxType)
Declaration
public FbxDataType(EFbxType pType)
Parameters
FbxDataType(FbxDataType)
Declaration
public FbxDataType(FbxDataType pDataType)
Parameters
FbxDataType(String, EFbxType)
Declaration
public FbxDataType(string pName, EFbxType pType)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
EFbxType |
pType |
|
FbxDataType(String, FbxDataType)
Declaration
public FbxDataType(string pName, FbxDataType pDataType)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
FbxDataType |
pDataType |
|
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(FbxDataType)
Declaration
public bool Equals(FbxDataType 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
System.Object.Equals(System.Object)
Finalize()
Declaration
protected void Finalize()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
GetName()
Declaration
Returns
Type |
Description |
System.String |
|
GetNameForIO()
Declaration
public string GetNameForIO()
Returns
Type |
Description |
System.String |
|
Is(FbxDataType)
Declaration
public bool Is(FbxDataType pDataType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ToEnum()
Declaration
Returns
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Valid()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Operators
Equality(FbxDataType, FbxDataType)
Declaration
public static bool operator ==(FbxDataType a, FbxDataType b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDataType, FbxDataType)
Declaration
public static bool operator !=(FbxDataType a, FbxDataType b)
Parameters
Returns
Type |
Description |
System.Boolean |
|