Api Sandbox MovieMaker IPropertySignal
interface

IPropertySignal

public interface IPropertySignal

Describes a value that changes over time.

Properties

Name Type Description
PropertyType virtual Type What type of value does this signal describe?

Methods

virtual Object GetValue(MovieTime time)

What value does this signal have at the given time?

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IPropertySignal