Table of Contents

Interface ISceneHeightProvider

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

Defines a contract for tiles that can contribute their height data to a shared scene-height texture.

public interface ISceneHeightProvider

Methods

OnCollectSceneHeight(RenderTexture, Rect)

Draws this tile's height contribution into a destination texture representing a requested world-space rectangle.