Method CreateInstanceInScene
CreateInstanceInScene(VistaManager)
Creates a new biome GameObject in the current scene and optionally parents it to a manager.
public static LocalProceduralBiome CreateInstanceInScene(VistaManager manager)
Parameters
managerVistaManagerOptional manager that should own the new biome. When supplied, the new object is parented under the manager and reset to local origin with identity rotation and unit scale.
Returns
- LocalProceduralBiome
The newly created biome component.