s&box docs
API ReferenceSandbox.MovieMaker

public sealed class Sandbox.MovieMaker.MoviePlayer : Sandbox.Component

Plays a `Sandbox.MovieMaker.IMovieClip` in a `Sandbox.Scene` to animate properties over time.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 4 methods

public void UpdateTargets()

Forces the creation of any missing `Sandbox.GameObject`s or `Sandbox.Component`s for the current `Sandbox.MovieMaker.MoviePlayer.Clip` to target.

Properties

Showing 9 properties

public Sandbox.MovieMaker.TrackBinder Sandbox.MovieMaker.MoviePlayer.Binder { get; set; }

Maps `Sandbox.MovieMaker.ITrack`s to game objects, components, and property `Sandbox.MovieMaker.ITrackTarget`s in the scene.

public bool Sandbox.MovieMaker.MoviePlayer.CreateTargets { get; set; }

If true, creates any missing `Sandbox.GameObject`s and `Sandbox.Component`s for the current movie to target.

public bool Sandbox.MovieMaker.MoviePlayer.IsLooping { get; set; }

public bool Sandbox.MovieMaker.MoviePlayer.IsPlaying { get; set; }

public float Sandbox.MovieMaker.MoviePlayer.PositionSeconds { get; set; }

public Sandbox.MovieMaker.IMovieResource Sandbox.MovieMaker.MoviePlayer.Resource { get; set; }

Contains a `Sandbox.MovieMaker.IMovieClip` to play. Can be a `Sandbox.MovieMaker.MovieResource` or `Sandbox.MovieMaker.EmbeddedMovieResource`.

public float Sandbox.MovieMaker.MoviePlayer.TimeScale { get; set; }

Metadata

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

On this page