Class PreviewTrackMarker
Custom marker to preview a track in marker header. This is a workaround for edit tracks, that should not be used else where.
Inheritance
PreviewTrackMarker
Syntax
public class PreviewTrackMarker : ScriptableObject, IMarker
Properties
parent
Declaration
public TrackAsset parent { get; set; }
Property Value
Type |
Description |
TrackAsset |
|
time
Declaration
public double time { get; set; }
Property Value
Track
The edit track to preview
Declaration
public EditTrack Track { get; set; }
Property Value
Methods
Initialize(TrackAsset)
Declaration
public void Initialize(TrackAsset _parent)
Parameters
Type |
Name |
Description |
TrackAsset |
_parent |
|