Skip to content

Tweener

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

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

Field Value
Full name Electron2D.Tweener
Namespace Electron2D
Kind class
Category Animation and Tweening

Overview

Represents one step in a Electron2D.Tween sequence.

Syntax

public abstract class Electron2D.Tweener : Electron2D.RefCounted

Godot 4.7 C# profile compatibility

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

Public base type for concrete tween sequence steps.

Remarks

This is the public base type returned through concrete tweener classes. Electron2D 0.1.0 Preview executes tweeners sequentially and exposes concrete configuration methods only on the derived tweener types that need them.

Thread Safety

Tweener instances are not synchronized. Configure them on the main scene thread before or during tween processing.

Since

This type is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.CallbackTweener
  • Electron2D.IntervalTweener
  • Electron2D.PropertyTweener

Clone this wiki locally