s&box docs
API ReferenceSandbox.MovieMaker

public abstract interface Sandbox.MovieMaker.IPropertySignal

Describes a value that changes over time.

Methods

Showing 1 methods

public virtual object GetValue(Sandbox.MovieMaker.MovieTime time)

What value does this signal have at the given time?

Properties

Showing 1 properties

public virtual System.Type Sandbox.MovieMaker.IPropertySignal.PropertyType { get; set; }

What type of value does this signal describe?

Metadata

FieldValue
NamespaceSandbox.MovieMaker
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.IPropertySignal

On this page