Class StringPropertyTrack
The timeline track for animating string property via keyframes collection.
Inheritance
System.Object
FlaxEditor.GUI.Timeline.Track
StringPropertyTrack
Inherited Members
Namespace: FlaxEditor.GUI.Timeline.Tracks
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class StringPropertyTrack : KeyframesPropertyTrack, IComparable, IDrawable, IKeyframesEditorContext
Constructors
StringPropertyTrack(ref TrackCreateOptions)
Declaration
public StringPropertyTrack(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. |
GetDefaultValue(Type)
Gets the default value for the given property type.
Declaration
protected override object GetDefaultValue(Type propertyType)
Parameters
System.Type
propertyType
The type of the property. |
Returns
System.Object
The default value. |
Overrides
TryGetValue(out Object)
Tries the get current value from the assigned object property.
Declaration
protected override bool TryGetValue(out object value)
Parameters
System.Object
value
The result value. Valid only if methods returns true. |
Returns
System.Boolean
True if got value, otherwise false. |