-
Notifications
You must be signed in to change notification settings - Fork 0
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 |
Represents one step in a Electron2D.Tween sequence.
public abstract class Electron2D.Tweener : Electron2D.RefCountedProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: Tweener
Public base type for concrete tween sequence steps.
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.
Tweener instances are not synchronized. Configure them on the main scene thread before or during tween processing.
This type is available since Electron2D 0.1.0 Preview.
Electron2D.CallbackTweenerElectron2D.IntervalTweenerElectron2D.PropertyTweener
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.