1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Startup.MlemGame.TimeCallback.yml

117 lines
3.2 KiB
YAML
Raw Normal View History

### YamlMime:ManagedReference
items:
- uid: MLEM.Startup.MlemGame.TimeCallback
commentId: T:MLEM.Startup.MlemGame.TimeCallback
id: MlemGame.TimeCallback
parent: MLEM.Startup
children: []
langs:
- csharp
- vb
name: MlemGame.TimeCallback
nameWithType: MlemGame.TimeCallback
fullName: MLEM.Startup.MlemGame.TimeCallback
type: Delegate
source:
remote:
path: MLEM.Startup/MlemGame.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: TimeCallback
path: ../MLEM.Startup/MlemGame.cs
startLine: 175
assemblies:
- MLEM.Startup
namespace: MLEM.Startup
summary: A delegate method used by <xref href="MLEM.Startup.MlemGame.OnUpdate" data-throw-if-not-resolved="false"></xref> and <xref href="MLEM.Startup.MlemGame.OnDraw" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public delegate void MlemGame.TimeCallback(MlemGame game, GameTime time)
parameters:
- id: game
type: MLEM.Startup.MlemGame
description: The game in question
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The game's current time
content.vb: Public Delegate Sub MlemGame.TimeCallback(game As MlemGame, time As GameTime)
references:
- uid: MLEM.Startup.MlemGame.OnUpdate
commentId: E:MLEM.Startup.MlemGame.OnUpdate
href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_OnUpdate
name: OnUpdate
nameWithType: MlemGame.OnUpdate
fullName: MLEM.Startup.MlemGame.OnUpdate
- uid: MLEM.Startup.MlemGame.OnDraw
commentId: E:MLEM.Startup.MlemGame.OnDraw
href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_OnDraw
name: OnDraw
nameWithType: MlemGame.OnDraw
fullName: MLEM.Startup.MlemGame.OnDraw
- uid: MLEM.Startup
commentId: N:MLEM.Startup
href: MLEM.html
name: MLEM.Startup
nameWithType: MLEM.Startup
fullName: MLEM.Startup
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Startup
name: Startup
href: MLEM.Startup.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Startup
name: Startup
href: MLEM.Startup.html
- uid: MLEM.Startup.MlemGame
commentId: T:MLEM.Startup.MlemGame
parent: MLEM.Startup
href: MLEM.Startup.MlemGame.html
name: MlemGame
nameWithType: MlemGame
fullName: MLEM.Startup.MlemGame
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
isExternal: true
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
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