Skip to content

Entity.OnInitialize() Method

Definition

Namespace: Brine2D.ECS

Called once when the entity is created and added to the world. Override to implement initialization logic.

public virtual void OnInitialize();