Called when the actor is instantiated in the world
Source
void initialize(World world) { _world = world; this.name = "Actor" + world.genUID(); }
Called when the actor is instantiated in the world
void initialize(World world) { _world = world; this.name = "Actor" + world.genUID(); }