Skip to content

Tweener

Eduard Gushchin edited this page Jun 21, 2026 · 5 revisions

Tweener

Back to API Reference

Namespace: Electron2D

Summary

Represents one step in a Electron2D.Tween sequence.

Declaration

public abstract class Electron2D.Tweener : Electron2D.RefCounted

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