-
Notifications
You must be signed in to change notification settings - Fork 0
Animation TrackTypeEnum
Eduard Gushchin edited this page Jun 21, 2026
·
5 revisions
Namespace: Electron2D
Describes the supported animation track kinds.
public enum Electron2D.Animation.TrackTypeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableThe 0.1.0 Preview runtime intentionally keeps only the track kinds that can drive 2D scene state without editor-only systems.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Method |
Enum value | A track that calls methods on a target node when playback crosses a key time. |
Value |
Enum value | A track that applies keyframed Electron2D.Variant values to a property path. |
Kind: Enum value
public const Electron2D.Animation.TrackTypeEnum MethodA track that calls methods on a target node when playback crosses a key time.
Use this value with APIs that accept TrackTypeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.TrackTypeEnum
Kind: Enum value
public const Electron2D.Animation.TrackTypeEnum ValueA track that applies keyframed Electron2D.Variant values to a
property path.
Use this value with APIs that accept TrackTypeEnum.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Animation.TrackTypeEnum
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.