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.

C#
public virtual void OnInitialize();