Skip to content

SpriteFrame.OnEnter Event

Definition

Namespace: Brine2D.Animation

Raised once when this frame becomes the active frame. Multiple subscribers are supported; all are invoked in subscription order.

public event Action? OnEnter;

Event Type

System.Action