2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.World.DrawDelegate
commentId : T:TinyLife.World.DrawDelegate
id : DrawDelegate
parent : TinyLife.World
children : [ ]
langs :
- csharp
- vb
name : DrawDelegate
nameWithType : DrawDelegate
fullName : TinyLife.World.DrawDelegate
type : Delegate
source :
remote :
path : TinyLife/World/Map.cs
2022-05-24 13:36:05 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DrawDelegate
2022-03-09 16:13:05 +01:00
path : ../TinyLife/World/Map.cs
2023-01-19 11:28:13 +01:00
startLine : 2348
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.World
summary : "\nA delegate used by events that are invoked when something is drawn.\nThis event has no <xref href=\"TinyLife.Mods.EventPhase\" data-throw-if-not-resolved=\"false\"></xref> attached to it, since drawing is done in a sorted fashion anyway.\n"
example : [ ]
syntax :
2022-09-05 14:19:42 +02:00
content : public delegate void DrawDelegate(GameTime time, object batch, Vector2 drawPos, Color? overrideColor);
2021-08-04 06:51:12 +02:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
description : The game's current time
- id : batch
2022-09-05 14:19:42 +02:00
type : System.Object
description : The sprite batch to use for drawing, which is either a <xref href="Microsoft.Xna.Framework.Graphics.SpriteBatch" data-throw-if-not-resolved="false"></xref> or <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
- id : drawPos
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
description : The position that the object is drawn at
- id : overrideColor
type : System.Nullable{Microsoft.Xna.Framework.Color}
description : An override color to draw the object with, or null to draw it with the default color
2022-09-05 14:19:42 +02:00
content.vb : Public Delegate Sub DrawDelegate(time As GameTime, batch As Object, drawPos As Vector2, overrideColor As Color?)
2021-08-04 06:51:12 +02:00
extensionMethods :
- TinyLife.World.DrawDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp :
- public
- delegate
modifiers.vb :
- Public
- Delegate
references :
- uid : TinyLife.Mods.EventPhase
commentId : T:TinyLife.Mods.EventPhase
parent : TinyLife.Mods
name : EventPhase
nameWithType : EventPhase
fullName : TinyLife.Mods.EventPhase
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid : MLEM.Graphics.StaticSpriteBatch
commentId : T:MLEM.Graphics.StaticSpriteBatch
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
- uid : TinyLife.World.DrawDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<DrawDelegate>()
nameWithType : Extensions.JsonCopy<DrawDelegate>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.DrawDelegate>()
nameWithType.vb : Extensions.JsonCopy(Of DrawDelegate)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.DrawDelegate)()
name.vb : JsonCopy(Of DrawDelegate)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<DrawDelegate>
nameWithType : Extensions.JsonCopy<DrawDelegate>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.DrawDelegate>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of DrawDelegate)
nameWithType : Extensions.JsonCopy(Of DrawDelegate)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.DrawDelegate)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
- uid : System.Object
commentId : T:System.Object
parent : System
2021-08-04 06:51:12 +02:00
isExternal : true
2022-09-05 14:19:42 +02:00
name : Object
nameWithType : Object
fullName : System.Object
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Vector2
nameWithType : Vector2
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
- uid : System.Nullable{Microsoft.Xna.Framework.Color}
commentId : T:System.Nullable{Microsoft.Xna.Framework.Color}
parent : System
definition : System.Nullable`1
name : Nullable<Color>
nameWithType : Nullable<Color>
fullName : System.Nullable<Microsoft.Xna.Framework.Color>
nameWithType.vb : Nullable(Of Color)
fullName.vb : System.Nullable(Of Microsoft.Xna.Framework.Color)
name.vb : Nullable(Of Color)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : Microsoft.Xna.Framework.Color
name : Color
nameWithType : Color
fullName : Microsoft.Xna.Framework.Color
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : Microsoft.Xna.Framework.Color
name : Color
nameWithType : Color
fullName : Microsoft.Xna.Framework.Color
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Mods
commentId : N : TinyLife.Mods
name : TinyLife.Mods
nameWithType : TinyLife.Mods
fullName : TinyLife.Mods
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
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)
name : JsonCopy<T>
nameWithType : Extensions.JsonCopy<T>
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy(Of T)
nameWithType : Extensions.JsonCopy(Of T)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name : (
nameWithType : (
fullName : (
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
2021-08-04 06:51:12 +02:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
nameWithType : Nullable
fullName : System.Nullable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities