Skip to main content
Version: 0.2.0

Interface INativeInit

Namespace: ReadyM.Api.ECS.Components
Assembly: ReadyM.Api.dll

Interface for components that require native initialization, such as allocating unmanaged resources or setting up internal state.

public interface INativeInit

Methods

Init(AllocatorKind)

void Init(AllocatorKind allocatorKind)

Parameters

allocatorKind AllocatorKind