Table of Contents

Method CreateInstanceInScene

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

CreateInstanceInScene(VistaManager)

Creates a new real-world biome in the scene and optionally parents it to a VistaManager.

public static RealWorldBiome CreateInstanceInScene(VistaManager manager)

Parameters

manager VistaManager

Manager to parent the new biome under. Can be null.

Returns

RealWorldBiome

The newly created biome component.