Table of Contents

Method CreateInstanceInScene

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

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

manager VistaManager

Optional 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.