Class CurvePropertyTrack
The timeline track for animating object property via Bezier Curve.
Inheritance
System.Object
FlaxEditor.GUI.Timeline.Track
CurvePropertyTrack
Inherited Members
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class CurvePropertyTrack : CurvePropertyTrackBase, IComparable, IDrawable, IKeyframesEditorContext
Constructors
CurvePropertyTrack(ref TrackCreateOptions)
Declaration
public CurvePropertyTrack(ref TrackCreateOptions options)
Parameters
FlaxEditor.GUI.Timeline.TrackCreateOptions
options
|
Methods
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
Returns
FlaxEditor.GUI.Timeline.TrackArchetype
The archetype. |
OnMemberChanged(MemberInfo, Type)
Called when member gets changed.
Declaration
protected override void OnMemberChanged(MemberInfo value, Type type)
Parameters
System.Reflection.MemberInfo
value
The member value assigned. |
System.Type
type
The member type assigned. |