s&box docs

public abstract class Sandbox.AnimationSequence

Constructors

Showing 1 constructors

Properties

Showing 6 properties

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

The duration of the currently playing sequence (seconds)

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

Get whether the current animation sequence has finished

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

The name of the currently playing animation sequence

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

The list of sequences that can be used

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

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

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

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.AnimationSequence

On this page