Enum RoofStyle
A style for a RoofType to have. If Draw(GameTime, SpriteBatch, Map, Rectangle, Direction2, Int32, Wallpaper, Single, Nullable<Color>) has custom behavior for a custom roof type, Custom should be used.
Namespace: TinyLife.World
Assembly: Tiny Life.dll
Syntax
public enum RoofStyle
Fields
Name | Description |
---|---|
Custom | A custom roof style |
Flat | A flat roof style |
Gable | A gabled roof style |