The Timeline node class. More...

#include "murl_graph_timeline.h"

Inheritance diagram for Murl::Graph::Timeline:

Additional Inherited Members

- Public Types inherited from Murl::IFactoryObject< INode >
using ClassInfoArray = Array< const ClassInfo * >
 Definition of an array of ClassInfo objects.
 
- Public Member Functions inherited from Murl::IFactoryObject< INode >
 ~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.
 
- Static Public Member Functions inherited from Murl::IFactoryObject< INode >
static const PropertyInfoGetPropertyInfo ()
 Get the class' property info struct. More...
 
static const AttributeInfoGetAttributeInfo ()
 Get the class' attribute info struct. More...
 
static void ResetProperties (IFactoryObject< INode > *object)
 Reset an object instance's properties to their default values. More...
 

Detailed Description

The Timeline node class.

XML Elements

XML Graph Node Tag:

<Timeline>

XML Graph Node Attributes:

isInfinite="false" [Bool]

If true, the timeline is set to run infinitely. This is a helper attribute that sets loop start time to 0.0, end time and loop end time to infinity and number of loops to -1.

startTime="0.0" [Real]

The timeline's start time. See Murl::Graph::ITimeline::SetStartTime().

endTime="0.0" [Real]

The timeline's end time. See Murl::Graph::ITimeline::SetEndTime().

loopStartTime="0.0" [Real]

The timeline's loop start time. See Murl::Graph::ITimeline::SetLoopStartTime().

loopEndTime="0.0" [Real]

The timeline's loop end time. See Murl::Graph::ITimeline::SetLoopEndTime().

startLoop="0" [SInt32]

The start loop. See Murl::Graph::ITimeline::SetStartLoop().

numberOfLoops="0" [SInt32]

The number of loops. See Murl::Graph::ITimeline::SetNumberOfLoops().

timeShift="0.0" [Real]

The time shift value. See Murl::Graph::ITimeline::SetTimeShift().

timeOffset="0.0" [Real]

The time offset value. See Murl::Graph::ITimeline::SetTimeOffset().

timeScale="1.0" [Real]

The time scale factor. See Murl::Graph::ITimeline::SetTimeScale().

blendFactor="1.0" [Real]

The blend factor. See Murl::Graph::ITimeline::SetBlendFactor().

autoRewind="false" [Bool]

Enable/disable auto rewinding when the timeline is stopped. See Murl::Graph::ITimeline::SetAutoRewindEnabled().

startOnActivate="false" [Bool]

If true, the timeline is automatically started when it gets activated. See Murl::Graph::ITimeline::SetStartOnActivateEnabled().

stopOnDeactivate="false" [Bool]

If true, the timeline is automatically stopped when it gets deactivated. See Murl::Graph::ITimeline::SetStopOnDeactivateEnabled().

triggerGroups="0..31" [String]

A comma-separated list of timeline trigger group indices. See Murl::Graph::ITimeline::SetTriggerGroupMask().

parentTimelineId="" [String]

The optional ID of another Murl::Graph::ITimeline node to inherit properties from. See Murl::Graph::ITimeline::GetParentTimelineNodeTarget().

animationResourceId="" [String]

The optional ID of a Resource::IAnimation object to retrieve clip information. See Murl::Graph::ITimeline::GetAnimationResourceTarget().

clipName="" [String]

The name of the clip from within the optional animation resource. See Murl::Graph::ITimeline::SetClipName().

clipIndex="0" [UInt32]

The clip index from within the optional animation resource. See Murl::Graph::ITimeline::SetClipIndex().

unit="0" [UInt32]

The unit index to which the timeline gets assigned, in the range from 0 to Murl::IEnums::NUM_TIMELINE_UNITS-1. See Murl::Graph::IStateUnit::SetUnit().


The documentation for this class was generated from the following file:
  • murl_graph_timeline.h


Copyright © 2011-2024 Spraylight GmbH.