TinyLifeWeb/docs/api/TinyLife.World.UpdateDelegateNoPhase.yml

227 lines
6.8 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.UpdateDelegateNoPhase
commentId: T:TinyLife.World.UpdateDelegateNoPhase
id: UpdateDelegateNoPhase
parent: TinyLife.World
2021-08-04 06:51:12 +02:00
children: []
langs:
- csharp
- vb
2023-07-28 12:27:48 +02:00
name: UpdateDelegateNoPhase
nameWithType: UpdateDelegateNoPhase
fullName: TinyLife.World.UpdateDelegateNoPhase
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-12-06 13:25:52 +01: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: UpdateDelegateNoPhase
path: ../TinyLife/World/Map.cs
2024-04-14 17:55:54 +02:00
startLine: 3060
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2023-07-28 12:27:48 +02:00
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A delegate used by events that are invoked when something is updated.
2023-08-01 14:10:37 +02:00
example: []
2021-08-04 06:51:12 +02:00
syntax:
2023-07-28 12:27:48 +02:00
content: public delegate void UpdateDelegateNoPhase(GameTime time, TimeSpan passedInGame, float speedMultiplier)
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
- 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
content.vb: Public Delegate Sub UpdateDelegateNoPhase(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.UpdateDelegateNoPhase.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
references:
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-07-28 12:27:48 +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: .
2023-07-28 12:27:48 +02:00
- 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: .
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.UpdateDelegateNoPhase.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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-07-28 12:27:48 +02:00
name: JsonCopy<UpdateDelegateNoPhase>(UpdateDelegateNoPhase)
nameWithType: Extensions.JsonCopy<UpdateDelegateNoPhase>(UpdateDelegateNoPhase)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.UpdateDelegateNoPhase>(TinyLife.World.UpdateDelegateNoPhase)
nameWithType.vb: Extensions.JsonCopy(Of UpdateDelegateNoPhase)(UpdateDelegateNoPhase)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.UpdateDelegateNoPhase)(TinyLife.World.UpdateDelegateNoPhase)
name.vb: JsonCopy(Of UpdateDelegateNoPhase)(UpdateDelegateNoPhase)
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.UpdateDelegateNoPhase)
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: <
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.UpdateDelegateNoPhase
name: UpdateDelegateNoPhase
2024-01-07 16:53:47 +01:00
href: TinyLife.World.UpdateDelegateNoPhase.html
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.UpdateDelegateNoPhase
name: UpdateDelegateNoPhase
2024-01-07 16:53:47 +01:00
href: TinyLife.World.UpdateDelegateNoPhase.html
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.UpdateDelegateNoPhase)
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: " "
2023-07-28 12:27:48 +02:00
- uid: TinyLife.World.UpdateDelegateNoPhase
name: UpdateDelegateNoPhase
2024-01-07 16:53:47 +01:00
href: TinyLife.World.UpdateDelegateNoPhase.html
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.UpdateDelegateNoPhase
name: UpdateDelegateNoPhase
2024-01-07 16:53:47 +01:00
href: TinyLife.World.UpdateDelegateNoPhase.html
2021-08-04 06:51:12 +02:00
- name: )
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)
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
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
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