AnimationSequenceclass

objectAnimationSequence
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract class Sandbox.AnimationSequence

Constructors1

Showing 1 constructors

Properties6

Showing 6 properties

public virtual float Sandbox.AnimationSequence.Duration { get; set; }PUBLICVIRTUALGETSET

The duration of the currently playing sequence (seconds)

Returns:float

public virtual bool Sandbox.AnimationSequence.IsFinished { get; set; }PUBLICVIRTUALGETSET

Get whether the current animation sequence has finished

Returns:bool

public virtual string Sandbox.AnimationSequence.Name { get; set; }PUBLICVIRTUALGETSET

The name of the currently playing animation sequence

Returns:string

public virtual System.Collections.Generic.IReadOnlyList`1<string> Sandbox.AnimationSequence.SequenceNames { get; set; }PUBLICVIRTUALGETSET

The list of sequences that can be used

Returns:IReadOnlyList<string>

public virtual float Sandbox.AnimationSequence.Time { get; set; }PUBLICVIRTUALGETSET

The elapsed time of the currently playing animation sequence (seconds)

Returns:float

public virtual float Sandbox.AnimationSequence.TimeNormalized { get; set; }PUBLICVIRTUALGETSET

The normalized (between 0 and 1) elapsed time of the currently playing animation sequence

Returns:float

On this page