API Reference
Class
VisualMotionCue
Describes one deterministic motion cue for a named target.
Inheritance
- Object
- VisualMotionCue
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisualMotionTimeline.Add
Constructors
VisualMotionCue(System.String arg1, ChartForgeX.Motion.VisualMotionEffect arg2) #Creates a motion cue for a named target.
Parameters
- arg1 System.String
- arg2 ChartForgeX.Motion.VisualMotionEffect
Methods
WithDistance(System.Double arg1) #Sets the travel distance used by positional effects.
Parameters
- arg1 System.Double
WithEasing(ChartForgeX.Motion.VisualMotionEasing arg1) #Sets the cue easing curve.
Parameters
- arg1 ChartForgeX.Motion.VisualMotionEasing
WithTiming(System.Double arg1, System.Double arg2) #Sets the cue timing.
Parameters
- arg1 System.Double
- arg2 System.Double
Properties
TargetId #Gets or sets the stable target id.
Effect #Gets or sets the visual effect.
Easing #Gets or sets the easing curve.
DelaySeconds #Gets or sets the delay before this cue starts, in seconds.
DurationSeconds #Gets or sets the cue duration, in seconds.
DistancePixels #Gets or sets the travel distance used by positional effects, in pixels.