s&box docs

public sealed struct Sandbox.Curve.Frame

Keyframes times and values should range between 0 and 1

Broader workflow and conceptual references connected to this API.

Constructors

Showing 2 constructors

Methods

Showing 3 methods

public virtual sealed int CompareTo(Sandbox.Curve.Frame other)

Properties

Showing 5 properties

public float Sandbox.Curve.Frame.In { get; set; }

This is the slope of entry, formula is something like tan( angle )

public Sandbox.Curve.HandleMode Sandbox.Curve.Frame.Mode { get; set; }

How the line should behave when entering/leaving this frame

public float Sandbox.Curve.Frame.Out { get; set; }

This is the slope of exit, formula is something like tan( angle )

public float Sandbox.Curve.Frame.Time { get; set; }

The delta position on the time line (0-1)

public float Sandbox.Curve.Frame.Value { get; set; }

The delta position on the value line (0-1)

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.Curve.Frame

On this page