Table of Contents

Enum Map.DrawEventArgs.DrawPhase

Namespace
TinyLife.World
Assembly
TinyLife.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

Pre = 0

Before drawing anything.

Inside = 1

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

Outside = 2

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

Light = 3

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

Selection = 4

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

Post = 5

After everything has been drawn.