Table of Contents

Struct Map.DrawEventArgs

Namespace
TinyLife.World
Assembly
Tiny Life.dll

A struct used for the OnDraw event.

public struct Map.DrawEventArgs
Inherited Members
Extension Methods

Fields

Batch

public readonly SpriteBatch Batch

Field Value

SpriteBatch

Daylight

public readonly Color Daylight

Field Value

Color

LightTarget

public readonly RenderTarget2D LightTarget

Field Value

RenderTarget2D

Phase

public readonly Map.DrawEventArgs.DrawPhase Phase

Field Value

Map.DrawEventArgs.DrawPhase

Sampler

public readonly SamplerState Sampler

Field Value

SamplerState

SelectionMode

public readonly bool SelectionMode

Field Value

bool

Time

public readonly GameTime Time

Field Value

GameTime

ViewMatrix

public readonly Matrix ViewMatrix

Field Value

Matrix

VisibleArea

public readonly RectangleF VisibleArea

Field Value

RectangleF

VisibleSectionExtended

public readonly HashSet<MapSection> VisibleSectionExtended

Field Value

HashSet<MapSection>

VisibleSections

public readonly HashSet<MapSection> VisibleSections

Field Value

HashSet<MapSection>