Table of Contents

Class RWBInputProvider

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll
[Serializable]
public class RWBInputProvider : IExternalInputProvider, ITerrainGraphArgumentsFiller
Inheritance
RWBInputProvider
Implements
Inherited Members

Constructors

RWBInputProvider(RealWorldBiome)

Creates an input provider bound to a specific Real World Biome instance.

Methods

CleanUp()

Disposes all temporary textures and buffers still owned by this provider.

FillTerrainGraphArguments(TerrainGraph, IDictionary<int, Args>)

Fills extra terrain-graph arguments for the request.

RemoveTexture(string)

Removes a previously created texture from this provider without disposing it.

SetInput(GraphInputContainer)

Builds the temporary textures and buffers for the current request and registers them in a graph input container.