### YamlMime:ManagedReference items: - uid: MLEM.Startup.CoroutineEvents commentId: T:MLEM.Startup.CoroutineEvents id: CoroutineEvents parent: MLEM.Startup children: - MLEM.Startup.CoroutineEvents.Draw - MLEM.Startup.CoroutineEvents.PreDraw - MLEM.Startup.CoroutineEvents.PreUpdate - MLEM.Startup.CoroutineEvents.Update langs: - csharp - vb name: CoroutineEvents nameWithType: CoroutineEvents fullName: MLEM.Startup.CoroutineEvents type: Class source: remote: path: MLEM.Startup/CoroutineEvents.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CoroutineEvents path: ../MLEM.Startup/CoroutineEvents.cs startLine: 6 assemblies: - MLEM.Startup namespace: MLEM.Startup summary: This class contains a set of events for the coroutine system that are automatically fired in . example: [] syntax: content: public static class CoroutineEvents content.vb: Public Module CoroutineEvents inheritance: - System.Object inheritedMembers: - System.Object.ToString - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - uid: MLEM.Startup.CoroutineEvents.PreUpdate commentId: F:MLEM.Startup.CoroutineEvents.PreUpdate id: PreUpdate parent: MLEM.Startup.CoroutineEvents langs: - csharp - vb name: PreUpdate nameWithType: CoroutineEvents.PreUpdate fullName: MLEM.Startup.CoroutineEvents.PreUpdate type: Field source: remote: path: MLEM.Startup/CoroutineEvents.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PreUpdate path: ../MLEM.Startup/CoroutineEvents.cs startLine: 11 assemblies: - MLEM.Startup namespace: MLEM.Startup summary: This event is fired in , before is called. example: [] syntax: content: public static readonly Event PreUpdate return: type: Coroutine.Event content.vb: Public Shared ReadOnly PreUpdate As [Event] - uid: MLEM.Startup.CoroutineEvents.Update commentId: F:MLEM.Startup.CoroutineEvents.Update id: Update parent: MLEM.Startup.CoroutineEvents langs: - csharp - vb name: Update nameWithType: CoroutineEvents.Update fullName: MLEM.Startup.CoroutineEvents.Update type: Field source: remote: path: MLEM.Startup/CoroutineEvents.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Update path: ../MLEM.Startup/CoroutineEvents.cs startLine: 15 assemblies: - MLEM.Startup namespace: MLEM.Startup summary: This event is fired in , after is called. example: [] syntax: content: public static readonly Event Update return: type: Coroutine.Event content.vb: Public Shared ReadOnly Update As [Event] - uid: MLEM.Startup.CoroutineEvents.PreDraw commentId: F:MLEM.Startup.CoroutineEvents.PreDraw id: PreDraw parent: MLEM.Startup.CoroutineEvents langs: - csharp - vb name: PreDraw nameWithType: CoroutineEvents.PreDraw fullName: MLEM.Startup.CoroutineEvents.PreDraw type: Field source: remote: path: MLEM.Startup/CoroutineEvents.cs branch: main repo: https://github.com/Ellpeck/MLEM id: PreDraw path: ../MLEM.Startup/CoroutineEvents.cs startLine: 19 assemblies: - MLEM.Startup namespace: MLEM.Startup summary: This event is fired in , before is called. example: [] syntax: content: public static readonly Event PreDraw return: type: Coroutine.Event content.vb: Public Shared ReadOnly PreDraw As [Event] - uid: MLEM.Startup.CoroutineEvents.Draw commentId: F:MLEM.Startup.CoroutineEvents.Draw id: Draw parent: MLEM.Startup.CoroutineEvents langs: - csharp - vb name: Draw nameWithType: CoroutineEvents.Draw fullName: MLEM.Startup.CoroutineEvents.Draw type: Field source: remote: path: MLEM.Startup/CoroutineEvents.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Draw path: ../MLEM.Startup/CoroutineEvents.cs startLine: 23 assemblies: - MLEM.Startup namespace: MLEM.Startup summary: This event is fired in , after is called. example: [] syntax: content: public static readonly Event Draw return: type: Coroutine.Event content.vb: Public Shared ReadOnly Draw As [Event] references: - 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: 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: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) isExternal: true href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Draw_Microsoft_Xna_Framework_GameTime_ name: Draw(GameTime) nameWithType: MlemGame.Draw(GameTime) fullName: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) name: Draw href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Draw_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) spec.vb: - uid: MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime) name: Draw href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Draw_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) - uid: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) isExternal: true href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoDraw_Microsoft_Xna_Framework_GameTime_ name: DoDraw(GameTime) nameWithType: MlemGame.DoDraw(GameTime) fullName: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) name: DoDraw href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoDraw_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) spec.vb: - uid: MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime) name: DoDraw href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoDraw_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) - uid: Coroutine.Event commentId: T:Coroutine.Event parent: Coroutine isExternal: true name: Event nameWithType: Event fullName: Coroutine.Event - uid: Coroutine commentId: N:Coroutine isExternal: true name: Coroutine nameWithType: Coroutine fullName: Coroutine - uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) isExternal: true href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Update_Microsoft_Xna_Framework_GameTime_ name: Update(GameTime) nameWithType: MlemGame.Update(GameTime) fullName: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) name: Update href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Update_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) spec.vb: - uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) name: Update href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_Update_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) - uid: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) commentId: M:MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) isExternal: true href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoUpdate_Microsoft_Xna_Framework_GameTime_ name: DoUpdate(GameTime) nameWithType: MlemGame.DoUpdate(GameTime) fullName: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) spec.csharp: - uid: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) name: DoUpdate href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoUpdate_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ) spec.vb: - uid: MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime) name: DoUpdate href: MLEM.Startup.MlemGame.html#MLEM_Startup_MlemGame_DoUpdate_Microsoft_Xna_Framework_GameTime_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: )