Class ObjectPropertyTrack
The timeline track for animating sub-object properties via child tracks.
Inheritance
System.Object
    
    
    FlaxEditor.GUI.Timeline.Track
    
    
    ObjectPropertyTrack
    Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ObjectPropertyTrack : MemberTrack, IComparable, IDrawable, IKeyframesEditorContext, IObjectTrack
  Constructors
ObjectPropertyTrack(ref TrackCreateOptions)
Declaration
public ObjectPropertyTrack(ref TrackCreateOptions options)
  Parameters
| 
        FlaxEditor.GUI.Timeline.TrackCreateOptions
        options
         
  | 
    
Properties
Object
Declaration
public object Object { get; }
  Property Value
| 
        System.Object
         
  | 
    
Methods
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
  Returns
| 
        FlaxEditor.GUI.Timeline.TrackArchetype
         The archetype.  |