#include <kfbxnodeattribute.h>
Inherits KFbxObject.
Inherited by KFbxCamera, KFbxCameraSwitcher, KFbxLayerContainer, KFbxLight, KFbxMarker, KFbxNull, KFbxOpticalReference, and KFbxSkeleton.
Inheritance diagram for KFbxNodeAttribute:
A node attribute is the content of a node. A NULL
node attribute is set by calling function KFbxNode::SetNodeAttribute() with a NULL
pointer.
Definition at line 70 of file kfbxnodeattribute.h.
Properties | |
void | SetColor (KFbxColor pColor) |
Set color. | |
KFbxColor | GetColor () |
Get marker color. | |
Public Types | |
enum | EAttributeType |
Public Member Functions | |
virtual EAttributeType | GetAttributeType () const |
Return the type of node attribute. | |
KFbxNode * | GetNode () |
Return the node this attribute is set to. |
virtual EAttributeType GetAttributeType | ( | ) | const [inline, virtual] |
Return the type of node attribute.
This class is pure virtual.
Reimplemented in KFbxCamera, KFbxCameraSwitcher, KFbxGeometry, KFbxLayerContainer, KFbxLight, KFbxMarker, KFbxMesh, KFbxNull, KFbxNurb, KFbxNurbsCurve, KFbxNurbsSurface, KFbxOpticalReference, KFbxPatch, KFbxSkeleton, KFbxBoundary, and KFbxTrimNurbsSurface.
Definition at line 100 of file kfbxnodeattribute.h.
KFbxNode* GetNode | ( | ) |
Return the node this attribute is set to.
NULL
if the current attribute is not set to a node. void SetColor | ( | KFbxColor | pColor | ) |
Set color.
pColor | The color used to draw the node attribute. |
Reimplemented in KFbxMarker.
KFbxColor GetColor | ( | ) |
Get marker color.