Skip to content

Animation TrackTypeEnum

Eduard Gushchin edited this page Jul 1, 2026 · 5 revisions

Home | API by Category | Complete API Index | API Compatibility

Field Value
Full name Electron2D.Animation.TrackTypeEnum
Namespace Electron2D
Kind enum
Category Animation and Tweening

Overview

Describes the supported animation track kinds.

Syntax

public enum Electron2D.Animation.TrackTypeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Godot 4.7 C# profile compatibility

Profile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: Animation.TrackType

Value and method track kinds for the 0.1 animation baseline.

Remarks

The 0.1.0 Preview runtime intentionally keeps only the track kinds that can drive 2D scene state without editor-only systems.

Since

This enum is available since Electron2D 0.1.0 Preview.

Members

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.

Member Details

Method

Kind: Enum value

public const Electron2D.Animation.TrackTypeEnum Method

Summary

A track that calls methods on a target node when playback crosses a key time.

Remarks

Use this value with APIs that accept TrackTypeEnum.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Animation.TrackTypeEnum

Value

Kind: Enum value

public const Electron2D.Animation.TrackTypeEnum Value

Summary

A track that applies keyframed Electron2D.Variant values to a property path.

Remarks

Use this value with APIs that accept TrackTypeEnum.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Animation.TrackTypeEnum

Clone this wiki locally