Class FbxObject
Inheritance
System.Object
FbxObject
Syntax
public class FbxObject : FbxEmitter, IDisposable, IEquatable<FbxEmitter>
Methods
AddImplementation(FbxImplementation)
Declaration
public bool AddImplementation(FbxImplementation pImplementation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectDstObject(FbxObject)
Declaration
public bool ConnectDstObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectDstObject(FbxObject, FbxConnection.EType)
Declaration
public bool ConnectDstObject(FbxObject pObject, FbxConnection.EType pType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectDstProperty(FbxProperty)
Declaration
public bool ConnectDstProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectSrcObject(FbxObject)
Declaration
public bool ConnectSrcObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectSrcObject(FbxObject, FbxConnection.EType)
Declaration
public bool ConnectSrcObject(FbxObject pObject, FbxConnection.EType pType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ConnectSrcProperty(FbxProperty)
Declaration
public bool ConnectSrcProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Create(FbxManager, String)
Declaration
public static FbxObject Create(FbxManager pManager, string pName)
Parameters
Type |
Name |
Description |
FbxManager |
pManager |
|
System.String |
pName |
|
Returns
Create(FbxObject, String)
Declaration
public static FbxObject Create(FbxObject pContainer, string pName)
Parameters
Type |
Name |
Description |
FbxObject |
pContainer |
|
System.String |
pName |
|
Returns
Destroy()
Declaration
public override void Destroy()
Overrides
Destroy(Boolean)
Declaration
public override void Destroy(bool pRecursive)
Parameters
Type |
Name |
Description |
System.Boolean |
pRecursive |
|
Overrides
DisconnectDstObject(FbxObject)
Declaration
public bool DisconnectDstObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
DisconnectDstProperty(FbxProperty)
Declaration
public bool DisconnectDstProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
DisconnectSrcObject(FbxObject)
Declaration
public bool DisconnectSrcObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
DisconnectSrcProperty(FbxProperty)
Declaration
public bool DisconnectSrcProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(FbxObject)
Declaration
public bool Equals(FbxObject 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
FindDstObject(String)
Declaration
public FbxObject FindDstObject(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindDstObject(String, Int32)
Declaration
public FbxObject FindDstObject(string pName, int pStartIndex)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Int32 |
pStartIndex |
|
Returns
FindDstProperty(String)
Declaration
public FbxProperty FindDstProperty(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindDstProperty(String, Int32)
Declaration
public FbxProperty FindDstProperty(string pName, int pStartIndex)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Int32 |
pStartIndex |
|
Returns
FindProperty(String)
Declaration
public FbxProperty FindProperty(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindProperty(String, FbxDataType)
Declaration
public FbxProperty FindProperty(string pName, FbxDataType pDataType)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
FbxDataType |
pDataType |
|
Returns
FindProperty(String, FbxDataType, Boolean)
Declaration
public FbxProperty FindProperty(string pName, FbxDataType pDataType, bool pCaseSensitive)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
FbxDataType |
pDataType |
|
System.Boolean |
pCaseSensitive |
|
Returns
FindProperty(String, Boolean)
Declaration
public FbxProperty FindProperty(string pName, bool pCaseSensitive)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Boolean |
pCaseSensitive |
|
Returns
FindPropertyHierarchical(String)
Declaration
public FbxProperty FindPropertyHierarchical(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindPropertyHierarchical(String, FbxDataType)
Declaration
public FbxProperty FindPropertyHierarchical(string pName, FbxDataType pDataType)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
FbxDataType |
pDataType |
|
Returns
FindPropertyHierarchical(String, FbxDataType, Boolean)
Declaration
public FbxProperty FindPropertyHierarchical(string pName, FbxDataType pDataType, bool pCaseSensitive)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
FbxDataType |
pDataType |
|
System.Boolean |
pCaseSensitive |
|
Returns
FindPropertyHierarchical(String, Boolean)
Declaration
public FbxProperty FindPropertyHierarchical(string pName, bool pCaseSensitive)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Boolean |
pCaseSensitive |
|
Returns
FindSrcObject(String)
Declaration
public FbxObject FindSrcObject(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindSrcObject(String, Int32)
Declaration
public FbxObject FindSrcObject(string pName, int pStartIndex)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Int32 |
pStartIndex |
|
Returns
FindSrcProperty(String)
Declaration
public FbxProperty FindSrcProperty(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
FindSrcProperty(String, Int32)
Declaration
public FbxProperty FindSrcProperty(string pName, int pStartIndex)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
System.Int32 |
pStartIndex |
|
Returns
GetClassRootProperty()
Declaration
public FbxProperty GetClassRootProperty()
Returns
GetDefaultImplementation()
Declaration
public FbxImplementation GetDefaultImplementation()
Returns
GetDstObject()
Declaration
public FbxObject GetDstObject()
Returns
GetDstObject(Int32)
Declaration
public FbxObject GetDstObject(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetDstObjectCount()
Declaration
public int GetDstObjectCount()
Returns
Type |
Description |
System.Int32 |
|
GetDstProperty()
Declaration
public FbxProperty GetDstProperty()
Returns
GetDstProperty(Int32)
Declaration
public FbxProperty GetDstProperty(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetDstPropertyCount()
Declaration
public int GetDstPropertyCount()
Returns
Type |
Description |
System.Int32 |
|
GetFbxManager()
Declaration
public FbxManager GetFbxManager()
Returns
GetFirstProperty()
Declaration
public FbxProperty GetFirstProperty()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetInitialName()
Declaration
public string GetInitialName()
Returns
Type |
Description |
System.String |
|
GetName()
Declaration
Returns
Type |
Description |
System.String |
|
GetNameSpaceOnly()
Declaration
public string GetNameSpaceOnly()
Returns
Type |
Description |
System.String |
|
GetNameWithoutNameSpacePrefix()
Declaration
public string GetNameWithoutNameSpacePrefix()
Returns
Type |
Description |
System.String |
|
GetNextProperty(FbxProperty)
Declaration
public FbxProperty GetNextProperty(FbxProperty pProperty)
Parameters
Returns
GetScene()
Declaration
public FbxScene GetScene()
Returns
GetSelected()
Declaration
public virtual bool GetSelected()
Returns
Type |
Description |
System.Boolean |
|
GetSrcObject()
Declaration
public FbxObject GetSrcObject()
Returns
GetSrcObject(Int32)
Declaration
public FbxObject GetSrcObject(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetSrcObjectCount()
Declaration
public int GetSrcObjectCount()
Returns
Type |
Description |
System.Int32 |
|
GetSrcProperty()
Declaration
public FbxProperty GetSrcProperty()
Returns
GetSrcProperty(Int32)
Declaration
public FbxProperty GetSrcProperty(int pIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
pIndex |
|
Returns
GetSrcPropertyCount()
Declaration
public int GetSrcPropertyCount()
Returns
Type |
Description |
System.Int32 |
|
HasDefaultImplementation()
Declaration
public bool HasDefaultImplementation()
Returns
Type |
Description |
System.Boolean |
|
IsConnectedDstObject(FbxObject)
Declaration
public bool IsConnectedDstObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsConnectedDstProperty(FbxProperty)
Declaration
public bool IsConnectedDstProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsConnectedSrcObject(FbxObject)
Declaration
public bool IsConnectedSrcObject(FbxObject pObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsConnectedSrcProperty(FbxProperty)
Declaration
public bool IsConnectedSrcProperty(FbxProperty pProperty)
Parameters
Returns
Type |
Description |
System.Boolean |
|
RemoveImplementation(FbxImplementation)
Declaration
public bool RemoveImplementation(FbxImplementation pImplementation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SetDefaultImplementation(FbxImplementation)
Declaration
public bool SetDefaultImplementation(FbxImplementation pImplementation)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SetInitialName(String)
Declaration
public void SetInitialName(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
SetName(String)
Declaration
public void SetName(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
SetNameSpace(String)
Declaration
public void SetNameSpace(string pNameSpace)
Parameters
Type |
Name |
Description |
System.String |
pNameSpace |
|
SetSelected(Boolean)
Declaration
public virtual void SetSelected(bool pSelected)
Parameters
Type |
Name |
Description |
System.Boolean |
pSelected |
|
StripPrefix(String)
Declaration
public static string StripPrefix(string pName)
Parameters
Type |
Name |
Description |
System.String |
pName |
|
Returns
Type |
Description |
System.String |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
Equality(FbxObject, FbxObject)
Declaration
public static bool operator ==(FbxObject a, FbxObject b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxObject, FbxObject)
Declaration
public static bool operator !=(FbxObject a, FbxObject b)
Parameters
Returns
Type |
Description |
System.Boolean |
|