Table of Contents

Interface IRuntime

Namespace
Alis.Core.Ecs.Entity.Property
Assembly
Alis.dll

The runtime interface

public interface IRuntime

Methods

OnAfterFixedUpdate()

Ons the after fixed update

void OnAfterFixedUpdate()

OnAfterUpdate()

Afters the update

void OnAfterUpdate()

OnAwake()

Awakes this instance

void OnAwake()

OnBeforeFixedUpdate()

Ons the before fixed update

void OnBeforeFixedUpdate()

OnBeforeUpdate()

Before run the update

void OnBeforeUpdate()

OnCalculate()

Ons the calculate

void OnCalculate()

OnDestroy()

Ons the destroy

void OnDestroy()

OnDisable()

Ons the disable

void OnDisable()

OnDispatchEvents()

Dispatches the events

void OnDispatchEvents()

OnDraw()

Draws this instance

void OnDraw()

OnEnable()

Ons the enable

void OnEnable()

OnExit()

Exits this instance

void OnExit()

OnFixedUpdate()

Update every frame.

void OnFixedUpdate()

OnGui()

Ons the gui

void OnGui()

OnInit()

Inits this instance

void OnInit()

OnReset()

Resets this instance

void OnReset()

OnStart()

Starts this instance

void OnStart()

OnStop()

Stops this instance

void OnStop()

OnUpdate()

Updates this instance

void OnUpdate()