Enum RoofStyle
A style for a RoofType to have. If Draw(GameTime, SpriteBatch, Map, Rectangle, int, Direction2, int[], Wallpaper, int, float, Color?, bool) has custom behavior for a custom roof type, Custom should be used.
public enum RoofStyle
- Extension Methods
Fields
Custom = 2
A custom roof style
Flat = 0
A flat roof style
Gable = 1
A gabled roof style