Class StructPropertyTrack
The timeline track for animating structure property via keyframes collection.
Inheritance
System.Object
    
    
    FlaxEditor.GUI.Timeline.Track
    
    
    StructPropertyTrack
    Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public class StructPropertyTrack : MemberTrack, IComparable, IDrawable, IKeyframesEditorContext, IObjectTrack
  Constructors
StructPropertyTrack(ref TrackCreateOptions)
Declaration
public StructPropertyTrack(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.  |