# Sandbox.MovieMaker.ITrackReference

A target referencing a [Sandbox.GameObject](/api/Sandbox.GameObject) or [Sandbox.Component](/api/Sandbox.Component) in the scene.

- Kind: interface
- Namespace: `Sandbox.MovieMaker`
- Assembly: `Sandbox.Engine`
- Modifiers: abstract

## Properties

- [`Id`](/api/Sandbox.MovieMaker.ITrackReference/Id): The [Sandbox.MovieMaker.IReferenceTrack.Id](/api/Sandbox.MovieMaker.IReferenceTrack/Id) of the reference track this target was created from.
- [`Parent`](/api/Sandbox.MovieMaker.ITrackReference/Parent): Optional game object target that contains this one, if from a nested track.

## Methods

- [`Bind`](/api/Sandbox.MovieMaker.ITrackReference/Bind): Explicitly bind this reference to a particular object in the scene, or null to force it to stay unbound.
- [`Reset`](/api/Sandbox.MovieMaker.ITrackReference/Reset): Clear any explicit binding, so this reference will auto-bind based on its name, type, and parent.
