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
Flax
|
Methods
GetArchetype()
Gets the archetype.
Declaration
public static TrackArchetype GetArchetype()
Returns
Flax The archetype. |
GetDefaultValue(Type)
Gets the default value for the given property type.
Declaration
protected override object GetDefaultValue(Type propertyType)
Parameters
System. The type of the property. |
Returns
System. 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. The result value. Valid only if methods returns true. |
Returns
System. True if got value, otherwise false. |