Table of Contents

Struct CompositorContext

Namespace
Map.Rendering.Compositing
Assembly
MapAssembly.dll

Context provided during compositor initialization.

public struct CompositorContext

Fields

MapHeight

public int MapHeight

Field Value

int

MapWidth

Map dimensions

public int MapWidth

Field Value

int

Registry

Reference to MapRendererRegistry for accessing other renderers

public MapRendererRegistry Registry

Field Value

MapRendererRegistry

TextureManager

Reference to MapTextureManager for accessing render textures

public MapTextureManager TextureManager

Field Value

MapTextureManager