Table of Contents

Enum Map.DrawEventArgs.DrawPhase

Namespace
TinyLife.World
Assembly
Tiny Life.dll

An enumeration used for the OnDraw event. Draw order occurs in the order of the values in this enumeration.

public enum Map.DrawEventArgs.DrawPhase
Extension Methods

Fields

Inside = 1

After the inside areas of the map have been drawn, ie the contents of rooms.

Light = 3

After light maps have been drawn to, and subsequently drawn to the screen.

Outside = 2

After tiles, objects and other things on the outdoors parts of the map have been drawn.

Post = 5

After everything has been drawn.

Pre = 0

Before drawing anything.

Selection = 4

After the selected object's outlines, as well as Tiny in world-highlights, have been drawn.