2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.World.RoofStyle
commentId : T:TinyLife.World.RoofStyle
id : RoofStyle
parent : TinyLife.World
children :
- TinyLife.World.RoofStyle.Custom
- TinyLife.World.RoofStyle.Flat
- TinyLife.World.RoofStyle.Gable
langs :
- csharp
- vb
name : RoofStyle
nameWithType : RoofStyle
fullName : TinyLife.World.RoofStyle
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : >-
A style for a <xref href="TinyLife.World.RoofType" data-throw-if-not-resolved="false"></xref> to have.
2024-07-26 12:47:59 +02:00
If <xref href="TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Rectangle%2cSystem.Int32%2cMLEM.Maths.Direction2%2cSystem.Int32%5b%5d%2cTinyLife.World.Wallpaper%2cSystem.Int32%2cSystem.Single%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> has custom behavior for a custom roof type, <xref href="TinyLife.World.RoofStyle.Custom" data-throw-if-not-resolved="false"></xref> should be used.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public enum RoofStyle
content.vb : Public Enum RoofStyle
extensionMethods :
- TinyLife.World.RoofStyle.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.World.RoofStyle.Flat
commentId : F:TinyLife.World.RoofStyle.Flat
id : Flat
parent : TinyLife.World.RoofStyle
langs :
- csharp
- vb
name : Flat
nameWithType : RoofStyle.Flat
fullName : TinyLife.World.RoofStyle.Flat
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : A flat roof style
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Flat = 0
return :
type : TinyLife.World.RoofStyle
- uid : TinyLife.World.RoofStyle.Gable
commentId : F:TinyLife.World.RoofStyle.Gable
id : Gable
parent : TinyLife.World.RoofStyle
langs :
- csharp
- vb
name : Gable
nameWithType : RoofStyle.Gable
fullName : TinyLife.World.RoofStyle.Gable
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : A gabled roof style
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Gable = 1
return :
type : TinyLife.World.RoofStyle
- uid : TinyLife.World.RoofStyle.Custom
commentId : F:TinyLife.World.RoofStyle.Custom
id : Custom
parent : TinyLife.World.RoofStyle
langs :
- csharp
- vb
name : Custom
nameWithType : RoofStyle.Custom
fullName : TinyLife.World.RoofStyle.Custom
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.World
2024-01-07 16:53:47 +01:00
summary : A custom roof style
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Custom = 2
return :
type : TinyLife.World.RoofStyle
references :
- uid : TinyLife.World.RoofType
commentId : T:TinyLife.World.RoofType
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofType.html
2021-08-04 06:51:12 +02:00
name : RoofType
nameWithType : RoofType
fullName : TinyLife.World.RoofType
2024-07-26 12:47:59 +02:00
- uid : TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)
commentId : M:TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.World.RoofType.html#TinyLife_World_RoofType_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_Microsoft_Xna_Framework_Rectangle_System_Int32_MLEM_Maths_Direction2_System_Int32___TinyLife_World_Wallpaper_System_Int32_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_
2024-06-15 12:48:46 +02:00
name : Draw(GameTime, SpriteBatch, Map, Rectangle, int, Direction2, int[], Wallpaper, int, float, Color?, bool)
nameWithType : RoofType.Draw(GameTime, SpriteBatch, Map, Rectangle, int, Direction2, int[], Wallpaper, int, float, Color?, bool)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle, int, MLEM.Maths.Direction2, int[], TinyLife.World.Wallpaper, int, float, Microsoft.Xna.Framework.Color?, bool)
2024-06-15 12:48:46 +02:00
nameWithType.vb : RoofType.Draw(GameTime, SpriteBatch, Map, Rectangle, Integer, Direction2, Integer(), Wallpaper, Integer, Single, Color?, Boolean)
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle, Integer, MLEM.Maths.Direction2, Integer(), TinyLife.World.Wallpaper, Integer, Single, Microsoft.Xna.Framework.Color?, Boolean)
2024-06-15 12:48:46 +02:00
name.vb : Draw(GameTime, SpriteBatch, Map, Rectangle, Integer, Direction2, Integer(), Wallpaper, Integer, Single, Color?, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)
2023-03-30 18:07:55 +02:00
name : Draw
2024-07-26 12:47:59 +02:00
href : TinyLife.World.RoofType.html#TinyLife_World_RoofType_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_Microsoft_Xna_Framework_Rectangle_System_Int32_MLEM_Maths_Direction2_System_Int32___TinyLife_World_Wallpaper_System_Int32_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Rectangle
name : Rectangle
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-03-30 18:07:55 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-08-15 13:17:22 +02:00
- name : '['
- name : ']'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Wallpaper
name : Wallpaper
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-04-14 17:55:54 +02:00
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
2024-06-15 12:48:46 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)
2023-03-30 18:07:55 +02:00
name : Draw
2024-07-26 12:47:59 +02:00
href : TinyLife.World.RoofType.html#TinyLife_World_RoofType_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_TinyLife_World_Map_Microsoft_Xna_Framework_Rectangle_System_Int32_MLEM_Maths_Direction2_System_Int32___TinyLife_World_Wallpaper_System_Int32_System_Single_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Rectangle
name : Rectangle
isExternal : true
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2023-03-30 18:07:55 +02:00
name : Direction2
isExternal : true
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-08-15 13:17:22 +02:00
- name : (
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.World.Wallpaper
name : Wallpaper
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Wallpaper.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-04-14 17:55:54 +02:00
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '?'
2024-06-15 12:48:46 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.RoofStyle.Custom
commentId : F:TinyLife.World.RoofStyle.Custom
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html#TinyLife_World_RoofStyle_Custom
2023-03-30 18:07:55 +02:00
name : Custom
nameWithType : RoofStyle.Custom
fullName : TinyLife.World.RoofStyle.Custom
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.RoofStyle.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<RoofStyle>(RoofStyle)
nameWithType : Extensions.JsonCopy<RoofStyle>(RoofStyle)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.RoofStyle>(TinyLife.World.RoofStyle)
nameWithType.vb : Extensions.JsonCopy(Of RoofStyle)(RoofStyle)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.RoofStyle)(TinyLife.World.RoofStyle)
name.vb : JsonCopy(Of RoofStyle)(RoofStyle)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.RoofStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.World.RoofStyle
name : RoofStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.World.RoofStyle
name : RoofStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.RoofStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.World.RoofStyle
name : RoofStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.World.RoofStyle
name : RoofStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World.RoofStyle
commentId : T:TinyLife.World.RoofStyle
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.RoofStyle.html
2021-08-04 06:51:12 +02:00
name : RoofStyle
nameWithType : RoofStyle
fullName : TinyLife.World.RoofStyle