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
Flat = 0A flat roof style
Gable = 1A gabled roof style
Custom = 2A custom roof style