API ReferenceSandbox.MovieMaker

IPropertySignalclass

Describes a value that changes over time.

objectIPropertySignal
Namespace
Sandbox.MovieMaker
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.IPropertySignal

Methods1

Showing 1 methods

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

What value does this signal have at the given time?

ParameterTypeDescription
timeMovieTime
Returns:object

Properties1

Showing 1 properties

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

What type of value does this signal describe?

Returns:Type

On this page