API ReferenceSandbox
public abstract class Sandbox.AnimationSequence
Constructors
Showing 1 constructors
protected AnimationSequence()
No results match this filter.
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
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.AnimationSequence |