TimelineAction Class
A unified action that controls a Timeline.
These actions differ from the IPlayback
interface, which only supports a plain media view of the Timeline. TimelineAction
exposes the advanced functionality of Timeline, and matches the JavaScript interface.
Location
- Namespace
- Fuse.Triggers.Actions
- Package
- Fuse.Triggers 2.9.1
Interface of TimelineAction
Progress : double ux
A relative progress location (0..1) for certain How
values (PlayTo
, Seek
).
Target : Timeline ux
TimelineAction Constructor uno
Creates a new TimelineAction
Inherited from TriggerAction
AtProgress : float ux
Delay : float ux
The number of seconds after the start of the trigger that the action should be performed.
Direction : TriggerWhen ux
IsActive : bool ux
IsProgressTriggered : bool uno
OnUnrooted uno
Perform(Node) uno
PerformFromNode(Node) uno
ProgressWhen(float) : float uno
SourceFileName : string ux
hide
SourceLineNumber : int ux
hide
TargetNode : Node ux
Unroot uno
When : TriggerWhen ux
Inherited from PropertyObject
AddPropertyListener(IPropertyListener) uno
OnPropertyChanged(Selector, IPropertyListener) uno
OnPropertyChanged(Selector) uno
RemovePropertyListener(IPropertyListener) uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Attached UX Attributes
GlobalKey (attached by Resource) : string ux
Implemented Interfaces
ISourceLocation uno
hide