The abstract base class of all time-based scene graph node controllers. More...
#include "murl_graph_time_controller.h"
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< IController > | |
| using | ClassInfoArray = Array< const ClassInfo * > |
| Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::IFactoryObject< IController > | |
| ~IFactoryObject () override | |
| The destructor. | |
| virtual const ClassInfo * | GetObjectClassInfo () const=0 |
| Get the object instance's class info, if present. More... | |
| virtual void | ResetObjectProperties ()=0 |
| Reset the object instance's properties to their default values. | |
Public Member Functions inherited from Murl::Graph::ITimeController | |
| virtual IController * | GetControllerInterface ()=0 |
| Get the mutable IController interface. More... | |
| virtual const IController * | GetControllerInterface () const =0 |
| Get the constant IController interface. More... | |
Static Public Member Functions inherited from Murl::IFactoryObject< IController > | |
| static const PropertyInfo * | GetPropertyInfo () |
| Get the class' property info struct. More... | |
| static const AttributeInfo * | GetAttributeInfo () |
| Get the class' attribute info struct. More... | |
| static void | ResetProperties (IFactoryObject< IController > *object) |
| Reset an object instance's properties to their default values. More... | |
Detailed Description
The abstract base class of all time-based scene graph node controllers.
This class represents the internal base class of all different controllers implemented in the framework's core library acting on the current animation time ofGraph::ITimeline nodes.
XML Elements
- XML Graph Node Attributes:
-
timeShift="" [Double]
The time shift value. See Murl::Graph::ITimeController::SetTimeShift().
timeOffset="" [Double]
The time offset value. See Murl::Graph::ITimeController::SetTimeOffset().
timeScale="" [Double]
The time scale value. See Murl::Graph::ITimeController::SetTimeScale().
timelineUnits="0" [UInt32]
The timeline slots used. See Murl::Graph::ITimeController::SetTimelineUnitEnabled().
normalizeBlendFactors="true" [Bool]
Enable/disable blend factor normalization. See Murl::Graph::ITimeController::SetBlendFactorNormalizationEnabled().
responseGroups="0..31" [String]
A comma-separated list of timeline response group indices. See Murl::Graph::ITimeController::SetResponseGroupMask().
The documentation for this class was generated from the following file:
- murl_graph_time_controller.h
Public Types inherited from