TinyLifeWeb/docs/api/TinyLife.World.ObjectUpdateDelegateNoPhase-1.yml

239 lines
6.7 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1
commentId: T:TinyLife.World.ObjectUpdateDelegateNoPhase`1
id: ObjectUpdateDelegateNoPhase`1
parent: TinyLife.World
2021-08-04 06:51:12 +02:00
children: []
langs:
- csharp
- vb
2023-07-28 12:27:48 +02:00
name: ObjectUpdateDelegateNoPhase<T>
nameWithType: ObjectUpdateDelegateNoPhase<T>
fullName: TinyLife.World.ObjectUpdateDelegateNoPhase<T>
2021-08-04 06:51:12 +02:00
type: Delegate
source:
remote:
2023-07-28 12:27:48 +02:00
path: TinyLife/World/Map.cs
2023-10-11 16:05:32 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2023-07-28 12:27:48 +02:00
id: ObjectUpdateDelegateNoPhase
path: ../TinyLife/World/Map.cs
2023-10-25 14:35:54 +02:00
startLine: 2954
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2023-07-28 12:27:48 +02:00
namespace: TinyLife.World
2023-08-01 14:10:37 +02:00
summary: "\nA delegate used by events that are invoked when something is updated.\n"
example: []
2021-08-04 06:51:12 +02:00
syntax:
2023-07-28 12:27:48 +02:00
content: public delegate void ObjectUpdateDelegateNoPhase<in T>(T obj, GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters:
2023-07-28 12:27:48 +02:00
- id: obj
type: '{T}'
2021-08-04 06:51:12 +02:00
- 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
2023-07-28 12:27:48 +02:00
typeParameters:
- id: T
content.vb: Public Delegate Sub ObjectUpdateDelegateNoPhase(Of In T)(obj As T, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2021-08-04 06:51:12 +02:00
extensionMethods:
2023-07-28 12:27:48 +02:00
- TinyLife.World.ObjectUpdateDelegateNoPhase`1.TinyLife.Utilities.Extensions.JsonCopy``1
nameWithType.vb: ObjectUpdateDelegateNoPhase(Of T)
fullName.vb: TinyLife.World.ObjectUpdateDelegateNoPhase(Of T)
name.vb: ObjectUpdateDelegateNoPhase(Of T)
2021-08-04 06:51:12 +02:00
references:
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World
name: World
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World
name: World
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-07-28 12:27:48 +02:00
name: JsonCopy<ObjectUpdateDelegateNoPhase<T>>(ObjectUpdateDelegateNoPhase<T>)
nameWithType: Extensions.JsonCopy<ObjectUpdateDelegateNoPhase<T>>(ObjectUpdateDelegateNoPhase<T>)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.ObjectUpdateDelegateNoPhase<T>>(TinyLife.World.ObjectUpdateDelegateNoPhase<T>)
nameWithType.vb: Extensions.JsonCopy(Of ObjectUpdateDelegateNoPhase(Of T))(ObjectUpdateDelegateNoPhase(Of T))
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.ObjectUpdateDelegateNoPhase(Of T))(TinyLife.World.ObjectUpdateDelegateNoPhase(Of T))
name.vb: JsonCopy(Of ObjectUpdateDelegateNoPhase(Of T))(ObjectUpdateDelegateNoPhase(Of T))
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-07-28 12:27:48 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.ObjectUpdateDelegateNoPhase{`0})
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: <
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1
name: ObjectUpdateDelegateNoPhase
- name: <
- name: T
- name: '>'
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1
name: ObjectUpdateDelegateNoPhase
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-07-28 12:27:48 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.ObjectUpdateDelegateNoPhase{`0})
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: (
- name: Of
- name: " "
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1
name: ObjectUpdateDelegateNoPhase
- name: (
- name: Of
- name: " "
- name: T
2023-03-30 18:07:55 +02:00
- name: )
2023-07-28 12:27:48 +02:00
- name: )
- name: (
- uid: TinyLife.World.ObjectUpdateDelegateNoPhase`1
name: ObjectUpdateDelegateNoPhase
2021-08-04 06:51:12 +02:00
- name: (
2023-07-28 12:27:48 +02:00
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: )
2023-07-28 12:27:48 +02:00
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
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
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
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)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- 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
- 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
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
2023-07-28 12:27:48 +02:00
- uid: T
name: T
nameWithType: T
fullName: T
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
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities