s&box docs
API ReferenceSandbox.MovieMaker.Compiled

public abstract interface Sandbox.MovieMaker.Compiled.ICompiledBlock

A block of time where something happens in an `Sandbox.MovieMaker.Compiled.ICompiledTrack`.

Methods

Showing 2 methods

public virtual Sandbox.MovieMaker.Compiled.ICompiledBlock Clamp(Sandbox.MovieMaker.MovieTimeRange range)

Trim this block down to the given `range`.

Parameters

  • range: Time range to clamp to.

public virtual Sandbox.MovieMaker.Compiled.ICompiledBlock Shift(Sandbox.MovieMaker.MovieTime offset)

Move this block by the given time `offset`.

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Compiled
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Compiled.ICompiledBlock

On this page