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`.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Compiled |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Compiled.ICompiledBlock |