- @override
Called when the actor is instantiated in the world
Source
@override
initialize(World world)
{
super.initialize(world);
this.name = "Tree" + world.genUID();
}
Called when the actor is instantiated in the world
@override
initialize(World world)
{
super.initialize(world);
this.name = "Tree" + world.genUID();
}