API ReferenceSandbox
AnimationSequenceclass
object→AnimationSequence
Constructors1
Showing 1 constructors
protected AnimationSequence()
No results match this filter.
Properties6
Showing 6 properties
public virtual float Sandbox.AnimationSequence.Duration { get; set; }
The duration of the currently playing sequence (seconds)
Returns:
float—public virtual bool Sandbox.AnimationSequence.IsFinished { get; set; }
Get whether the current animation sequence has finished
Returns:
bool—public virtual string Sandbox.AnimationSequence.Name { get; set; }
The name of the currently playing animation sequence
Returns:
string—public virtual System.Collections.Generic.IReadOnlyList`1<string> Sandbox.AnimationSequence.SequenceNames { get; set; }
The list of sequences that can be used
Returns:
IReadOnlyList<string>—public virtual float Sandbox.AnimationSequence.Time { get; set; }
The elapsed time of the currently playing animation sequence (seconds)
Returns:
float—public virtual float Sandbox.AnimationSequence.TimeNormalized { get; set; }
The normalized (between 0 and 1) elapsed time of the currently playing animation sequence
Returns:
float—No results match this filter.