namespace
Sandbox.MovieMaker.Properties
9 types
Classes
| Type | Name | Description |
|---|---|---|
| class | BindingReference | Helper methods for working with BindingReference`1. |
| class | BoneAccessor | Pseudo-property on a SkinnedModelRenderer that has a sub-property for each bone. Stores movie-driven transforms for each |
| class | MovieBoneAnimatorSystem | Coordinates playing bone animations from MoviePlayers. Holds a BoneAccessor for SkinnedModelRenderers in the scene, whic |
| class | TrackProperty | |
| class | Unknown | Dummy type for ITrackPropertyFactory`1 to return if it matches a track, but doesn't know what target type it maps to. |
Structs
| Type | Name | Description |
|---|---|---|
| struct | BindingReference<T> | Used by movie property tracks with GameObject or Component value types to reference other tracks. This value will be res |
Interfaces
| Type | Name | Description |
|---|---|---|
| interface | ITrackPropertyFactory | Used by TrackBinder to create ITrackProperty instances that allow ITracks to modify values in a scene. |
| interface | ITrackPropertyFactory<TParent,TValue> | An ITrackPropertyFactory that only creates properties nested inside a particular target type, and that always have the |
| interface | ITrackPropertyFactory<TParent> | An ITrackPropertyFactory that only creates properties nested inside a particular target type. |