Struct Map.DrawEventArgs
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
Sampler
public readonly SamplerState Sampler
Field Value
- SamplerState
SelectionMode
public readonly bool SelectionMode
Field Value
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
VisibleSections
public readonly HashSet<MapSection> VisibleSections