Struct TrackKeyBindings
Serializable Track/Key Bindings
Namespace: Unity.Timeline.ECS
Syntax
[Serializable]
public struct TrackKeyBindings
Fields
Bindings
The list of bindings
Declaration
public List<TrackKeyBindings.TrackKeyPair> Bindings
Field Value
Type | Description |
---|---|
List<TrackKeyBindings.TrackKeyPair> |
Methods
FindTag(TrackAsset)
Given a track, find the corresponding tag
Declaration
public Entities.Hash128 FindTag(TrackAsset asset)
Parameters
Type | Name | Description |
---|---|---|
TrackAsset | asset |
Returns
Type | Description |
---|---|
Entities.Hash128 |
SyncToTimeline(TimelineAsset)
Sync the track list to the given Timeline
Declaration
public void SyncToTimeline(TimelineAsset timeline)
Parameters
Type | Name | Description |
---|---|---|
TimelineAsset | timeline |