#include <fbxreference.h>
Contains information about a referenced file.
Definition at line 25 of file fbxreference.h.
Basic properties |
|
| FbxPropertyT< FbxString > | ReferenceFilePath |
| Path to the referenced file. |
|
| FbxPropertyT< FbxString > | ReferenceNameSpace |
| Referenced file's namespace. |
|
| FbxPropertyT< FbxString > | ReferenceNodeName |
| Referenced file's node name. |
|
| FbxPropertyT< FbxInt > | ReferenceDepth |
| Referenced file's node depth. |
|
| FbxPropertyT< FbxBool > | IsLoaded |
True if referenced file is
loaded. |
|
| FbxPropertyT< FbxBool > | IsLocked |
True if referenced file is
locked. |
|
Proxy related properties. |
|
| FbxPropertyT< FbxBool > | IsOriginalProxy |
True if referenced file is the
original proxy. |
|
| FbxPropertyT< FbxBool > | IsActiveProxy |
True if referenced file is
active. |
|
| FbxPropertyT< FbxString > | ProxyManagerName |
| The name of proxy manager where the
referenced file's proxy can be found. |
|
| FbxPropertyT< FbxString > | ProxyTag |
| Referenced file's proxy tag. |
|
Path to the referenced file.
Definition at line 33 of file fbxreference.h.
Referenced file's namespace.
Definition at line 35 of file fbxreference.h.
Referenced file's node name.
Definition at line 37 of file fbxreference.h.
Referenced file's node depth.
Definition at line 39 of file fbxreference.h.
True if referenced file is loaded.
Definition at line 41 of file fbxreference.h.
True if referenced file is locked.
Definition at line 43 of file fbxreference.h.
True if referenced file is the original proxy.
Definition at line 49 of file fbxreference.h.
True if referenced file is active.
Definition at line 52 of file fbxreference.h.
The name of proxy manager where the referenced file's proxy can be found.
Definition at line 55 of file fbxreference.h.
Referenced file's proxy tag.
Definition at line 59 of file fbxreference.h.