Enum Map.DrawEventArgs.DrawPhase
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 = 0Before drawing anything.
Inside = 1After the inside areas of the map have been drawn, ie the contents of rooms.
Outside = 2After tiles, objects and other things on the outdoors parts of the map have been drawn.
Light = 3After light maps have been drawn to, and subsequently drawn to the screen.
Selection = 4After the selected object's outlines, as well as Tiny in world-highlights, have been drawn.
Post = 5After everything has been drawn.