3ds Max C++ API Reference
|
Functions | |
virtual Class_ID | GetClassID ()=0 |
The method returns the unique ID for the action state class. More... | |
virtual ULONG | GetActionHandle () const =0 |
Returns node handle of the action with the action state. More... | |
virtual void | SetActionHandle (ULONG actionHandle)=0 |
Defines node handle of the action with the action state. More... | |
virtual IOResult | Save (ISave *isave) const =0 |
Saving content of the action state to file. More... | |
virtual IOResult | Load (ILoad *iload)=0 |
Loading content of the action state from file. More... | |
FPInterfaceDesc * | GetDesc () |
|
pure virtual |
The method returns the unique ID for the action state class.
The ID is used for constructing the action state when loading since the action state class is not inherited from class Animatable.
Implemented in PFSimpleActionState.
|
pure virtual |
Returns node handle of the action with the action state.
Implemented in PFSimpleActionState.
|
pure virtual |
Defines node handle of the action with the action state.
Implemented in PFSimpleActionState.
Saving content of the action state to file.
Implemented in PFSimpleActionState.
Loading content of the action state from file.
Implemented in PFSimpleActionState.
|
inlinevirtual |
Implements FPInterface.