2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.Person.ActionUpdateDelegate
commentId : T:TinyLife.Objects.Person.ActionUpdateDelegate
id : Person.ActionUpdateDelegate
parent : TinyLife.Objects
children : [ ]
langs :
- csharp
- vb
name : Person.ActionUpdateDelegate
nameWithType : Person.ActionUpdateDelegate
fullName : TinyLife.Objects.Person.ActionUpdateDelegate
type : Delegate
source :
remote :
path : TinyLife/Objects/Person.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 : ActionUpdateDelegate
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2023-01-19 11:28:13 +01:00
startLine : 2627
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nA delegate used for <xref href=\"TinyLife.Objects.Person.OnActionUpdated\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
2021-11-26 23:42:22 +01:00
content : public delegate void ActionUpdateDelegate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, EventPhase phase);
2021-08-04 06:51:12 +02:00
parameters :
- id : action
type : TinyLife.Actions.Action
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
- id : passedInGame
type : System.TimeSpan
2021-11-26 23:42:22 +01:00
- id : speedMultiplier
type : System.Single
2021-08-04 06:51:12 +02:00
- id : phase
type : TinyLife.Mods.EventPhase
2021-11-26 23:42:22 +01:00
content.vb : Public Delegate Sub ActionUpdateDelegate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, phase As EventPhase)
2021-08-04 06:51:12 +02:00
extensionMethods :
- TinyLife.Objects.Person.ActionUpdateDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp :
- public
- delegate
modifiers.vb :
- Public
- Delegate
references :
- uid : TinyLife.Objects.Person.OnActionUpdated
commentId : E:TinyLife.Objects.Person.OnActionUpdated
isExternal : true
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
- uid : TinyLife.Objects.Person.ActionUpdateDelegate.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<Person.ActionUpdateDelegate>()
nameWithType : Extensions.JsonCopy<Person.ActionUpdateDelegate>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.ActionUpdateDelegate>()
nameWithType.vb : Extensions.JsonCopy(Of Person.ActionUpdateDelegate)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.ActionUpdateDelegate)()
name.vb : JsonCopy(Of Person.ActionUpdateDelegate)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<Person.ActionUpdateDelegate>
nameWithType : Extensions.JsonCopy<Person.ActionUpdateDelegate>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.ActionUpdateDelegate>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of Person.ActionUpdateDelegate)
nameWithType : Extensions.JsonCopy(Of Person.ActionUpdateDelegate)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.ActionUpdateDelegate)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
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
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
2021-11-26 23:42:22 +01:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Mods.EventPhase
commentId : T:TinyLife.Mods.EventPhase
parent : TinyLife.Mods
name : EventPhase
nameWithType : EventPhase
fullName : TinyLife.Mods.EventPhase
- 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
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
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
2021-08-04 06:51:12 +02:00
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Mods
commentId : N : TinyLife.Mods
name : TinyLife.Mods
nameWithType : TinyLife.Mods
fullName : TinyLife.Mods
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities