World

Methods

Name
Parameters
Return Type
Description

Spawn<T>

T?

Spawn an actor of type T in the world.

Destroy

Actor actor

void

Destroy a given actor in the world.

Events

Name
Return Type
Description

UpdateEvent

World.UpdateDelegate?

Delegate method to run every World tick.

Delegates

Name
Parameters
Description

UpdateDelegate

float Delta

Last updated