diff --git a/Awperative/obj/Release/net8.0/Awperative.AssemblyInfo.cs b/Awperative/obj/Release/net8.0/Awperative.AssemblyInfo.cs index a6aa34f..913cd6b 100644 --- a/Awperative/obj/Release/net8.0/Awperative.AssemblyInfo.cs +++ b/Awperative/obj/Release/net8.0/Awperative.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Awperative")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+221a768384535c7c1db461439acf325320cebd56")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04750ddd5a0eeed822b646c8c77985be08a559e8")] [assembly: System.Reflection.AssemblyProductAttribute("Awperative")] [assembly: System.Reflection.AssemblyTitleAttribute("Awperative")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Awperative/obj/Release/net8.0/Awperative.AssemblyInfoInputs.cache b/Awperative/obj/Release/net8.0/Awperative.AssemblyInfoInputs.cache index 3643a98..b061547 100644 --- a/Awperative/obj/Release/net8.0/Awperative.AssemblyInfoInputs.cache +++ b/Awperative/obj/Release/net8.0/Awperative.AssemblyInfoInputs.cache @@ -1 +1 @@ -56f16607588beae6028e1ac78b003534321bb3b7dab644d81817235fedfb61a6 +d05380611b45c280c2c51346ebb3590dc0f2639035a478a07d822a068d5cc4af diff --git a/api/.manifest b/api/.manifest new file mode 100644 index 0000000..c990c39 --- /dev/null +++ b/api/.manifest @@ -0,0 +1,124 @@ +{ + "Awperative": "Awperative.yml", + "Awperative.Awperative": "Awperative.Awperative.yml", + "Awperative.Awperative.Base": "Awperative.Awperative.yml", + "Awperative.Awperative.ContentManager": "Awperative.Awperative.yml", + "Awperative.Awperative.EventHooks": "Awperative.Awperative.yml", + "Awperative.Awperative.GraphicsDeviceManager": "Awperative.Awperative.yml", + "Awperative.Awperative.LoadedScenes": "Awperative.Awperative.yml", + "Awperative.Awperative.SpriteBatch": "Awperative.Awperative.yml", + "Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook})": "Awperative.Awperative.yml", + "Awperative.AwperativeHook": "Awperative.AwperativeHook.yml", + "Awperative.AwperativeHook.Load": "Awperative.AwperativeHook.yml", + "Awperative.AwperativeHook.Unload": "Awperative.AwperativeHook.yml", + "Awperative.Base": "Awperative.Base.yml", + "Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Base.yml", + "Awperative.Base.EndRun": "Awperative.Base.yml", + "Awperative.Base.Initialize": "Awperative.Base.yml", + "Awperative.Base.LoadContent": "Awperative.Base.yml", + "Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Base.yml", + "Awperative.Body": "Awperative.Body.yml", + "Awperative.Body.Components": "Awperative.Body.yml", + "Awperative.Body.Scene": "Awperative.Body.yml", + "Awperative.Body.Tags": "Awperative.Body.yml", + "Awperative.Body.transform": "Awperative.Body.yml", + "Awperative.BodyComponent": "Awperative.BodyComponent.yml", + "Awperative.BodyComponent.Body": "Awperative.BodyComponent.yml", + "Awperative.BodyComponent.Transform": "Awperative.BodyComponent.yml", + "Awperative.BodyCreateEvent": "Awperative.BodyCreateEvent.yml", + "Awperative.BodyCreateEvent.body": "Awperative.BodyCreateEvent.yml", + "Awperative.BodyCreateEvent.scene": "Awperative.BodyCreateEvent.yml", + "Awperative.BodyDestroyEvent": "Awperative.BodyDestroyEvent.yml", + "Awperative.BodyDestroyEvent.body": "Awperative.BodyDestroyEvent.yml", + "Awperative.BodyDestroyEvent.scene": "Awperative.BodyDestroyEvent.yml", + "Awperative.Component": "Awperative.Component.yml", + "Awperative.Component.AddBody": "Awperative.Component.yml", + "Awperative.Component.AddBody(Awperative.Transform)": "Awperative.Component.yml", + "Awperative.Component.AddComponent``1": "Awperative.Component.yml", + "Awperative.Component.AddComponent``1(System.Object[])": "Awperative.Component.yml", + "Awperative.Component.Create": "Awperative.Component.yml", + "Awperative.Component.Destroy": "Awperative.Component.yml", + "Awperative.Component.DestroyBody(Awperative.Body)": "Awperative.Component.yml", + "Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Component.yml", + "Awperative.Component.GetBodies(System.String)": "Awperative.Component.yml", + "Awperative.Component.GetBody(System.String)": "Awperative.Component.yml", + "Awperative.Component.GetComponent``1": "Awperative.Component.yml", + "Awperative.Component.GetComponents``1": "Awperative.Component.yml", + "Awperative.Component.Load": "Awperative.Component.yml", + "Awperative.Component.RemoveComponent``1": "Awperative.Component.yml", + "Awperative.Component.Scene": "Awperative.Component.yml", + "Awperative.Component.Unload": "Awperative.Component.yml", + "Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Component.yml", + "Awperative.ComponentCreateEvent": "Awperative.ComponentCreateEvent.yml", + "Awperative.ComponentCreateEvent.body": "Awperative.ComponentCreateEvent.yml", + "Awperative.ComponentCreateEvent.component": "Awperative.ComponentCreateEvent.yml", + "Awperative.ComponentCreateEvent.scene": "Awperative.ComponentCreateEvent.yml", + "Awperative.ComponentDestroyEvent": "Awperative.ComponentDestroyEvent.yml", + "Awperative.ComponentDestroyEvent.body": "Awperative.ComponentDestroyEvent.yml", + "Awperative.ComponentDestroyEvent.component": "Awperative.ComponentDestroyEvent.yml", + "Awperative.ComponentDestroyEvent.scene": "Awperative.ComponentDestroyEvent.yml", + "Awperative.Debug": "Awperative.Debug.yml", + "Awperative.Debug.AssertAction(System.Boolean,System.String)": "Awperative.Debug.yml", + "Awperative.Debug.AssertError(System.Boolean,System.String)": "Awperative.Debug.yml", + "Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.AssertState(System.Boolean,System.String)": "Awperative.Debug.yml", + "Awperative.Debug.AssertValue(System.Boolean,System.String)": "Awperative.Debug.yml", + "Awperative.Debug.AssertWarning(System.Boolean,System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogAction(System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogAction(System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.LogError(System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogError(System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.LogFilePath": "Awperative.Debug.yml", + "Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.LogState(System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogState(System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.LogValue(System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogValue(System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.Debug.LogWarning(System.String)": "Awperative.Debug.yml", + "Awperative.Debug.LogWarning(System.String,System.String[],System.String[])": "Awperative.Debug.yml", + "Awperative.DockerEntity": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.AddComponent``1": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.AddComponent``1(System.Object[])": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.GetComponent``1": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.GetComponents``1": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.RemoveComponent(Awperative.Component)": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.RemoveComponent``1": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.RemoveComponents``1": "Awperative.DockerEntity.yml", + "Awperative.DockerEntity.Scene": "Awperative.DockerEntity.yml", + "Awperative.Kernel.Communication.Config": "Awperative.Kernel.Communication.Config.yml", + "Awperative.Kernel.Communication.Config.Config": "Awperative.Kernel.Communication.Config.Config.yml", + "Awperative.Kernel.Communication.Config.Config.logFileName": "Awperative.Kernel.Communication.Config.Config.yml", + "Awperative.Scene": "Awperative.Scene.yml", + "Awperative.Scene.AddBody": "Awperative.Scene.yml", + "Awperative.Scene.AddBody(Awperative.Transform)": "Awperative.Scene.yml", + "Awperative.Scene.BodyCreatedEvent": "Awperative.Scene.yml", + "Awperative.Scene.BodyDestroyedEvent": "Awperative.Scene.yml", + "Awperative.Scene.DestroyBody(Awperative.Body)": "Awperative.Scene.yml", + "Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Scene.yml", + "Awperative.Scene.GetBodies(System.String)": "Awperative.Scene.yml", + "Awperative.Scene.GetBody(System.String)": "Awperative.Scene.yml", + "Awperative.Scene.Load": "Awperative.Scene.yml", + "Awperative.Scene.Unload": "Awperative.Scene.yml", + "Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Scene.yml", + "Awperative.Scene.bodies": "Awperative.Scene.yml", + "Awperative.SceneComponent": "Awperative.SceneComponent.yml", + "Awperative.SceneCreateEvent": "Awperative.SceneCreateEvent.yml", + "Awperative.SceneCreateEvent.scene": "Awperative.SceneCreateEvent.yml", + "Awperative.SceneDestroyEvent": "Awperative.SceneDestroyEvent.yml", + "Awperative.SceneDestroyEvent.scene": "Awperative.SceneDestroyEvent.yml", + "Awperative.Transform": "Awperative.Transform.yml", + "Awperative.Transform.#ctor": "Awperative.Transform.yml", + "Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)": "Awperative.Transform.yml", + "Awperative.Transform.Clone": "Awperative.Transform.yml", + "Awperative.Transform.Depth": "Awperative.Transform.yml", + "Awperative.Transform.OnTransformChangedEvent": "Awperative.Transform.yml", + "Awperative.Transform.Origin": "Awperative.Transform.yml", + "Awperative.Transform.Position": "Awperative.Transform.yml", + "Awperative.Transform.Rotation": "Awperative.Transform.yml", + "Awperative.Transform.Scale": "Awperative.Transform.yml", + "Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)": "Awperative.Transform.yml", + "Awperative.Transform.ToMatrix": "Awperative.Transform.yml", + "Awperative.TransformModifyEvent": "Awperative.TransformModifyEvent.yml", + "Awperative.TransformModifyEvent.after": "Awperative.TransformModifyEvent.yml", + "Awperative.TransformModifyEvent.before": "Awperative.TransformModifyEvent.yml" +} \ No newline at end of file diff --git a/api/Awperative.Awperative.yml b/api/Awperative.Awperative.yml new file mode 100644 index 0000000..201f466 --- /dev/null +++ b/api/Awperative.Awperative.yml @@ -0,0 +1,820 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Awperative + commentId: T:Awperative.Awperative + id: Awperative + parent: Awperative + children: + - Awperative.Awperative.Base + - Awperative.Awperative.ContentManager + - Awperative.Awperative.EventHooks + - Awperative.Awperative.GraphicsDeviceManager + - Awperative.Awperative.LoadedScenes + - Awperative.Awperative.SpriteBatch + - Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook}) + langs: + - csharp + - vb + name: Awperative + nameWithType: Awperative + fullName: Awperative.Awperative + type: Class + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Awperative + path: Awperative/Kernel/Overhead/Core.cs + startLine: 15 + assemblies: + - Awperative + namespace: Awperative + summary: Initiating class of Awperative. Call Start() to start the kernel. + example: [] + syntax: + content: public static class Awperative + content.vb: Public Module Awperative + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Awperative.Base + commentId: P:Awperative.Awperative.Base + id: Base + parent: Awperative.Awperative + langs: + - csharp + - vb + name: Base + nameWithType: Awperative.Base + fullName: Awperative.Awperative.Base + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Base + path: Awperative/Kernel/Overhead/Core.cs + startLine: 23 + assemblies: + - Awperative + namespace: Awperative + summary: Bottom class of Awperative. Contains the MonoGame instance. + example: [] + syntax: + content: public static Base Base { get; } + parameters: [] + return: + type: Awperative.Base + content.vb: Public Shared Property Base As Base + overload: Awperative.Awperative.Base* +- uid: Awperative.Awperative.GraphicsDeviceManager + commentId: P:Awperative.Awperative.GraphicsDeviceManager + id: GraphicsDeviceManager + parent: Awperative.Awperative + langs: + - csharp + - vb + name: GraphicsDeviceManager + nameWithType: Awperative.GraphicsDeviceManager + fullName: Awperative.Awperative.GraphicsDeviceManager + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GraphicsDeviceManager + path: Awperative/Kernel/Overhead/Core.cs + startLine: 32 + assemblies: + - Awperative + namespace: Awperative + summary: Handles graphics settings through MonoGame. + example: [] + syntax: + content: public static GraphicsDeviceManager GraphicsDeviceManager { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.GraphicsDeviceManager + content.vb: Public Shared Property GraphicsDeviceManager As GraphicsDeviceManager + overload: Awperative.Awperative.GraphicsDeviceManager* +- uid: Awperative.Awperative.SpriteBatch + commentId: P:Awperative.Awperative.SpriteBatch + id: SpriteBatch + parent: Awperative.Awperative + langs: + - csharp + - vb + name: SpriteBatch + nameWithType: Awperative.SpriteBatch + fullName: Awperative.Awperative.SpriteBatch + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: SpriteBatch + path: Awperative/Kernel/Overhead/Core.cs + startLine: 39 + assemblies: + - Awperative + namespace: Awperative + summary: Handles drawing sprites to the screen through MonoGame. + example: [] + syntax: + content: public static SpriteBatch SpriteBatch { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Graphics.SpriteBatch + content.vb: Public Shared Property SpriteBatch As SpriteBatch + overload: Awperative.Awperative.SpriteBatch* +- uid: Awperative.Awperative.ContentManager + commentId: P:Awperative.Awperative.ContentManager + id: ContentManager + parent: Awperative.Awperative + langs: + - csharp + - vb + name: ContentManager + nameWithType: Awperative.ContentManager + fullName: Awperative.Awperative.ContentManager + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: ContentManager + path: Awperative/Kernel/Overhead/Core.cs + startLine: 46 + assemblies: + - Awperative + namespace: Awperative + summary: Handles loading content through MonoGame. + example: [] + syntax: + content: public static ContentManager ContentManager { get; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Content.ContentManager + content.vb: Public Shared Property ContentManager As ContentManager + overload: Awperative.Awperative.ContentManager* +- uid: Awperative.Awperative.LoadedScenes + commentId: P:Awperative.Awperative.LoadedScenes + id: LoadedScenes + parent: Awperative.Awperative + langs: + - csharp + - vb + name: LoadedScenes + nameWithType: Awperative.LoadedScenes + fullName: Awperative.Awperative.LoadedScenes + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LoadedScenes + path: Awperative/Kernel/Overhead/Core.cs + startLine: 55 + assemblies: + - Awperative + namespace: Awperative + summary: List of all scenes currently loaded in the kernel. + example: [] + syntax: + content: public static List LoadedScenes { get; } + parameters: [] + return: + type: System.Collections.Generic.List{Awperative.Scene} + content.vb: Public Shared ReadOnly Property LoadedScenes As List(Of Scene) + overload: Awperative.Awperative.LoadedScenes* +- uid: Awperative.Awperative.EventHooks + commentId: P:Awperative.Awperative.EventHooks + id: EventHooks + parent: Awperative.Awperative + langs: + - csharp + - vb + name: EventHooks + nameWithType: Awperative.EventHooks + fullName: Awperative.Awperative.EventHooks + type: Property + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: EventHooks + path: Awperative/Kernel/Overhead/Core.cs + startLine: 63 + assemblies: + - Awperative + namespace: Awperative + summary: List of all event hooks currently loaded in the kernel. + example: [] + syntax: + content: public static List EventHooks { get; } + parameters: [] + return: + type: System.Collections.Generic.List{Awperative.AwperativeHook} + content.vb: Public Shared ReadOnly Property EventHooks As List(Of AwperativeHook) + overload: Awperative.Awperative.EventHooks* +- uid: Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook}) + commentId: M:Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook}) + id: Start(System.Collections.Generic.List{Awperative.AwperativeHook}) + parent: Awperative.Awperative + langs: + - csharp + - vb + name: Start(List) + nameWithType: Awperative.Start(List) + fullName: Awperative.Awperative.Start(System.Collections.Generic.List) + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Start + path: Awperative/Kernel/Overhead/Core.cs + startLine: 75 + assemblies: + - Awperative + namespace: Awperative + summary: Start() begins the game; and begins communication with all event hooks. + remarks: You cannot add new hooks later; so make sure to register all of them in the Start() method. + example: [] + syntax: + content: public static void Start(List __hooks) + parameters: + - id: __hooks + type: System.Collections.Generic.List{Awperative.AwperativeHook} + description: List of all event hooks you wish to use. + content.vb: Public Shared Sub Start(__hooks As List(Of AwperativeHook)) + overload: Awperative.Awperative.Start* + nameWithType.vb: Awperative.Start(List(Of AwperativeHook)) + fullName.vb: Awperative.Awperative.Start(System.Collections.Generic.List(Of Awperative.AwperativeHook)) + name.vb: Start(List(Of AwperativeHook)) +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Awperative.Base* + commentId: Overload:Awperative.Awperative.Base + href: Awperative.Awperative.html#Awperative_Awperative_Base + name: Base + nameWithType: Awperative.Base + fullName: Awperative.Awperative.Base +- uid: Awperative.Base + commentId: T:Awperative.Base + parent: Awperative + href: Awperative.Base.html + name: Base + nameWithType: Base + fullName: Awperative.Base +- uid: Awperative.Awperative.GraphicsDeviceManager* + commentId: Overload:Awperative.Awperative.GraphicsDeviceManager + href: Awperative.Awperative.html#Awperative_Awperative_GraphicsDeviceManager + name: GraphicsDeviceManager + nameWithType: Awperative.GraphicsDeviceManager + fullName: Awperative.Awperative.GraphicsDeviceManager +- uid: Microsoft.Xna.Framework.GraphicsDeviceManager + commentId: T:Microsoft.Xna.Framework.GraphicsDeviceManager + parent: Microsoft.Xna.Framework + isExternal: true + name: GraphicsDeviceManager + nameWithType: GraphicsDeviceManager + fullName: Microsoft.Xna.Framework.GraphicsDeviceManager +- 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 +- uid: Awperative.Awperative.SpriteBatch* + commentId: Overload:Awperative.Awperative.SpriteBatch + href: Awperative.Awperative.html#Awperative_Awperative_SpriteBatch + name: SpriteBatch + nameWithType: Awperative.SpriteBatch + fullName: Awperative.Awperative.SpriteBatch +- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SpriteBatch + nameWithType: SpriteBatch + fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch +- uid: Microsoft.Xna.Framework.Graphics + commentId: N:Microsoft.Xna.Framework.Graphics + isExternal: true + name: Microsoft.Xna.Framework.Graphics + nameWithType: Microsoft.Xna.Framework.Graphics + fullName: Microsoft.Xna.Framework.Graphics + 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 + - name: . + - uid: Microsoft.Xna.Framework.Graphics + name: Graphics + 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 + - name: . + - uid: Microsoft.Xna.Framework.Graphics + name: Graphics + isExternal: true +- uid: Awperative.Awperative.ContentManager* + commentId: Overload:Awperative.Awperative.ContentManager + href: Awperative.Awperative.html#Awperative_Awperative_ContentManager + name: ContentManager + nameWithType: Awperative.ContentManager + fullName: Awperative.Awperative.ContentManager +- uid: Microsoft.Xna.Framework.Content.ContentManager + commentId: T:Microsoft.Xna.Framework.Content.ContentManager + parent: Microsoft.Xna.Framework.Content + isExternal: true + name: ContentManager + nameWithType: ContentManager + fullName: Microsoft.Xna.Framework.Content.ContentManager +- uid: Microsoft.Xna.Framework.Content + commentId: N:Microsoft.Xna.Framework.Content + isExternal: true + name: Microsoft.Xna.Framework.Content + nameWithType: Microsoft.Xna.Framework.Content + fullName: Microsoft.Xna.Framework.Content + 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 + - name: . + - uid: Microsoft.Xna.Framework.Content + name: Content + 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 + - name: . + - uid: Microsoft.Xna.Framework.Content + name: Content + isExternal: true +- uid: Awperative.Awperative.LoadedScenes* + commentId: Overload:Awperative.Awperative.LoadedScenes + href: Awperative.Awperative.html#Awperative_Awperative_LoadedScenes + name: LoadedScenes + nameWithType: Awperative.LoadedScenes + fullName: Awperative.Awperative.LoadedScenes +- uid: System.Collections.Generic.List{Awperative.Scene} + commentId: T:System.Collections.Generic.List{Awperative.Scene} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of Scene) + fullName.vb: System.Collections.Generic.List(Of Awperative.Scene) + name.vb: List(Of Scene) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: Awperative.Scene + name: Scene + href: Awperative.Scene.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.Scene + name: Scene + href: Awperative.Scene.html + - name: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: Awperative.Awperative.EventHooks* + commentId: Overload:Awperative.Awperative.EventHooks + href: Awperative.Awperative.html#Awperative_Awperative_EventHooks + name: EventHooks + nameWithType: Awperative.EventHooks + fullName: Awperative.Awperative.EventHooks +- uid: System.Collections.Generic.List{Awperative.AwperativeHook} + commentId: T:System.Collections.Generic.List{Awperative.AwperativeHook} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of AwperativeHook) + fullName.vb: System.Collections.Generic.List(Of Awperative.AwperativeHook) + name.vb: List(Of AwperativeHook) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: Awperative.AwperativeHook + name: AwperativeHook + href: Awperative.AwperativeHook.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.AwperativeHook + name: AwperativeHook + href: Awperative.AwperativeHook.html + - name: ) +- uid: Awperative.Awperative.Start* + commentId: Overload:Awperative.Awperative.Start + href: Awperative.Awperative.html#Awperative_Awperative_Start_System_Collections_Generic_List_Awperative_AwperativeHook__ + name: Start + nameWithType: Awperative.Start + fullName: Awperative.Awperative.Start diff --git a/api/Awperative.AwperativeHook.yml b/api/Awperative.AwperativeHook.yml new file mode 100644 index 0000000..ad557d8 --- /dev/null +++ b/api/Awperative.AwperativeHook.yml @@ -0,0 +1,107 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.AwperativeHook + commentId: T:Awperative.AwperativeHook + id: AwperativeHook + parent: Awperative + children: + - Awperative.AwperativeHook.Load + - Awperative.AwperativeHook.Unload + langs: + - csharp + - vb + name: AwperativeHook + nameWithType: AwperativeHook + fullName: Awperative.AwperativeHook + type: Interface + source: + remote: + path: Awperative/Kernel/Overhead/AwperativeClass.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AwperativeHook + path: Awperative/Kernel/Overhead/AwperativeClass.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + summary: Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine. + example: [] + syntax: + content: public interface AwperativeHook + content.vb: Public Interface AwperativeHook +- uid: Awperative.AwperativeHook.Load + commentId: M:Awperative.AwperativeHook.Load + id: Load + parent: Awperative.AwperativeHook + langs: + - csharp + - vb + name: Load() + nameWithType: AwperativeHook.Load() + fullName: Awperative.AwperativeHook.Load() + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/AwperativeClass.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Load + path: Awperative/Kernel/Overhead/AwperativeClass.cs + startLine: 11 + assemblies: + - Awperative + namespace: Awperative + summary: Called when the program starts; It is not recommended you load assets here. + example: [] + syntax: + content: void Load() + content.vb: Sub Load() + overload: Awperative.AwperativeHook.Load* +- uid: Awperative.AwperativeHook.Unload + commentId: M:Awperative.AwperativeHook.Unload + id: Unload + parent: Awperative.AwperativeHook + langs: + - csharp + - vb + name: Unload() + nameWithType: AwperativeHook.Unload() + fullName: Awperative.AwperativeHook.Unload() + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/AwperativeClass.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Unload + path: Awperative/Kernel/Overhead/AwperativeClass.cs + startLine: 20 + assemblies: + - Awperative + namespace: Awperative + summary: Called when the program closes. + example: [] + syntax: + content: void Unload() + content.vb: Sub Unload() + overload: Awperative.AwperativeHook.Unload* +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- uid: Awperative.AwperativeHook.Load* + commentId: Overload:Awperative.AwperativeHook.Load + href: Awperative.AwperativeHook.html#Awperative_AwperativeHook_Load + name: Load + nameWithType: AwperativeHook.Load + fullName: Awperative.AwperativeHook.Load +- uid: Awperative.AwperativeHook.Unload* + commentId: Overload:Awperative.AwperativeHook.Unload + href: Awperative.AwperativeHook.html#Awperative_AwperativeHook_Unload + name: Unload + nameWithType: AwperativeHook.Unload + fullName: Awperative.AwperativeHook.Unload diff --git a/api/Awperative.Base.yml b/api/Awperative.Base.yml new file mode 100644 index 0000000..097184f --- /dev/null +++ b/api/Awperative.Base.yml @@ -0,0 +1,906 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Base + commentId: T:Awperative.Base + id: Base + parent: Awperative + children: + - Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime) + - Awperative.Base.EndRun + - Awperative.Base.Initialize + - Awperative.Base.LoadContent + - Awperative.Base.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Base + nameWithType: Base + fullName: Awperative.Base + type: Class + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Base + path: Awperative/Kernel/Overhead/Base.cs + startLine: 12 + assemblies: + - Awperative + namespace: Awperative + summary: Base class of Awperative. Carries events from MonoGame into scenes and hooks. + example: [] + syntax: + content: 'public sealed class Base : Game, IDisposable' + content.vb: Public NotInheritable Class Base Inherits Game Implements IDisposable + inheritance: + - System.Object + - Microsoft.Xna.Framework.Game + implements: + - System.IDisposable + inheritedMembers: + - Microsoft.Xna.Framework.Game.Dispose + - Microsoft.Xna.Framework.Game.Exit + - Microsoft.Xna.Framework.Game.ResetElapsedTime + - Microsoft.Xna.Framework.Game.SuppressDraw + - Microsoft.Xna.Framework.Game.RunOneFrame + - Microsoft.Xna.Framework.Game.Run + - Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + - Microsoft.Xna.Framework.Game.Tick + - Microsoft.Xna.Framework.Game.LaunchParameters + - Microsoft.Xna.Framework.Game.Components + - Microsoft.Xna.Framework.Game.InactiveSleepTime + - Microsoft.Xna.Framework.Game.MaxElapsedTime + - Microsoft.Xna.Framework.Game.IsActive + - Microsoft.Xna.Framework.Game.IsMouseVisible + - Microsoft.Xna.Framework.Game.TargetElapsedTime + - Microsoft.Xna.Framework.Game.IsFixedTimeStep + - Microsoft.Xna.Framework.Game.Services + - Microsoft.Xna.Framework.Game.Content + - Microsoft.Xna.Framework.Game.GraphicsDevice + - Microsoft.Xna.Framework.Game.Window + - Microsoft.Xna.Framework.Game.Activated + - Microsoft.Xna.Framework.Game.Deactivated + - Microsoft.Xna.Framework.Game.Disposed + - Microsoft.Xna.Framework.Game.Exiting + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Base.Initialize + commentId: M:Awperative.Base.Initialize + id: Initialize + parent: Awperative.Base + langs: + - csharp + - vb + name: Initialize() + nameWithType: Base.Initialize() + fullName: Awperative.Base.Initialize() + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Initialize + path: Awperative/Kernel/Overhead/Base.cs + startLine: 31 + assemblies: + - Awperative + namespace: Awperative + summary: Initialize() is called when the program starts. Goes before LoadContent(). And prepares the kernel for use. + remarks: It is recommended not to load content in Initialize() + example: [] + syntax: + content: protected override void Initialize() + content.vb: Protected Overrides Sub Initialize() + overridden: Microsoft.Xna.Framework.Game.Initialize + overload: Awperative.Base.Initialize* +- uid: Awperative.Base.LoadContent + commentId: M:Awperative.Base.LoadContent + id: LoadContent + parent: Awperative.Base + langs: + - csharp + - vb + name: LoadContent() + nameWithType: Base.LoadContent() + fullName: Awperative.Base.LoadContent() + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LoadContent + path: Awperative/Kernel/Overhead/Base.cs + startLine: 46 + assemblies: + - Awperative + namespace: Awperative + summary: LoadContent() is called when the program starts; right after Initialize(). Override Load() in scripting tools or use hooks to call from this event. + remarks: It is recommended to load content during LoadContent() + example: [] + syntax: + content: protected override void LoadContent() + content.vb: Protected Overrides Sub LoadContent() + overridden: Microsoft.Xna.Framework.Game.LoadContent + overload: Awperative.Base.LoadContent* +- uid: Awperative.Base.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Base.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Base + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Base.Update(GameTime) + fullName: Awperative.Base.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Update + path: Awperative/Kernel/Overhead/Base.cs + startLine: 59 + assemblies: + - Awperative + namespace: Awperative + summary: Update() is called every frame; before Draw(). Override Update() in scripting tools to call from this event. + remarks: Hooks are unable to receive both Update() and Draw() + example: [] + syntax: + content: protected override void Update(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected Overrides Sub Update(__gameTime As GameTime) + overridden: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + overload: Awperative.Base.Update* +- uid: Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime) + id: Draw(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Base + langs: + - csharp + - vb + name: Draw(GameTime) + nameWithType: Base.Draw(GameTime) + fullName: Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Draw + path: Awperative/Kernel/Overhead/Base.cs + startLine: 72 + assemblies: + - Awperative + namespace: Awperative + summary: Draw() is called every frame; after Update(). Override Draw() in scripting tools to call from this event. + remarks: Hooks are unable to receive both Update() and Draw() + example: [] + syntax: + content: protected override void Draw(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Protected Overrides Sub Draw(__gameTime As GameTime) + overridden: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + overload: Awperative.Base.Draw* +- uid: Awperative.Base.EndRun + commentId: M:Awperative.Base.EndRun + id: EndRun + parent: Awperative.Base + langs: + - csharp + - vb + name: EndRun() + nameWithType: Base.EndRun() + fullName: Awperative.Base.EndRun() + type: Method + source: + remote: + path: Awperative/Kernel/Overhead/Base.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: EndRun + path: Awperative/Kernel/Overhead/Base.cs + startLine: 85 + assemblies: + - Awperative + namespace: Awperative + summary: EndRun() is called if the program closes. Override Terminate() in scripting tools or use hooks to call from this event. + remarks: This event may not trigger if the program is force closed. + example: [] + syntax: + content: protected override void EndRun() + content.vb: Protected Overrides Sub EndRun() + overridden: Microsoft.Xna.Framework.Game.EndRun + overload: Awperative.Base.EndRun* +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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: Microsoft.Xna.Framework.Game + commentId: T:Microsoft.Xna.Framework.Game + parent: Microsoft.Xna.Framework + isExternal: true + name: Game + nameWithType: Game + fullName: Microsoft.Xna.Framework.Game +- uid: System.IDisposable + commentId: T:System.IDisposable + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.idisposable + name: IDisposable + nameWithType: IDisposable + fullName: System.IDisposable +- uid: Microsoft.Xna.Framework.Game.Dispose + commentId: M:Microsoft.Xna.Framework.Game.Dispose + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Dispose() + nameWithType: Game.Dispose() + fullName: Microsoft.Xna.Framework.Game.Dispose() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Dispose + name: Dispose + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Dispose + name: Dispose + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.Exit + commentId: M:Microsoft.Xna.Framework.Game.Exit + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Exit() + nameWithType: Game.Exit() + fullName: Microsoft.Xna.Framework.Game.Exit() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Exit + name: Exit + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Exit + name: Exit + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + commentId: M:Microsoft.Xna.Framework.Game.ResetElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: ResetElapsedTime() + nameWithType: Game.ResetElapsedTime() + fullName: Microsoft.Xna.Framework.Game.ResetElapsedTime() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + name: ResetElapsedTime + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.ResetElapsedTime + name: ResetElapsedTime + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.SuppressDraw + commentId: M:Microsoft.Xna.Framework.Game.SuppressDraw + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: SuppressDraw() + nameWithType: Game.SuppressDraw() + fullName: Microsoft.Xna.Framework.Game.SuppressDraw() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.SuppressDraw + name: SuppressDraw + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.SuppressDraw + name: SuppressDraw + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.RunOneFrame + commentId: M:Microsoft.Xna.Framework.Game.RunOneFrame + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: RunOneFrame() + nameWithType: Game.RunOneFrame() + fullName: Microsoft.Xna.Framework.Game.RunOneFrame() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.RunOneFrame + name: RunOneFrame + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.RunOneFrame + name: RunOneFrame + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.Run + commentId: M:Microsoft.Xna.Framework.Game.Run + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Run() + nameWithType: Game.Run() + fullName: Microsoft.Xna.Framework.Game.Run() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Run + name: Run + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Run + name: Run + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + commentId: M:Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Run(GameRunBehavior) + nameWithType: Game.Run(GameRunBehavior) + fullName: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + name: Run + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameRunBehavior + name: GameRunBehavior + isExternal: true + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior) + name: Run + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameRunBehavior + name: GameRunBehavior + isExternal: true + - name: ) +- uid: Microsoft.Xna.Framework.Game.Tick + commentId: M:Microsoft.Xna.Framework.Game.Tick + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Tick() + nameWithType: Game.Tick() + fullName: Microsoft.Xna.Framework.Game.Tick() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Tick + name: Tick + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Tick + name: Tick + isExternal: true + - name: ( + - name: ) +- uid: Microsoft.Xna.Framework.Game.LaunchParameters + commentId: P:Microsoft.Xna.Framework.Game.LaunchParameters + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: LaunchParameters + nameWithType: Game.LaunchParameters + fullName: Microsoft.Xna.Framework.Game.LaunchParameters +- uid: Microsoft.Xna.Framework.Game.Components + commentId: P:Microsoft.Xna.Framework.Game.Components + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Components + nameWithType: Game.Components + fullName: Microsoft.Xna.Framework.Game.Components +- uid: Microsoft.Xna.Framework.Game.InactiveSleepTime + commentId: P:Microsoft.Xna.Framework.Game.InactiveSleepTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: InactiveSleepTime + nameWithType: Game.InactiveSleepTime + fullName: Microsoft.Xna.Framework.Game.InactiveSleepTime +- uid: Microsoft.Xna.Framework.Game.MaxElapsedTime + commentId: P:Microsoft.Xna.Framework.Game.MaxElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: MaxElapsedTime + nameWithType: Game.MaxElapsedTime + fullName: Microsoft.Xna.Framework.Game.MaxElapsedTime +- uid: Microsoft.Xna.Framework.Game.IsActive + commentId: P:Microsoft.Xna.Framework.Game.IsActive + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsActive + nameWithType: Game.IsActive + fullName: Microsoft.Xna.Framework.Game.IsActive +- uid: Microsoft.Xna.Framework.Game.IsMouseVisible + commentId: P:Microsoft.Xna.Framework.Game.IsMouseVisible + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsMouseVisible + nameWithType: Game.IsMouseVisible + fullName: Microsoft.Xna.Framework.Game.IsMouseVisible +- uid: Microsoft.Xna.Framework.Game.TargetElapsedTime + commentId: P:Microsoft.Xna.Framework.Game.TargetElapsedTime + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: TargetElapsedTime + nameWithType: Game.TargetElapsedTime + fullName: Microsoft.Xna.Framework.Game.TargetElapsedTime +- uid: Microsoft.Xna.Framework.Game.IsFixedTimeStep + commentId: P:Microsoft.Xna.Framework.Game.IsFixedTimeStep + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: IsFixedTimeStep + nameWithType: Game.IsFixedTimeStep + fullName: Microsoft.Xna.Framework.Game.IsFixedTimeStep +- uid: Microsoft.Xna.Framework.Game.Services + commentId: P:Microsoft.Xna.Framework.Game.Services + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Services + nameWithType: Game.Services + fullName: Microsoft.Xna.Framework.Game.Services +- uid: Microsoft.Xna.Framework.Game.Content + commentId: P:Microsoft.Xna.Framework.Game.Content + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Content + nameWithType: Game.Content + fullName: Microsoft.Xna.Framework.Game.Content +- uid: Microsoft.Xna.Framework.Game.GraphicsDevice + commentId: P:Microsoft.Xna.Framework.Game.GraphicsDevice + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: GraphicsDevice + nameWithType: Game.GraphicsDevice + fullName: Microsoft.Xna.Framework.Game.GraphicsDevice +- uid: Microsoft.Xna.Framework.Game.Window + commentId: P:Microsoft.Xna.Framework.Game.Window + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Window + nameWithType: Game.Window + fullName: Microsoft.Xna.Framework.Game.Window +- uid: Microsoft.Xna.Framework.Game.Activated + commentId: E:Microsoft.Xna.Framework.Game.Activated + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Activated + nameWithType: Game.Activated + fullName: Microsoft.Xna.Framework.Game.Activated +- uid: Microsoft.Xna.Framework.Game.Deactivated + commentId: E:Microsoft.Xna.Framework.Game.Deactivated + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Deactivated + nameWithType: Game.Deactivated + fullName: Microsoft.Xna.Framework.Game.Deactivated +- uid: Microsoft.Xna.Framework.Game.Disposed + commentId: E:Microsoft.Xna.Framework.Game.Disposed + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Disposed + nameWithType: Game.Disposed + fullName: Microsoft.Xna.Framework.Game.Disposed +- uid: Microsoft.Xna.Framework.Game.Exiting + commentId: E:Microsoft.Xna.Framework.Game.Exiting + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Exiting + nameWithType: Game.Exiting + fullName: Microsoft.Xna.Framework.Game.Exiting +- 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- 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 +- uid: Microsoft.Xna.Framework.Game.Initialize + commentId: M:Microsoft.Xna.Framework.Game.Initialize + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Initialize() + nameWithType: Game.Initialize() + fullName: Microsoft.Xna.Framework.Game.Initialize() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Initialize + name: Initialize + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Initialize + name: Initialize + isExternal: true + - name: ( + - name: ) +- uid: Awperative.Base.Initialize* + commentId: Overload:Awperative.Base.Initialize + href: Awperative.Base.html#Awperative_Base_Initialize + name: Initialize + nameWithType: Base.Initialize + fullName: Awperative.Base.Initialize +- uid: Microsoft.Xna.Framework.Game.LoadContent + commentId: M:Microsoft.Xna.Framework.Game.LoadContent + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: LoadContent() + nameWithType: Game.LoadContent() + fullName: Microsoft.Xna.Framework.Game.LoadContent() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.LoadContent + name: LoadContent + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.LoadContent + name: LoadContent + isExternal: true + - name: ( + - name: ) +- uid: Awperative.Base.LoadContent* + commentId: Overload:Awperative.Base.LoadContent + href: Awperative.Base.html#Awperative_Base_LoadContent + name: LoadContent + nameWithType: Base.LoadContent + fullName: Awperative.Base.LoadContent +- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Update(GameTime) + nameWithType: Game.Update(GameTime) + fullName: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + name: Update + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) + name: Update + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Base.Update* + commentId: Overload:Awperative.Base.Update + href: Awperative.Base.html#Awperative_Base_Update_Microsoft_Xna_Framework_GameTime_ + name: Update + nameWithType: Base.Update + fullName: Awperative.Base.Update +- 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.Game.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: Draw(GameTime) + nameWithType: Game.Draw(GameTime) + fullName: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + isExternal: true + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Base.Draw* + commentId: Overload:Awperative.Base.Draw + href: Awperative.Base.html#Awperative_Base_Draw_Microsoft_Xna_Framework_GameTime_ + name: Draw + nameWithType: Base.Draw + fullName: Awperative.Base.Draw +- uid: Microsoft.Xna.Framework.Game.EndRun + commentId: M:Microsoft.Xna.Framework.Game.EndRun + parent: Microsoft.Xna.Framework.Game + isExternal: true + name: EndRun() + nameWithType: Game.EndRun() + fullName: Microsoft.Xna.Framework.Game.EndRun() + spec.csharp: + - uid: Microsoft.Xna.Framework.Game.EndRun + name: EndRun + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: Microsoft.Xna.Framework.Game.EndRun + name: EndRun + isExternal: true + - name: ( + - name: ) +- uid: Awperative.Base.EndRun* + commentId: Overload:Awperative.Base.EndRun + href: Awperative.Base.html#Awperative_Base_EndRun + name: EndRun + nameWithType: Base.EndRun + fullName: Awperative.Base.EndRun diff --git a/api/Awperative.Body.yml b/api/Awperative.Body.yml new file mode 100644 index 0000000..389d0c2 --- /dev/null +++ b/api/Awperative.Body.yml @@ -0,0 +1,789 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Body + commentId: T:Awperative.Body + id: Body + parent: Awperative + children: + - Awperative.Body.Components + - Awperative.Body.Scene + - Awperative.Body.Tags + - Awperative.Body.transform + langs: + - csharp + - vb + name: Body + nameWithType: Body + fullName: Awperative.Body + type: Class + source: + remote: + path: Awperative/Kernel/Entities/Bodies/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Body + path: Awperative/Kernel/Entities/Bodies/Core.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed class Body : DockerEntity' + content.vb: Public NotInheritable Class Body Inherits DockerEntity + inheritance: + - System.Object + - Awperative.DockerEntity + inheritedMembers: + - Awperative.DockerEntity.AddComponent``1 + - Awperative.DockerEntity.AddComponent``1(System.Object[]) + - Awperative.DockerEntity.GetComponent``1 + - Awperative.DockerEntity.GetComponents``1 + - Awperative.DockerEntity.RemoveComponent(Awperative.Component) + - Awperative.DockerEntity.RemoveComponent``1 + - Awperative.DockerEntity.RemoveComponents``1 + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Body.Scene + commentId: P:Awperative.Body.Scene + id: Scene + parent: Awperative.Body + langs: + - csharp + - vb + name: Scene + nameWithType: Body.Scene + fullName: Awperative.Body.Scene + type: Property + source: + remote: + path: Awperative/Kernel/Entities/Bodies/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Scene + path: Awperative/Kernel/Entities/Bodies/Core.cs + startLine: 15 + assemblies: + - Awperative + namespace: Awperative + summary: Current scene the body exists in + example: [] + syntax: + content: public Scene Scene { get; } + parameters: [] + return: + type: Awperative.Scene + content.vb: Public Property Scene As Scene + overload: Awperative.Body.Scene* +- uid: Awperative.Body.Components + commentId: P:Awperative.Body.Components + id: Components + parent: Awperative.Body + langs: + - csharp + - vb + name: Components + nameWithType: Body.Components + fullName: Awperative.Body.Components + type: Property + source: + remote: + path: Awperative/Kernel/Entities/Bodies/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Components + path: Awperative/Kernel/Entities/Bodies/Core.cs + startLine: 24 + assemblies: + - Awperative + namespace: Awperative + summary: All components attached to the body + example: [] + syntax: + content: public List Components { get; } + parameters: [] + return: + type: System.Collections.Generic.List{Awperative.Component} + content.vb: Public ReadOnly Property Components As List(Of Component) + overload: Awperative.Body.Components* +- uid: Awperative.Body.Tags + commentId: P:Awperative.Body.Tags + id: Tags + parent: Awperative.Body + langs: + - csharp + - vb + name: Tags + nameWithType: Body.Tags + fullName: Awperative.Body.Tags + type: Property + source: + remote: + path: Awperative/Kernel/Entities/Bodies/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Tags + path: Awperative/Kernel/Entities/Bodies/Core.cs + startLine: 34 + assemblies: + - Awperative + namespace: Awperative + summary: All tags attached to the body + example: [] + syntax: + content: public List Tags { get; } + parameters: [] + return: + type: System.Collections.Generic.List{System.String} + content.vb: Public ReadOnly Property Tags As List(Of String) + overload: Awperative.Body.Tags* +- uid: Awperative.Body.transform + commentId: P:Awperative.Body.transform + id: transform + parent: Awperative.Body + langs: + - csharp + - vb + name: transform + nameWithType: Body.transform + fullName: Awperative.Body.transform + type: Property + source: + remote: + path: Awperative/Kernel/Entities/Bodies/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: transform + path: Awperative/Kernel/Entities/Bodies/Core.cs + startLine: 44 + assemblies: + - Awperative + namespace: Awperative + summary: Position of the body + example: [] + syntax: + content: public Transform transform { get; } + parameters: [] + return: + type: Awperative.Transform + content.vb: Public Property transform As Transform + overload: Awperative.Body.transform* +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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: Awperative.DockerEntity + commentId: T:Awperative.DockerEntity + parent: Awperative + href: Awperative.DockerEntity.html + name: DockerEntity + nameWithType: DockerEntity + fullName: Awperative.DockerEntity +- uid: Awperative.DockerEntity.AddComponent``1 + commentId: M:Awperative.DockerEntity.AddComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + name: AddComponent() + nameWithType: DockerEntity.AddComponent() + fullName: Awperative.DockerEntity.AddComponent() + nameWithType.vb: DockerEntity.AddComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.AddComponent``1 + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.AddComponent``1 + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + commentId: M:Awperative.DockerEntity.AddComponent``1(System.Object[]) + parent: Awperative.DockerEntity + isExternal: true + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + name: AddComponent(object[]) + nameWithType: DockerEntity.AddComponent(object[]) + fullName: Awperative.DockerEntity.AddComponent(object[]) + nameWithType.vb: DockerEntity.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) + spec.csharp: + - uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + - name: < + - name: Generic + - name: '>' + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ) +- uid: Awperative.DockerEntity.GetComponent``1 + commentId: M:Awperative.DockerEntity.GetComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + name: GetComponent() + nameWithType: DockerEntity.GetComponent() + fullName: Awperative.DockerEntity.GetComponent() + nameWithType.vb: DockerEntity.GetComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.GetComponent``1 + name: GetComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.GetComponent``1 + name: GetComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.GetComponents``1 + commentId: M:Awperative.DockerEntity.GetComponents``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + name: GetComponents() + nameWithType: DockerEntity.GetComponents() + fullName: Awperative.DockerEntity.GetComponents() + nameWithType.vb: DockerEntity.GetComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.GetComponents``1 + name: GetComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.GetComponents``1 + name: GetComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + commentId: M:Awperative.DockerEntity.RemoveComponent(Awperative.Component) + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + name: RemoveComponent(Component) + nameWithType: DockerEntity.RemoveComponent(Component) + fullName: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + - name: ( + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + - name: ( + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ) +- uid: Awperative.DockerEntity.RemoveComponent``1 + commentId: M:Awperative.DockerEntity.RemoveComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + name: RemoveComponent() + nameWithType: DockerEntity.RemoveComponent() + fullName: Awperative.DockerEntity.RemoveComponent() + nameWithType.vb: DockerEntity.RemoveComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponent``1 + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponent``1 + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.RemoveComponents``1 + commentId: M:Awperative.DockerEntity.RemoveComponents``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + name: RemoveComponents() + nameWithType: DockerEntity.RemoveComponents() + fullName: Awperative.DockerEntity.RemoveComponents() + nameWithType.vb: DockerEntity.RemoveComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponents(Of Generic)() + name.vb: RemoveComponents(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponents``1 + name: RemoveComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponents``1 + name: RemoveComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Body.Scene* + commentId: Overload:Awperative.Body.Scene + href: Awperative.Body.html#Awperative_Body_Scene + name: Scene + nameWithType: Body.Scene + fullName: Awperative.Body.Scene +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene +- uid: Awperative.Body.Components* + commentId: Overload:Awperative.Body.Components + href: Awperative.Body.html#Awperative_Body_Components + name: Components + nameWithType: Body.Components + fullName: Awperative.Body.Components +- uid: System.Collections.Generic.List{Awperative.Component} + commentId: T:System.Collections.Generic.List{Awperative.Component} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of Component) + fullName.vb: System.Collections.Generic.List(Of Awperative.Component) + name.vb: List(Of Component) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: Awperative.Body.Tags* + commentId: Overload:Awperative.Body.Tags + href: Awperative.Body.html#Awperative_Body_Tags + name: Tags + nameWithType: Body.Tags + fullName: Awperative.Body.Tags +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Awperative.Body.transform* + commentId: Overload:Awperative.Body.transform + href: Awperative.Body.html#Awperative_Body_transform + name: transform + nameWithType: Body.transform + fullName: Awperative.Body.transform +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform diff --git a/api/Awperative.BodyComponent.yml b/api/Awperative.BodyComponent.yml new file mode 100644 index 0000000..23657e2 --- /dev/null +++ b/api/Awperative.BodyComponent.yml @@ -0,0 +1,814 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.BodyComponent + commentId: T:Awperative.BodyComponent + id: BodyComponent + parent: Awperative + children: + - Awperative.BodyComponent.Body + - Awperative.BodyComponent.Transform + langs: + - csharp + - vb + name: BodyComponent + nameWithType: BodyComponent + fullName: Awperative.BodyComponent + type: Class + source: + remote: + path: Awperative/Kernel/Scripting/BodyComponent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: BodyComponent + path: Awperative/Kernel/Scripting/BodyComponent.cs + startLine: 3 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public class BodyComponent : Component' + content.vb: Public Class BodyComponent Inherits Component + inheritance: + - System.Object + - Awperative.Component + inheritedMembers: + - Awperative.Component.Scene + - Awperative.Component.Unload + - Awperative.Component.Load + - Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + - Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + - Awperative.Component.Create + - Awperative.Component.Destroy + - Awperative.Component.AddBody + - Awperative.Component.AddBody(Awperative.Transform) + - Awperative.Component.GetBody(System.String) + - Awperative.Component.GetBodies(System.String) + - Awperative.Component.DestroyBody(Awperative.Body) + - Awperative.Component.AddComponent``1 + - Awperative.Component.AddComponent``1(System.Object[]) + - Awperative.Component.GetComponent``1 + - Awperative.Component.GetComponents``1 + - Awperative.Component.RemoveComponent``1 + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.BodyComponent.Body + commentId: F:Awperative.BodyComponent.Body + id: Body + parent: Awperative.BodyComponent + langs: + - csharp + - vb + name: Body + nameWithType: BodyComponent.Body + fullName: Awperative.BodyComponent.Body + type: Field + source: + remote: + path: Awperative/Kernel/Scripting/BodyComponent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Body + path: Awperative/Kernel/Scripting/BodyComponent.cs + startLine: 7 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Body Body + return: + type: Awperative.Body + content.vb: Public Body As Body +- uid: Awperative.BodyComponent.Transform + commentId: P:Awperative.BodyComponent.Transform + id: Transform + parent: Awperative.BodyComponent + langs: + - csharp + - vb + name: Transform + nameWithType: BodyComponent.Transform + fullName: Awperative.BodyComponent.Transform + type: Property + source: + remote: + path: Awperative/Kernel/Scripting/BodyComponent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Transform + path: Awperative/Kernel/Scripting/BodyComponent.cs + startLine: 16 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Transform Transform { get; } + parameters: [] + return: + type: Awperative.Transform + content.vb: Public ReadOnly Property Transform As Transform + overload: Awperative.BodyComponent.Transform* +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: Awperative.Component.Scene + commentId: P:Awperative.Component.Scene + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Scene + name: Scene + nameWithType: Component.Scene + fullName: Awperative.Component.Scene +- uid: Awperative.Component.Unload + commentId: M:Awperative.Component.Unload + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Unload + name: Unload() + nameWithType: Component.Unload() + fullName: Awperative.Component.Unload() + spec.csharp: + - uid: Awperative.Component.Unload + name: Unload + href: Awperative.Component.html#Awperative_Component_Unload + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Unload + name: Unload + href: Awperative.Component.html#Awperative_Component_Unload + - name: ( + - name: ) +- uid: Awperative.Component.Load + commentId: M:Awperative.Component.Load + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Load + name: Load() + nameWithType: Component.Load() + fullName: Awperative.Component.Load() + spec.csharp: + - uid: Awperative.Component.Load + name: Load + href: Awperative.Component.html#Awperative_Component_Load + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Load + name: Load + href: Awperative.Component.html#Awperative_Component_Load + - name: ( + - name: ) +- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + name: Update(GameTime) + nameWithType: Component.Update(GameTime) + fullName: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + name: Update + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + name: Update + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + name: Draw(GameTime) + nameWithType: Component.Draw(GameTime) + fullName: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Component.Create + commentId: M:Awperative.Component.Create + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Create + name: Create() + nameWithType: Component.Create() + fullName: Awperative.Component.Create() + spec.csharp: + - uid: Awperative.Component.Create + name: Create + href: Awperative.Component.html#Awperative_Component_Create + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Create + name: Create + href: Awperative.Component.html#Awperative_Component_Create + - name: ( + - name: ) +- uid: Awperative.Component.Destroy + commentId: M:Awperative.Component.Destroy + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Destroy + name: Destroy() + nameWithType: Component.Destroy() + fullName: Awperative.Component.Destroy() + spec.csharp: + - uid: Awperative.Component.Destroy + name: Destroy + href: Awperative.Component.html#Awperative_Component_Destroy + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Destroy + name: Destroy + href: Awperative.Component.html#Awperative_Component_Destroy + - name: ( + - name: ) +- uid: Awperative.Component.AddBody + commentId: M:Awperative.Component.AddBody + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddBody + name: AddBody() + nameWithType: Component.AddBody() + fullName: Awperative.Component.AddBody() + spec.csharp: + - uid: Awperative.Component.AddBody + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.AddBody + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody + - name: ( + - name: ) +- uid: Awperative.Component.AddBody(Awperative.Transform) + commentId: M:Awperative.Component.AddBody(Awperative.Transform) + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + name: AddBody(Transform) + nameWithType: Component.AddBody(Transform) + fullName: Awperative.Component.AddBody(Awperative.Transform) + spec.csharp: + - uid: Awperative.Component.AddBody(Awperative.Transform) + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + - name: ( + - uid: Awperative.Transform + name: Transform + href: Awperative.Transform.html + - name: ) + spec.vb: + - uid: Awperative.Component.AddBody(Awperative.Transform) + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + - name: ( + - uid: Awperative.Transform + name: Transform + href: Awperative.Transform.html + - name: ) +- uid: Awperative.Component.GetBody(System.String) + commentId: M:Awperative.Component.GetBody(System.String) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + name: GetBody(string) + nameWithType: Component.GetBody(string) + fullName: Awperative.Component.GetBody(string) + nameWithType.vb: Component.GetBody(String) + fullName.vb: Awperative.Component.GetBody(String) + name.vb: GetBody(String) + spec.csharp: + - uid: Awperative.Component.GetBody(System.String) + name: GetBody + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Awperative.Component.GetBody(System.String) + name: GetBody + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Awperative.Component.GetBodies(System.String) + commentId: M:Awperative.Component.GetBodies(System.String) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + name: GetBodies(string) + nameWithType: Component.GetBodies(string) + fullName: Awperative.Component.GetBodies(string) + nameWithType.vb: Component.GetBodies(String) + fullName.vb: Awperative.Component.GetBodies(String) + name.vb: GetBodies(String) + spec.csharp: + - uid: Awperative.Component.GetBodies(System.String) + name: GetBodies + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Awperative.Component.GetBodies(System.String) + name: GetBodies + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Awperative.Component.DestroyBody(Awperative.Body) + commentId: M:Awperative.Component.DestroyBody(Awperative.Body) + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + name: DestroyBody(Body) + nameWithType: Component.DestroyBody(Body) + fullName: Awperative.Component.DestroyBody(Awperative.Body) + spec.csharp: + - uid: Awperative.Component.DestroyBody(Awperative.Body) + name: DestroyBody + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + - name: ( + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ) + spec.vb: + - uid: Awperative.Component.DestroyBody(Awperative.Body) + name: DestroyBody + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + - name: ( + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ) +- uid: Awperative.Component.AddComponent``1 + commentId: M:Awperative.Component.AddComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + name: AddComponent() + nameWithType: Component.AddComponent() + fullName: Awperative.Component.AddComponent() + nameWithType.vb: Component.AddComponent(Of Generic)() + fullName.vb: Awperative.Component.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.AddComponent``1 + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.AddComponent``1 + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.AddComponent``1(System.Object[]) + commentId: M:Awperative.Component.AddComponent``1(System.Object[]) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + name: AddComponent(object[]) + nameWithType: Component.AddComponent(object[]) + fullName: Awperative.Component.AddComponent(object[]) + nameWithType.vb: Component.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.Component.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) + spec.csharp: + - uid: Awperative.Component.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + - name: < + - name: Generic + - name: '>' + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: Awperative.Component.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ) +- uid: Awperative.Component.GetComponent``1 + commentId: M:Awperative.Component.GetComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + name: GetComponent() + nameWithType: Component.GetComponent() + fullName: Awperative.Component.GetComponent() + nameWithType.vb: Component.GetComponent(Of Generic)() + fullName.vb: Awperative.Component.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.GetComponent``1 + name: GetComponent + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.GetComponent``1 + name: GetComponent + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.GetComponents``1 + commentId: M:Awperative.Component.GetComponents``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + name: GetComponents() + nameWithType: Component.GetComponents() + fullName: Awperative.Component.GetComponents() + nameWithType.vb: Component.GetComponents(Of Generic)() + fullName.vb: Awperative.Component.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() + spec.csharp: + - uid: Awperative.Component.GetComponents``1 + name: GetComponents + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.GetComponents``1 + name: GetComponents + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.RemoveComponent``1 + commentId: M:Awperative.Component.RemoveComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + name: RemoveComponent() + nameWithType: Component.RemoveComponent() + fullName: Awperative.Component.RemoveComponent() + nameWithType.vb: Component.RemoveComponent(Of Generic)() + fullName.vb: Awperative.Component.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.RemoveComponent``1 + name: RemoveComponent + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.RemoveComponent``1 + name: RemoveComponent + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.BodyComponent.Transform* + commentId: Overload:Awperative.BodyComponent.Transform + href: Awperative.BodyComponent.html#Awperative_BodyComponent_Transform + name: Transform + nameWithType: BodyComponent.Transform + fullName: Awperative.BodyComponent.Transform +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform diff --git a/api/Awperative.BodyCreateEvent.yml b/api/Awperative.BodyCreateEvent.yml new file mode 100644 index 0000000..f8f8b93 --- /dev/null +++ b/api/Awperative.BodyCreateEvent.yml @@ -0,0 +1,390 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.BodyCreateEvent + commentId: T:Awperative.BodyCreateEvent + id: BodyCreateEvent + parent: Awperative + children: + - Awperative.BodyCreateEvent.body + - Awperative.BodyCreateEvent.scene + langs: + - csharp + - vb + name: BodyCreateEvent + nameWithType: BodyCreateEvent + fullName: Awperative.BodyCreateEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: BodyCreateEvent + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record BodyCreateEvent : IEquatable' + content.vb: Public NotInheritable Class BodyCreateEvent Implements IEquatable(Of BodyCreateEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.BodyCreateEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.BodyCreateEvent.body + commentId: F:Awperative.BodyCreateEvent.body + id: body + parent: Awperative.BodyCreateEvent + langs: + - csharp + - vb + name: body + nameWithType: BodyCreateEvent.body + fullName: Awperative.BodyCreateEvent.body + type: Field + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: body + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + startLine: 4 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Body body + return: + type: Awperative.Body + content.vb: Public ReadOnly body As Body +- uid: Awperative.BodyCreateEvent.scene + commentId: F:Awperative.BodyCreateEvent.scene + id: scene + parent: Awperative.BodyCreateEvent + langs: + - csharp + - vb + name: scene + nameWithType: BodyCreateEvent.scene + fullName: Awperative.BodyCreateEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Scene scene + return: + type: Awperative.Scene + content.vb: Public ReadOnly scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.BodyCreateEvent} + commentId: T:System.IEquatable{Awperative.BodyCreateEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of BodyCreateEvent) + fullName.vb: System.IEquatable(Of Awperative.BodyCreateEvent) + name.vb: IEquatable(Of BodyCreateEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.BodyCreateEvent + name: BodyCreateEvent + href: Awperative.BodyCreateEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.BodyCreateEvent + name: BodyCreateEvent + href: Awperative.BodyCreateEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.BodyDestroyEvent.yml b/api/Awperative.BodyDestroyEvent.yml new file mode 100644 index 0000000..9535ebe --- /dev/null +++ b/api/Awperative.BodyDestroyEvent.yml @@ -0,0 +1,390 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.BodyDestroyEvent + commentId: T:Awperative.BodyDestroyEvent + id: BodyDestroyEvent + parent: Awperative + children: + - Awperative.BodyDestroyEvent.body + - Awperative.BodyDestroyEvent.scene + langs: + - csharp + - vb + name: BodyDestroyEvent + nameWithType: BodyDestroyEvent + fullName: Awperative.BodyDestroyEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: BodyDestroyEvent + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record BodyDestroyEvent : IEquatable' + content.vb: Public NotInheritable Class BodyDestroyEvent Implements IEquatable(Of BodyDestroyEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.BodyDestroyEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.BodyDestroyEvent.body + commentId: F:Awperative.BodyDestroyEvent.body + id: body + parent: Awperative.BodyDestroyEvent + langs: + - csharp + - vb + name: body + nameWithType: BodyDestroyEvent.body + fullName: Awperative.BodyDestroyEvent.body + type: Field + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: body + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + startLine: 4 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Body body + return: + type: Awperative.Body + content.vb: Public ReadOnly body As Body +- uid: Awperative.BodyDestroyEvent.scene + commentId: F:Awperative.BodyDestroyEvent.scene + id: scene + parent: Awperative.BodyDestroyEvent + langs: + - csharp + - vb + name: scene + nameWithType: BodyDestroyEvent.scene + fullName: Awperative.BodyDestroyEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Scene scene + return: + type: Awperative.Scene + content.vb: Public ReadOnly scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.BodyDestroyEvent} + commentId: T:System.IEquatable{Awperative.BodyDestroyEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of BodyDestroyEvent) + fullName.vb: System.IEquatable(Of Awperative.BodyDestroyEvent) + name.vb: IEquatable(Of BodyDestroyEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.BodyDestroyEvent + name: BodyDestroyEvent + href: Awperative.BodyDestroyEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.BodyDestroyEvent + name: BodyDestroyEvent + href: Awperative.BodyDestroyEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.Component.yml b/api/Awperative.Component.yml new file mode 100644 index 0000000..2de26c9 --- /dev/null +++ b/api/Awperative.Component.yml @@ -0,0 +1,1055 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Component + commentId: T:Awperative.Component + id: Component + parent: Awperative + children: + - Awperative.Component.AddBody + - Awperative.Component.AddBody(Awperative.Transform) + - Awperative.Component.AddComponent``1 + - Awperative.Component.AddComponent``1(System.Object[]) + - Awperative.Component.Create + - Awperative.Component.Destroy + - Awperative.Component.DestroyBody(Awperative.Body) + - Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + - Awperative.Component.GetBodies(System.String) + - Awperative.Component.GetBody(System.String) + - Awperative.Component.GetComponent``1 + - Awperative.Component.GetComponents``1 + - Awperative.Component.Load + - Awperative.Component.RemoveComponent``1 + - Awperative.Component.Scene + - Awperative.Component.Unload + - Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + langs: + - csharp + - vb + name: Component + nameWithType: Component + fullName: Awperative.Component + type: Class + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Component + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + summary: >- + The lowest level scripting class in Awperative. Components are scene level and provide access to all scene level methods, can be applied to any docker and inherited + + Sadly component does not have excessive access to specific types. + + Anything that inherits Component is built to work in any DockerEntity, which leads to generic + + Assumptions. If you want to make a body specific or scene specific component both classes are available. + example: [] + syntax: + content: public abstract class Component + content.vb: Public MustInherit Class Component + inheritance: + - System.Object + derivedClasses: + - Awperative.BodyComponent + - Awperative.SceneComponent + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Component.Scene + commentId: P:Awperative.Component.Scene + id: Scene + parent: Awperative.Component + langs: + - csharp + - vb + name: Scene + nameWithType: Component.Scene + fullName: Awperative.Component.Scene + type: Property + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Scene + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 15 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Scene Scene { get; set; } + parameters: [] + return: + type: Awperative.Scene + content.vb: Public Property Scene As Scene + overload: Awperative.Component.Scene* +- uid: Awperative.Component.Unload + commentId: M:Awperative.Component.Unload + id: Unload + parent: Awperative.Component + langs: + - csharp + - vb + name: Unload() + nameWithType: Component.Unload() + fullName: Awperative.Component.Unload() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Unload + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 38 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Unload() + content.vb: Public Overridable Sub Unload() + overload: Awperative.Component.Unload* +- uid: Awperative.Component.Load + commentId: M:Awperative.Component.Load + id: Load + parent: Awperative.Component + langs: + - csharp + - vb + name: Load() + nameWithType: Component.Load() + fullName: Awperative.Component.Load() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Load + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 41 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Load() + content.vb: Public Overridable Sub Load() + overload: Awperative.Component.Load* +- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Component.Update(GameTime) + fullName: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Update + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 44 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Update(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Overridable Sub Update(__gameTime As GameTime) + overload: Awperative.Component.Update* +- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + id: Draw(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + langs: + - csharp + - vb + name: Draw(GameTime) + nameWithType: Component.Draw(GameTime) + fullName: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Draw + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 45 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Draw(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Overridable Sub Draw(__gameTime As GameTime) + overload: Awperative.Component.Draw* +- uid: Awperative.Component.Create + commentId: M:Awperative.Component.Create + id: Create + parent: Awperative.Component + langs: + - csharp + - vb + name: Create() + nameWithType: Component.Create() + fullName: Awperative.Component.Create() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Create + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 48 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Create() + content.vb: Public Overridable Sub Create() + overload: Awperative.Component.Create* +- uid: Awperative.Component.Destroy + commentId: M:Awperative.Component.Destroy + id: Destroy + parent: Awperative.Component + langs: + - csharp + - vb + name: Destroy() + nameWithType: Component.Destroy() + fullName: Awperative.Component.Destroy() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Destroy + path: Awperative/Kernel/Scripting/Component/Core.cs + startLine: 49 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public virtual void Destroy() + content.vb: Public Overridable Sub Destroy() + overload: Awperative.Component.Destroy* +- uid: Awperative.Component.AddBody + commentId: M:Awperative.Component.AddBody + id: AddBody + parent: Awperative.Component + langs: + - csharp + - vb + name: AddBody() + nameWithType: Component.AddBody() + fullName: Awperative.Component.AddBody() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddBody + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: protected Body AddBody() + return: + type: Awperative.Body + content.vb: Protected Function AddBody() As Body + overload: Awperative.Component.AddBody* +- uid: Awperative.Component.AddBody(Awperative.Transform) + commentId: M:Awperative.Component.AddBody(Awperative.Transform) + id: AddBody(Awperative.Transform) + parent: Awperative.Component + langs: + - csharp + - vb + name: AddBody(Transform) + nameWithType: Component.AddBody(Transform) + fullName: Awperative.Component.AddBody(Awperative.Transform) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddBody + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: protected Body AddBody(Transform __transform) + parameters: + - id: __transform + type: Awperative.Transform + return: + type: Awperative.Body + content.vb: Protected Function AddBody(__transform As Transform) As Body + overload: Awperative.Component.AddBody* +- uid: Awperative.Component.GetBody(System.String) + commentId: M:Awperative.Component.GetBody(System.String) + id: GetBody(System.String) + parent: Awperative.Component + langs: + - csharp + - vb + name: GetBody(string) + nameWithType: Component.GetBody(string) + fullName: Awperative.Component.GetBody(string) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetBody + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: protected Body GetBody(string __tag) + parameters: + - id: __tag + type: System.String + return: + type: Awperative.Body + content.vb: Protected Function GetBody(__tag As String) As Body + overload: Awperative.Component.GetBody* + nameWithType.vb: Component.GetBody(String) + fullName.vb: Awperative.Component.GetBody(String) + name.vb: GetBody(String) +- uid: Awperative.Component.GetBodies(System.String) + commentId: M:Awperative.Component.GetBodies(System.String) + id: GetBodies(System.String) + parent: Awperative.Component + langs: + - csharp + - vb + name: GetBodies(string) + nameWithType: Component.GetBodies(string) + fullName: Awperative.Component.GetBodies(string) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetBodies + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 9 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: protected Body[] GetBodies(string __tag) + parameters: + - id: __tag + type: System.String + return: + type: Awperative.Body[] + content.vb: Protected Function GetBodies(__tag As String) As Body() + overload: Awperative.Component.GetBodies* + nameWithType.vb: Component.GetBodies(String) + fullName.vb: Awperative.Component.GetBodies(String) + name.vb: GetBodies(String) +- uid: Awperative.Component.DestroyBody(Awperative.Body) + commentId: M:Awperative.Component.DestroyBody(Awperative.Body) + id: DestroyBody(Awperative.Body) + parent: Awperative.Component + langs: + - csharp + - vb + name: DestroyBody(Body) + nameWithType: Component.DestroyBody(Body) + fullName: Awperative.Component.DestroyBody(Awperative.Body) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: DestroyBody + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 11 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: protected void DestroyBody(Body __body) + parameters: + - id: __body + type: Awperative.Body + content.vb: Protected Sub DestroyBody(__body As Body) + overload: Awperative.Component.DestroyBody* +- uid: Awperative.Component.AddComponent``1 + commentId: M:Awperative.Component.AddComponent``1 + id: AddComponent``1 + parent: Awperative.Component + langs: + - csharp + - vb + name: AddComponent() + nameWithType: Component.AddComponent() + fullName: Awperative.Component.AddComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddComponent + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 17 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component AddComponent() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function AddComponent(Of Generic As Component)() As Component + overload: Awperative.Component.AddComponent* + nameWithType.vb: Component.AddComponent(Of Generic)() + fullName.vb: Awperative.Component.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() +- uid: Awperative.Component.AddComponent``1(System.Object[]) + commentId: M:Awperative.Component.AddComponent``1(System.Object[]) + id: AddComponent``1(System.Object[]) + parent: Awperative.Component + langs: + - csharp + - vb + name: AddComponent(object[]) + nameWithType: Component.AddComponent(object[]) + fullName: Awperative.Component.AddComponent(object[]) + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddComponent + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 18 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component AddComponent(object[] __args) where Generic : Component' + parameters: + - id: __args + type: System.Object[] + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function AddComponent(Of Generic As Component)(__args As Object()) As Component + overload: Awperative.Component.AddComponent* + nameWithType.vb: Component.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.Component.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) +- uid: Awperative.Component.GetComponent``1 + commentId: M:Awperative.Component.GetComponent``1 + id: GetComponent``1 + parent: Awperative.Component + langs: + - csharp + - vb + name: GetComponent() + nameWithType: Component.GetComponent() + fullName: Awperative.Component.GetComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetComponent + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 20 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component GetComponent() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function GetComponent(Of Generic As Component)() As Component + overload: Awperative.Component.GetComponent* + nameWithType.vb: Component.GetComponent(Of Generic)() + fullName.vb: Awperative.Component.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() +- uid: Awperative.Component.GetComponents``1 + commentId: M:Awperative.Component.GetComponents``1 + id: GetComponents``1 + parent: Awperative.Component + langs: + - csharp + - vb + name: GetComponents() + nameWithType: Component.GetComponents() + fullName: Awperative.Component.GetComponents() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetComponents + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 21 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component[] GetComponents() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component[] + content.vb: Public Function GetComponents(Of Generic As Component)() As Component() + overload: Awperative.Component.GetComponents* + nameWithType.vb: Component.GetComponents(Of Generic)() + fullName.vb: Awperative.Component.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() +- uid: Awperative.Component.RemoveComponent``1 + commentId: M:Awperative.Component.RemoveComponent``1 + id: RemoveComponent``1 + parent: Awperative.Component + langs: + - csharp + - vb + name: RemoveComponent() + nameWithType: Component.RemoveComponent() + fullName: Awperative.Component.RemoveComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Scripting/Component/Methods.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: RemoveComponent + path: Awperative/Kernel/Scripting/Component/Methods.cs + startLine: 23 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public void RemoveComponent() where Generic : Component' + typeParameters: + - id: Generic + content.vb: Public Sub RemoveComponent(Of Generic As Component)() + overload: Awperative.Component.RemoveComponent* + nameWithType.vb: Component.RemoveComponent(Of Generic)() + fullName.vb: Awperative.Component.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Component.Scene* + commentId: Overload:Awperative.Component.Scene + href: Awperative.Component.html#Awperative_Component_Scene + name: Scene + nameWithType: Component.Scene + fullName: Awperative.Component.Scene +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene +- uid: Awperative.Component.Unload* + commentId: Overload:Awperative.Component.Unload + href: Awperative.Component.html#Awperative_Component_Unload + name: Unload + nameWithType: Component.Unload + fullName: Awperative.Component.Unload +- uid: Awperative.Component.Load* + commentId: Overload:Awperative.Component.Load + href: Awperative.Component.html#Awperative_Component_Load + name: Load + nameWithType: Component.Load + fullName: Awperative.Component.Load +- uid: Awperative.Component.Update* + commentId: Overload:Awperative.Component.Update + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + name: Update + nameWithType: Component.Update + fullName: Awperative.Component.Update +- 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 +- uid: Awperative.Component.Draw* + commentId: Overload:Awperative.Component.Draw + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + name: Draw + nameWithType: Component.Draw + fullName: Awperative.Component.Draw +- uid: Awperative.Component.Create* + commentId: Overload:Awperative.Component.Create + href: Awperative.Component.html#Awperative_Component_Create + name: Create + nameWithType: Component.Create + fullName: Awperative.Component.Create +- uid: Awperative.Component.Destroy* + commentId: Overload:Awperative.Component.Destroy + href: Awperative.Component.html#Awperative_Component_Destroy + name: Destroy + nameWithType: Component.Destroy + fullName: Awperative.Component.Destroy +- uid: Awperative.Component.AddBody* + commentId: Overload:Awperative.Component.AddBody + href: Awperative.Component.html#Awperative_Component_AddBody + name: AddBody + nameWithType: Component.AddBody + fullName: Awperative.Component.AddBody +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform +- uid: Awperative.Component.GetBody* + commentId: Overload:Awperative.Component.GetBody + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + name: GetBody + nameWithType: Component.GetBody + fullName: Awperative.Component.GetBody +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Awperative.Component.GetBodies* + commentId: Overload:Awperative.Component.GetBodies + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + name: GetBodies + nameWithType: Component.GetBodies + fullName: Awperative.Component.GetBodies +- uid: Awperative.Body[] + isExternal: true + href: Awperative.Body.html + name: Body[] + nameWithType: Body[] + fullName: Awperative.Body[] + nameWithType.vb: Body() + fullName.vb: Awperative.Body() + name.vb: Body() + spec.csharp: + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: '[' + - name: ']' + spec.vb: + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ( + - name: ) +- uid: Awperative.Component.DestroyBody* + commentId: Overload:Awperative.Component.DestroyBody + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + name: DestroyBody + nameWithType: Component.DestroyBody + fullName: Awperative.Component.DestroyBody +- uid: Awperative.Component.AddComponent* + commentId: Overload:Awperative.Component.AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + name: AddComponent + nameWithType: Component.AddComponent + fullName: Awperative.Component.AddComponent +- uid: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: System.Object[] + 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() + spec.csharp: + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + spec.vb: + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) +- uid: Awperative.Component.GetComponent* + commentId: Overload:Awperative.Component.GetComponent + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + name: GetComponent + nameWithType: Component.GetComponent + fullName: Awperative.Component.GetComponent +- uid: Awperative.Component.GetComponents* + commentId: Overload:Awperative.Component.GetComponents + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + name: GetComponents + nameWithType: Component.GetComponents + fullName: Awperative.Component.GetComponents +- uid: Awperative.Component[] + isExternal: true + href: Awperative.Component.html + name: Component[] + nameWithType: Component[] + fullName: Awperative.Component[] + nameWithType.vb: Component() + fullName.vb: Awperative.Component() + name.vb: Component() + spec.csharp: + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: '[' + - name: ']' + spec.vb: + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ( + - name: ) +- uid: Awperative.Component.RemoveComponent* + commentId: Overload:Awperative.Component.RemoveComponent + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + name: RemoveComponent + nameWithType: Component.RemoveComponent + fullName: Awperative.Component.RemoveComponent diff --git a/api/Awperative.ComponentCreateEvent.yml b/api/Awperative.ComponentCreateEvent.yml new file mode 100644 index 0000000..1d7b0a1 --- /dev/null +++ b/api/Awperative.ComponentCreateEvent.yml @@ -0,0 +1,425 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.ComponentCreateEvent + commentId: T:Awperative.ComponentCreateEvent + id: ComponentCreateEvent + parent: Awperative + children: + - Awperative.ComponentCreateEvent.body + - Awperative.ComponentCreateEvent.component + - Awperative.ComponentCreateEvent.scene + langs: + - csharp + - vb + name: ComponentCreateEvent + nameWithType: ComponentCreateEvent + fullName: Awperative.ComponentCreateEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: ComponentCreateEvent + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record ComponentCreateEvent : IEquatable' + content.vb: Public NotInheritable Class ComponentCreateEvent Implements IEquatable(Of ComponentCreateEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.ComponentCreateEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.ComponentCreateEvent.component + commentId: F:Awperative.ComponentCreateEvent.component + id: component + parent: Awperative.ComponentCreateEvent + langs: + - csharp + - vb + name: component + nameWithType: ComponentCreateEvent.component + fullName: Awperative.ComponentCreateEvent.component + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: component + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + startLine: 4 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Component component + return: + type: Awperative.Component + content.vb: Public ReadOnly component As Component +- uid: Awperative.ComponentCreateEvent.body + commentId: F:Awperative.ComponentCreateEvent.body + id: body + parent: Awperative.ComponentCreateEvent + langs: + - csharp + - vb + name: body + nameWithType: ComponentCreateEvent.body + fullName: Awperative.ComponentCreateEvent.body + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: body + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Body body + return: + type: Awperative.Body + content.vb: Public ReadOnly body As Body +- uid: Awperative.ComponentCreateEvent.scene + commentId: F:Awperative.ComponentCreateEvent.scene + id: scene + parent: Awperative.ComponentCreateEvent + langs: + - csharp + - vb + name: scene + nameWithType: ComponentCreateEvent.scene + fullName: Awperative.ComponentCreateEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Scene scene + return: + type: Awperative.Scene + content.vb: Public ReadOnly scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.ComponentCreateEvent} + commentId: T:System.IEquatable{Awperative.ComponentCreateEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of ComponentCreateEvent) + fullName.vb: System.IEquatable(Of Awperative.ComponentCreateEvent) + name.vb: IEquatable(Of ComponentCreateEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.ComponentCreateEvent + name: ComponentCreateEvent + href: Awperative.ComponentCreateEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.ComponentCreateEvent + name: ComponentCreateEvent + href: Awperative.ComponentCreateEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.ComponentDestroyEvent.yml b/api/Awperative.ComponentDestroyEvent.yml new file mode 100644 index 0000000..7b5777a --- /dev/null +++ b/api/Awperative.ComponentDestroyEvent.yml @@ -0,0 +1,425 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.ComponentDestroyEvent + commentId: T:Awperative.ComponentDestroyEvent + id: ComponentDestroyEvent + parent: Awperative + children: + - Awperative.ComponentDestroyEvent.body + - Awperative.ComponentDestroyEvent.component + - Awperative.ComponentDestroyEvent.scene + langs: + - csharp + - vb + name: ComponentDestroyEvent + nameWithType: ComponentDestroyEvent + fullName: Awperative.ComponentDestroyEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: ComponentDestroyEvent + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record ComponentDestroyEvent : IEquatable' + content.vb: Public NotInheritable Class ComponentDestroyEvent Implements IEquatable(Of ComponentDestroyEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.ComponentDestroyEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.ComponentDestroyEvent.component + commentId: F:Awperative.ComponentDestroyEvent.component + id: component + parent: Awperative.ComponentDestroyEvent + langs: + - csharp + - vb + name: component + nameWithType: ComponentDestroyEvent.component + fullName: Awperative.ComponentDestroyEvent.component + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: component + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + startLine: 4 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Component component + return: + type: Awperative.Component + content.vb: Public ReadOnly component As Component +- uid: Awperative.ComponentDestroyEvent.body + commentId: F:Awperative.ComponentDestroyEvent.body + id: body + parent: Awperative.ComponentDestroyEvent + langs: + - csharp + - vb + name: body + nameWithType: ComponentDestroyEvent.body + fullName: Awperative.ComponentDestroyEvent.body + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: body + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Body body + return: + type: Awperative.Body + content.vb: Public ReadOnly body As Body +- uid: Awperative.ComponentDestroyEvent.scene + commentId: F:Awperative.ComponentDestroyEvent.scene + id: scene + parent: Awperative.ComponentDestroyEvent + langs: + - csharp + - vb + name: scene + nameWithType: ComponentDestroyEvent.scene + fullName: Awperative.ComponentDestroyEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Scene scene + return: + type: Awperative.Scene + content.vb: Public ReadOnly scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.ComponentDestroyEvent} + commentId: T:System.IEquatable{Awperative.ComponentDestroyEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of ComponentDestroyEvent) + fullName.vb: System.IEquatable(Of Awperative.ComponentDestroyEvent) + name.vb: IEquatable(Of ComponentDestroyEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.ComponentDestroyEvent + name: ComponentDestroyEvent + href: Awperative.ComponentDestroyEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.ComponentDestroyEvent + name: ComponentDestroyEvent + href: Awperative.ComponentDestroyEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.Debug.yml b/api/Awperative.Debug.yml new file mode 100644 index 0000000..38a3540 --- /dev/null +++ b/api/Awperative.Debug.yml @@ -0,0 +1,1115 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Debug + commentId: T:Awperative.Debug + id: Debug + parent: Awperative + children: + - Awperative.Debug.AssertAction(System.Boolean,System.String) + - Awperative.Debug.AssertError(System.Boolean,System.String) + - Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[]) + - Awperative.Debug.AssertState(System.Boolean,System.String) + - Awperative.Debug.AssertValue(System.Boolean,System.String) + - Awperative.Debug.AssertWarning(System.Boolean,System.String) + - Awperative.Debug.LogAction(System.String) + - Awperative.Debug.LogAction(System.String,System.String[],System.String[]) + - Awperative.Debug.LogError(System.String) + - Awperative.Debug.LogError(System.String,System.String[],System.String[]) + - Awperative.Debug.LogFilePath + - Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[]) + - Awperative.Debug.LogState(System.String) + - Awperative.Debug.LogState(System.String,System.String[],System.String[]) + - Awperative.Debug.LogValue(System.String) + - Awperative.Debug.LogValue(System.String,System.String[],System.String[]) + - Awperative.Debug.LogWarning(System.String) + - Awperative.Debug.LogWarning(System.String,System.String[],System.String[]) + langs: + - csharp + - vb + name: Debug + nameWithType: Debug + fullName: Awperative.Debug + type: Class + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Debug + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 7 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public static class Debug + content.vb: Public Module Debug + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Debug.LogFilePath + commentId: P:Awperative.Debug.LogFilePath + id: LogFilePath + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogFilePath + nameWithType: Debug.LogFilePath + fullName: Awperative.Debug.LogFilePath + type: Property + source: + remote: + path: Awperative/Kernel/Communication/Debug/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogFilePath + path: Awperative/Kernel/Communication/Debug/Core.cs + startLine: 20 + assemblies: + - Awperative + namespace: Awperative + summary: True path of the log file Awperative dumps to. + example: [] + syntax: + content: public static string LogFilePath { get; } + parameters: [] + return: + type: System.String + content.vb: Public Shared Property LogFilePath As String + overload: Awperative.Debug.LogFilePath* +- uid: Awperative.Debug.LogAction(System.String) + commentId: M:Awperative.Debug.LogAction(System.String) + id: LogAction(System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogAction(string) + nameWithType: Debug.LogAction(string) + fullName: Awperative.Debug.LogAction(string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogAction + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 13 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. + example: [] + syntax: + content: public static void LogAction(string __message) + parameters: + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub LogAction(__message As String) + overload: Awperative.Debug.LogAction* + nameWithType.vb: Debug.LogAction(String) + fullName.vb: Awperative.Debug.LogAction(String) + name.vb: LogAction(String) +- uid: Awperative.Debug.LogAction(System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogAction(System.String,System.String[],System.String[]) + id: LogAction(System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogAction(string, string[], string[]) + nameWithType: Debug.LogAction(string, string[], string[]) + fullName: Awperative.Debug.LogAction(string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogAction + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 21 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogAction(string __message, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogAction(__message As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogAction* + nameWithType.vb: Debug.LogAction(String, String(), String()) + fullName.vb: Awperative.Debug.LogAction(String, String(), String()) + name.vb: LogAction(String, String(), String()) +- uid: Awperative.Debug.AssertAction(System.Boolean,System.String) + commentId: M:Awperative.Debug.AssertAction(System.Boolean,System.String) + id: AssertAction(System.Boolean,System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertAction(bool, string) + nameWithType: Debug.AssertAction(bool, string) + fullName: Awperative.Debug.AssertAction(bool, string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertAction + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 28 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. + example: [] + syntax: + content: public static void AssertAction(bool __condition, string __message) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub AssertAction(__condition As Boolean, __message As String) + overload: Awperative.Debug.AssertAction* + nameWithType.vb: Debug.AssertAction(Boolean, String) + fullName.vb: Awperative.Debug.AssertAction(Boolean, String) + name.vb: AssertAction(Boolean, String) +- uid: Awperative.Debug.LogState(System.String) + commentId: M:Awperative.Debug.LogState(System.String) + id: LogState(System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogState(string) + nameWithType: Debug.LogState(string) + fullName: Awperative.Debug.LogState(string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogState + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 38 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. + example: [] + syntax: + content: public static void LogState(string __message) + parameters: + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub LogState(__message As String) + overload: Awperative.Debug.LogState* + nameWithType.vb: Debug.LogState(String) + fullName.vb: Awperative.Debug.LogState(String) + name.vb: LogState(String) +- uid: Awperative.Debug.LogState(System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogState(System.String,System.String[],System.String[]) + id: LogState(System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogState(string, string[], string[]) + nameWithType: Debug.LogState(string, string[], string[]) + fullName: Awperative.Debug.LogState(string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogState + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 46 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogState(string __message, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogState(__message As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogState* + nameWithType.vb: Debug.LogState(String, String(), String()) + fullName.vb: Awperative.Debug.LogState(String, String(), String()) + name.vb: LogState(String, String(), String()) +- uid: Awperative.Debug.AssertState(System.Boolean,System.String) + commentId: M:Awperative.Debug.AssertState(System.Boolean,System.String) + id: AssertState(System.Boolean,System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertState(bool, string) + nameWithType: Debug.AssertState(bool, string) + fullName: Awperative.Debug.AssertState(bool, string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertState + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 53 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. + example: [] + syntax: + content: public static void AssertState(bool __condition, string __message) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub AssertState(__condition As Boolean, __message As String) + overload: Awperative.Debug.AssertState* + nameWithType.vb: Debug.AssertState(Boolean, String) + fullName.vb: Awperative.Debug.AssertState(Boolean, String) + name.vb: AssertState(Boolean, String) +- uid: Awperative.Debug.LogValue(System.String) + commentId: M:Awperative.Debug.LogValue(System.String) + id: LogValue(System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogValue(string) + nameWithType: Debug.LogValue(string) + fullName: Awperative.Debug.LogValue(string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogValue + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 63 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. + example: [] + syntax: + content: public static void LogValue(string __message) + parameters: + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub LogValue(__message As String) + overload: Awperative.Debug.LogValue* + nameWithType.vb: Debug.LogValue(String) + fullName.vb: Awperative.Debug.LogValue(String) + name.vb: LogValue(String) +- uid: Awperative.Debug.LogValue(System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogValue(System.String,System.String[],System.String[]) + id: LogValue(System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogValue(string, string[], string[]) + nameWithType: Debug.LogValue(string, string[], string[]) + fullName: Awperative.Debug.LogValue(string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogValue + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 71 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogValue(string __message, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogValue(__message As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogValue* + nameWithType.vb: Debug.LogValue(String, String(), String()) + fullName.vb: Awperative.Debug.LogValue(String, String(), String()) + name.vb: LogValue(String, String(), String()) +- uid: Awperative.Debug.AssertValue(System.Boolean,System.String) + commentId: M:Awperative.Debug.AssertValue(System.Boolean,System.String) + id: AssertValue(System.Boolean,System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertValue(bool, string) + nameWithType: Debug.AssertValue(bool, string) + fullName: Awperative.Debug.AssertValue(bool, string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertValue + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 78 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. + example: [] + syntax: + content: public static void AssertValue(bool __condition, string __message) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub AssertValue(__condition As Boolean, __message As String) + overload: Awperative.Debug.AssertValue* + nameWithType.vb: Debug.AssertValue(Boolean, String) + fullName.vb: Awperative.Debug.AssertValue(Boolean, String) + name.vb: AssertValue(Boolean, String) +- uid: Awperative.Debug.LogWarning(System.String) + commentId: M:Awperative.Debug.LogWarning(System.String) + id: LogWarning(System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogWarning(string) + nameWithType: Debug.LogWarning(string) + fullName: Awperative.Debug.LogWarning(string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogWarning + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 88 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. + example: [] + syntax: + content: public static void LogWarning(string __message) + parameters: + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub LogWarning(__message As String) + overload: Awperative.Debug.LogWarning* + nameWithType.vb: Debug.LogWarning(String) + fullName.vb: Awperative.Debug.LogWarning(String) + name.vb: LogWarning(String) +- uid: Awperative.Debug.LogWarning(System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogWarning(System.String,System.String[],System.String[]) + id: LogWarning(System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogWarning(string, string[], string[]) + nameWithType: Debug.LogWarning(string, string[], string[]) + fullName: Awperative.Debug.LogWarning(string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogWarning + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 96 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogWarning(string __message, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogWarning(__message As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogWarning* + nameWithType.vb: Debug.LogWarning(String, String(), String()) + fullName.vb: Awperative.Debug.LogWarning(String, String(), String()) + name.vb: LogWarning(String, String(), String()) +- uid: Awperative.Debug.AssertWarning(System.Boolean,System.String) + commentId: M:Awperative.Debug.AssertWarning(System.Boolean,System.String) + id: AssertWarning(System.Boolean,System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertWarning(bool, string) + nameWithType: Debug.AssertWarning(bool, string) + fullName: Awperative.Debug.AssertWarning(bool, string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertWarning + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 103 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. + example: [] + syntax: + content: public static void AssertWarning(bool __condition, string __message) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub AssertWarning(__condition As Boolean, __message As String) + overload: Awperative.Debug.AssertWarning* + nameWithType.vb: Debug.AssertWarning(Boolean, String) + fullName.vb: Awperative.Debug.AssertWarning(Boolean, String) + name.vb: AssertWarning(Boolean, String) +- uid: Awperative.Debug.LogError(System.String) + commentId: M:Awperative.Debug.LogError(System.String) + id: LogError(System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogError(string) + nameWithType: Debug.LogError(string) + fullName: Awperative.Debug.LogError(string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogError + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 113 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. + example: [] + syntax: + content: public static void LogError(string __message) + parameters: + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub LogError(__message As String) + overload: Awperative.Debug.LogError* + nameWithType.vb: Debug.LogError(String) + fullName.vb: Awperative.Debug.LogError(String) + name.vb: LogError(String) +- uid: Awperative.Debug.LogError(System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogError(System.String,System.String[],System.String[]) + id: LogError(System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogError(string, string[], string[]) + nameWithType: Debug.LogError(string, string[], string[]) + fullName: Awperative.Debug.LogError(string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogError + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 121 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogError(string __message, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogError(__message As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogError* + nameWithType.vb: Debug.LogError(String, String(), String()) + fullName.vb: Awperative.Debug.LogError(String, String(), String()) + name.vb: LogError(String, String(), String()) +- uid: Awperative.Debug.AssertError(System.Boolean,System.String) + commentId: M:Awperative.Debug.AssertError(System.Boolean,System.String) + id: AssertError(System.Boolean,System.String) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertError(bool, string) + nameWithType: Debug.AssertError(bool, string) + fullName: Awperative.Debug.AssertError(bool, string) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertError + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 128 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. + example: [] + syntax: + content: public static void AssertError(bool __condition, string __message) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + content.vb: Public Shared Sub AssertError(__condition As Boolean, __message As String) + overload: Awperative.Debug.AssertError* + nameWithType.vb: Debug.AssertError(Boolean, String) + fullName.vb: Awperative.Debug.AssertError(Boolean, String) + name.vb: AssertError(Boolean, String) +- uid: Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[]) + id: LogGeneric(System.String,System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: LogGeneric(string, string, string[], string[]) + nameWithType: Debug.LogGeneric(string, string, string[], string[]) + fullName: Awperative.Debug.LogGeneric(string, string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: LogGeneric + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 141 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file. With any given call sign. + example: [] + syntax: + content: public static void LogGeneric(string __message, string __callSign, string[] __parameters, string[] __values) + parameters: + - id: __message + type: System.String + description: Message to debug + - id: __callSign + type: System.String + description: Message identifier + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub LogGeneric(__message As String, __callSign As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.LogGeneric* + nameWithType.vb: Debug.LogGeneric(String, String, String(), String()) + fullName.vb: Awperative.Debug.LogGeneric(String, String, String(), String()) + name.vb: LogGeneric(String, String, String(), String()) +- uid: Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[]) + commentId: M:Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[]) + id: AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[]) + parent: Awperative.Debug + langs: + - csharp + - vb + name: AssertGeneric(bool, string, string, string[], string[]) + nameWithType: Debug.AssertGeneric(bool, string, string, string[], string[]) + fullName: Awperative.Debug.AssertGeneric(bool, string, string, string[], string[]) + type: Method + source: + remote: + path: Awperative/Kernel/Communication/Debug/Writer.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AssertGeneric + path: Awperative/Kernel/Communication/Debug/Writer.cs + startLine: 162 + assemblies: + - Awperative + namespace: Awperative + summary: Writes the current message to the log file if the condition is true. With any given call sign. + example: [] + syntax: + content: public static void AssertGeneric(bool __condition, string __message, string __callSign, string[] __parameters, string[] __values) + parameters: + - id: __condition + type: System.Boolean + description: Condition to debug + - id: __message + type: System.String + description: Message to debug + - id: __callSign + type: System.String + description: Message identifier + - id: __parameters + type: System.String[] + description: Names of values to debug + - id: __values + type: System.String[] + description: Values to debug + content.vb: Public Shared Sub AssertGeneric(__condition As Boolean, __message As String, __callSign As String, __parameters As String(), __values As String()) + overload: Awperative.Debug.AssertGeneric* + nameWithType.vb: Debug.AssertGeneric(Boolean, String, String, String(), String()) + fullName.vb: Awperative.Debug.AssertGeneric(Boolean, String, String, String(), String()) + name.vb: AssertGeneric(Boolean, String, String, String(), String()) +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Debug.LogFilePath* + commentId: Overload:Awperative.Debug.LogFilePath + href: Awperative.Debug.html#Awperative_Debug_LogFilePath + name: LogFilePath + nameWithType: Debug.LogFilePath + fullName: Awperative.Debug.LogFilePath +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Awperative.Debug.LogAction* + commentId: Overload:Awperative.Debug.LogAction + href: Awperative.Debug.html#Awperative_Debug_LogAction_System_String_ + name: LogAction + nameWithType: Debug.LogAction + fullName: Awperative.Debug.LogAction +- uid: System.String[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string[] + nameWithType: string[] + fullName: string[] + nameWithType.vb: String() + fullName.vb: String() + name.vb: String() + spec.csharp: + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '[' + - name: ']' + spec.vb: + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ( + - name: ) +- uid: Awperative.Debug.AssertAction* + commentId: Overload:Awperative.Debug.AssertAction + href: Awperative.Debug.html#Awperative_Debug_AssertAction_System_Boolean_System_String_ + name: AssertAction + nameWithType: Debug.AssertAction + fullName: Awperative.Debug.AssertAction +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: Awperative.Debug.LogState* + commentId: Overload:Awperative.Debug.LogState + href: Awperative.Debug.html#Awperative_Debug_LogState_System_String_ + name: LogState + nameWithType: Debug.LogState + fullName: Awperative.Debug.LogState +- uid: Awperative.Debug.AssertState* + commentId: Overload:Awperative.Debug.AssertState + href: Awperative.Debug.html#Awperative_Debug_AssertState_System_Boolean_System_String_ + name: AssertState + nameWithType: Debug.AssertState + fullName: Awperative.Debug.AssertState +- uid: Awperative.Debug.LogValue* + commentId: Overload:Awperative.Debug.LogValue + href: Awperative.Debug.html#Awperative_Debug_LogValue_System_String_ + name: LogValue + nameWithType: Debug.LogValue + fullName: Awperative.Debug.LogValue +- uid: Awperative.Debug.AssertValue* + commentId: Overload:Awperative.Debug.AssertValue + href: Awperative.Debug.html#Awperative_Debug_AssertValue_System_Boolean_System_String_ + name: AssertValue + nameWithType: Debug.AssertValue + fullName: Awperative.Debug.AssertValue +- uid: Awperative.Debug.LogWarning* + commentId: Overload:Awperative.Debug.LogWarning + href: Awperative.Debug.html#Awperative_Debug_LogWarning_System_String_ + name: LogWarning + nameWithType: Debug.LogWarning + fullName: Awperative.Debug.LogWarning +- uid: Awperative.Debug.AssertWarning* + commentId: Overload:Awperative.Debug.AssertWarning + href: Awperative.Debug.html#Awperative_Debug_AssertWarning_System_Boolean_System_String_ + name: AssertWarning + nameWithType: Debug.AssertWarning + fullName: Awperative.Debug.AssertWarning +- uid: Awperative.Debug.LogError* + commentId: Overload:Awperative.Debug.LogError + href: Awperative.Debug.html#Awperative_Debug_LogError_System_String_ + name: LogError + nameWithType: Debug.LogError + fullName: Awperative.Debug.LogError +- uid: Awperative.Debug.AssertError* + commentId: Overload:Awperative.Debug.AssertError + href: Awperative.Debug.html#Awperative_Debug_AssertError_System_Boolean_System_String_ + name: AssertError + nameWithType: Debug.AssertError + fullName: Awperative.Debug.AssertError +- uid: Awperative.Debug.LogGeneric* + commentId: Overload:Awperative.Debug.LogGeneric + href: Awperative.Debug.html#Awperative_Debug_LogGeneric_System_String_System_String_System_String___System_String___ + name: LogGeneric + nameWithType: Debug.LogGeneric + fullName: Awperative.Debug.LogGeneric +- uid: Awperative.Debug.AssertGeneric* + commentId: Overload:Awperative.Debug.AssertGeneric + href: Awperative.Debug.html#Awperative_Debug_AssertGeneric_System_Boolean_System_String_System_String_System_String___System_String___ + name: AssertGeneric + nameWithType: Debug.AssertGeneric + fullName: Awperative.Debug.AssertGeneric diff --git a/api/Awperative.DockerEntity.yml b/api/Awperative.DockerEntity.yml new file mode 100644 index 0000000..91b6593 --- /dev/null +++ b/api/Awperative.DockerEntity.yml @@ -0,0 +1,636 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.DockerEntity + commentId: T:Awperative.DockerEntity + id: DockerEntity + parent: Awperative + children: + - Awperative.DockerEntity.AddComponent``1 + - Awperative.DockerEntity.AddComponent``1(System.Object[]) + - Awperative.DockerEntity.GetComponent``1 + - Awperative.DockerEntity.GetComponents``1 + - Awperative.DockerEntity.RemoveComponent(Awperative.Component) + - Awperative.DockerEntity.RemoveComponent``1 + - Awperative.DockerEntity.RemoveComponents``1 + - Awperative.DockerEntity.Scene + langs: + - csharp + - vb + name: DockerEntity + nameWithType: DockerEntity + fullName: Awperative.DockerEntity + type: Class + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: DockerEntity + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + startLine: 2 + assemblies: + - Awperative + namespace: Awperative + summary: Base class for all Awperative entities, manages components as a requirement because that is the job of all entities. + example: [] + syntax: + content: public abstract class DockerEntity + content.vb: Public MustInherit Class DockerEntity + inheritance: + - System.Object + derivedClasses: + - Awperative.Body + - Awperative.Scene + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.DockerEntity.AddComponent``1 + commentId: M:Awperative.DockerEntity.AddComponent``1 + id: AddComponent``1 + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: AddComponent() + nameWithType: DockerEntity.AddComponent() + fullName: Awperative.DockerEntity.AddComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Addition.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddComponent + path: Awperative/Kernel/Entities/DockerEntity/Addition.cs + startLine: 7 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component AddComponent() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function AddComponent(Of Generic As Component)() As Component + overload: Awperative.DockerEntity.AddComponent* + nameWithType.vb: DockerEntity.AddComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() +- uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + commentId: M:Awperative.DockerEntity.AddComponent``1(System.Object[]) + id: AddComponent``1(System.Object[]) + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: AddComponent(object[]) + nameWithType: DockerEntity.AddComponent(object[]) + fullName: Awperative.DockerEntity.AddComponent(object[]) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Addition.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddComponent + path: Awperative/Kernel/Entities/DockerEntity/Addition.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component AddComponent(object[] __args) where Generic : Component' + parameters: + - id: __args + type: System.Object[] + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function AddComponent(Of Generic As Component)(__args As Object()) As Component + overload: Awperative.DockerEntity.AddComponent* + nameWithType.vb: DockerEntity.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) +- uid: Awperative.DockerEntity.Scene + commentId: F:Awperative.DockerEntity.Scene + id: Scene + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: Scene + nameWithType: DockerEntity.Scene + fullName: Awperative.DockerEntity.Scene + type: Field + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Scene + path: Awperative/Kernel/Entities/DockerEntity/Core.cs + startLine: 12 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Scene Scene + return: + type: Awperative.Scene + content.vb: Public Scene As Scene +- uid: Awperative.DockerEntity.GetComponent``1 + commentId: M:Awperative.DockerEntity.GetComponent``1 + id: GetComponent``1 + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: GetComponent() + nameWithType: DockerEntity.GetComponent() + fullName: Awperative.DockerEntity.GetComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Location.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetComponent + path: Awperative/Kernel/Entities/DockerEntity/Location.cs + startLine: 7 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component GetComponent() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component + content.vb: Public Function GetComponent(Of Generic As Component)() As Component + overload: Awperative.DockerEntity.GetComponent* + nameWithType.vb: DockerEntity.GetComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() +- uid: Awperative.DockerEntity.GetComponents``1 + commentId: M:Awperative.DockerEntity.GetComponents``1 + id: GetComponents``1 + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: GetComponents() + nameWithType: DockerEntity.GetComponents() + fullName: Awperative.DockerEntity.GetComponents() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Location.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetComponents + path: Awperative/Kernel/Entities/DockerEntity/Location.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public Component[] GetComponents() where Generic : Component' + typeParameters: + - id: Generic + return: + type: Awperative.Component[] + content.vb: Public Function GetComponents(Of Generic As Component)() As Component() + overload: Awperative.DockerEntity.GetComponents* + nameWithType.vb: DockerEntity.GetComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() +- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + commentId: M:Awperative.DockerEntity.RemoveComponent(Awperative.Component) + id: RemoveComponent(Awperative.Component) + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: RemoveComponent(Component) + nameWithType: DockerEntity.RemoveComponent(Component) + fullName: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: RemoveComponent + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + startLine: 4 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void RemoveComponent(Component __component) + parameters: + - id: __component + type: Awperative.Component + content.vb: Public Sub RemoveComponent(__component As Component) + overload: Awperative.DockerEntity.RemoveComponent* +- uid: Awperative.DockerEntity.RemoveComponent``1 + commentId: M:Awperative.DockerEntity.RemoveComponent``1 + id: RemoveComponent``1 + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: RemoveComponent() + nameWithType: DockerEntity.RemoveComponent() + fullName: Awperative.DockerEntity.RemoveComponent() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: RemoveComponent + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + startLine: 12 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public void RemoveComponent() where Generic : Component' + typeParameters: + - id: Generic + content.vb: Public Sub RemoveComponent(Of Generic As Component)() + overload: Awperative.DockerEntity.RemoveComponent* + nameWithType.vb: DockerEntity.RemoveComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() +- uid: Awperative.DockerEntity.RemoveComponents``1 + commentId: M:Awperative.DockerEntity.RemoveComponents``1 + id: RemoveComponents``1 + parent: Awperative.DockerEntity + langs: + - csharp + - vb + name: RemoveComponents() + nameWithType: DockerEntity.RemoveComponents() + fullName: Awperative.DockerEntity.RemoveComponents() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: RemoveComponents + path: Awperative/Kernel/Entities/DockerEntity/Removal.cs + startLine: 22 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public void RemoveComponents() where Generic : Component' + typeParameters: + - id: Generic + content.vb: Public Sub RemoveComponents(Of Generic As Component)() + overload: Awperative.DockerEntity.RemoveComponents* + nameWithType.vb: DockerEntity.RemoveComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponents(Of Generic)() + name.vb: RemoveComponents(Of Generic)() +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.DockerEntity.AddComponent* + commentId: Overload:Awperative.DockerEntity.AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + name: AddComponent + nameWithType: DockerEntity.AddComponent + fullName: Awperative.DockerEntity.AddComponent +- uid: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: System.Object[] + 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() + spec.csharp: + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + spec.vb: + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene +- uid: Awperative.DockerEntity.GetComponent* + commentId: Overload:Awperative.DockerEntity.GetComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + name: GetComponent + nameWithType: DockerEntity.GetComponent + fullName: Awperative.DockerEntity.GetComponent +- uid: Awperative.DockerEntity.GetComponents* + commentId: Overload:Awperative.DockerEntity.GetComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + name: GetComponents + nameWithType: DockerEntity.GetComponents + fullName: Awperative.DockerEntity.GetComponents +- uid: Awperative.Component[] + isExternal: true + href: Awperative.Component.html + name: Component[] + nameWithType: Component[] + fullName: Awperative.Component[] + nameWithType.vb: Component() + fullName.vb: Awperative.Component() + name.vb: Component() + spec.csharp: + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: '[' + - name: ']' + spec.vb: + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ( + - name: ) +- uid: Awperative.DockerEntity.RemoveComponent* + commentId: Overload:Awperative.DockerEntity.RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + name: RemoveComponent + nameWithType: DockerEntity.RemoveComponent + fullName: Awperative.DockerEntity.RemoveComponent +- uid: Awperative.DockerEntity.RemoveComponents* + commentId: Overload:Awperative.DockerEntity.RemoveComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + name: RemoveComponents + nameWithType: DockerEntity.RemoveComponents + fullName: Awperative.DockerEntity.RemoveComponents diff --git a/api/Awperative.Kernel.Communication.Config.Config.yml b/api/Awperative.Kernel.Communication.Config.Config.yml new file mode 100644 index 0000000..44acac6 --- /dev/null +++ b/api/Awperative.Kernel.Communication.Config.Config.yml @@ -0,0 +1,353 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Kernel.Communication.Config.Config + commentId: T:Awperative.Kernel.Communication.Config.Config + id: Config + parent: Awperative.Kernel.Communication.Config + children: + - Awperative.Kernel.Communication.Config.Config.logFileName + langs: + - csharp + - vb + name: Config + nameWithType: Config + fullName: Awperative.Kernel.Communication.Config.Config + type: Class + source: + remote: + path: Awperative/Kernel/Communication/Config/TempConfig.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Config + path: Awperative/Kernel/Communication/Config/TempConfig.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative.Kernel.Communication.Config + syntax: + content: public static class Config + content.vb: Public Module Config + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Kernel.Communication.Config.Config.logFileName + commentId: F:Awperative.Kernel.Communication.Config.Config.logFileName + id: logFileName + parent: Awperative.Kernel.Communication.Config.Config + langs: + - csharp + - vb + name: logFileName + nameWithType: Config.logFileName + fullName: Awperative.Kernel.Communication.Config.Config.logFileName + type: Field + source: + remote: + path: Awperative/Kernel/Communication/Config/TempConfig.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: logFileName + path: Awperative/Kernel/Communication/Config/TempConfig.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative.Kernel.Communication.Config + syntax: + content: public static string logFileName + return: + type: System.String + content.vb: Public Shared logFileName As String +references: +- uid: Awperative.Kernel.Communication.Config + commentId: N:Awperative.Kernel.Communication.Config + href: Awperative.html + name: Awperative.Kernel.Communication.Config + nameWithType: Awperative.Kernel.Communication.Config + fullName: Awperative.Kernel.Communication.Config + spec.csharp: + - uid: Awperative + name: Awperative + href: Awperative.html + - name: . + - uid: Awperative.Kernel + name: Kernel + href: Awperative.Kernel.html + - name: . + - uid: Awperative.Kernel.Communication + name: Communication + href: Awperative.Kernel.Communication.html + - name: . + - uid: Awperative.Kernel.Communication.Config + name: Config + href: Awperative.Kernel.Communication.Config.html + spec.vb: + - uid: Awperative + name: Awperative + href: Awperative.html + - name: . + - uid: Awperative.Kernel + name: Kernel + href: Awperative.Kernel.html + - name: . + - uid: Awperative.Kernel.Communication + name: Communication + href: Awperative.Kernel.Communication.html + - name: . + - uid: Awperative.Kernel.Communication.Config + name: Config + href: Awperative.Kernel.Communication.Config.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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String diff --git a/api/Awperative.Kernel.Communication.Config.yml b/api/Awperative.Kernel.Communication.Config.yml new file mode 100644 index 0000000..8ec9148 --- /dev/null +++ b/api/Awperative.Kernel.Communication.Config.yml @@ -0,0 +1,23 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Kernel.Communication.Config + commentId: N:Awperative.Kernel.Communication.Config + id: Awperative.Kernel.Communication.Config + children: + - Awperative.Kernel.Communication.Config.Config + langs: + - csharp + - vb + name: Awperative.Kernel.Communication.Config + nameWithType: Awperative.Kernel.Communication.Config + fullName: Awperative.Kernel.Communication.Config + type: Namespace + assemblies: + - Awperative +references: +- uid: Awperative.Kernel.Communication.Config.Config + commentId: T:Awperative.Kernel.Communication.Config.Config + href: Awperative.Kernel.Communication.Config.Config.html + name: Config + nameWithType: Config + fullName: Awperative.Kernel.Communication.Config.Config diff --git a/api/Awperative.Scene.yml b/api/Awperative.Scene.yml new file mode 100644 index 0000000..a1bc618 --- /dev/null +++ b/api/Awperative.Scene.yml @@ -0,0 +1,1188 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Scene + commentId: T:Awperative.Scene + id: Scene + parent: Awperative + children: + - Awperative.Scene.AddBody + - Awperative.Scene.AddBody(Awperative.Transform) + - Awperative.Scene.BodyCreatedEvent + - Awperative.Scene.BodyDestroyedEvent + - Awperative.Scene.DestroyBody(Awperative.Body) + - Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime) + - Awperative.Scene.GetBodies(System.String) + - Awperative.Scene.GetBody(System.String) + - Awperative.Scene.Load + - Awperative.Scene.Unload + - Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime) + - Awperative.Scene.bodies + langs: + - csharp + - vb + name: Scene + nameWithType: Scene + fullName: Awperative.Scene + type: Class + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Events.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Scene + path: Awperative/Kernel/Entities/Scenes/Events.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed class Scene : DockerEntity' + content.vb: Public NotInheritable Class Scene Inherits DockerEntity + inheritance: + - System.Object + - Awperative.DockerEntity + inheritedMembers: + - Awperative.DockerEntity.AddComponent``1 + - Awperative.DockerEntity.AddComponent``1(System.Object[]) + - Awperative.DockerEntity.Scene + - Awperative.DockerEntity.GetComponent``1 + - Awperative.DockerEntity.GetComponents``1 + - Awperative.DockerEntity.RemoveComponent(Awperative.Component) + - Awperative.DockerEntity.RemoveComponent``1 + - Awperative.DockerEntity.RemoveComponents``1 + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Scene.AddBody(Awperative.Transform) + commentId: M:Awperative.Scene.AddBody(Awperative.Transform) + id: AddBody(Awperative.Transform) + parent: Awperative.Scene + langs: + - csharp + - vb + name: AddBody(Transform) + nameWithType: Scene.AddBody(Transform) + fullName: Awperative.Scene.AddBody(Awperative.Transform) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddBody + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + startLine: 9 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Body AddBody(Transform __transform) + parameters: + - id: __transform + type: Awperative.Transform + return: + type: Awperative.Body + content.vb: Public Function AddBody(__transform As Transform) As Body + overload: Awperative.Scene.AddBody* +- uid: Awperative.Scene.AddBody + commentId: M:Awperative.Scene.AddBody + id: AddBody + parent: Awperative.Scene + langs: + - csharp + - vb + name: AddBody() + nameWithType: Scene.AddBody() + fullName: Awperative.Scene.AddBody() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: AddBody + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + startLine: 19 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Body AddBody() + return: + type: Awperative.Body + content.vb: Public Function AddBody() As Body + overload: Awperative.Scene.AddBody* +- uid: Awperative.Scene.GetBodies(System.String) + commentId: M:Awperative.Scene.GetBodies(System.String) + id: GetBodies(System.String) + parent: Awperative.Scene + langs: + - csharp + - vb + name: GetBodies(string) + nameWithType: Scene.GetBodies(string) + fullName: Awperative.Scene.GetBodies(string) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetBodies + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + startLine: 29 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Body[] GetBodies(string tag) + parameters: + - id: tag + type: System.String + return: + type: Awperative.Body[] + content.vb: Public Function GetBodies(tag As String) As Body() + overload: Awperative.Scene.GetBodies* + nameWithType.vb: Scene.GetBodies(String) + fullName.vb: Awperative.Scene.GetBodies(String) + name.vb: GetBodies(String) +- uid: Awperative.Scene.GetBody(System.String) + commentId: M:Awperative.Scene.GetBody(System.String) + id: GetBody(System.String) + parent: Awperative.Scene + langs: + - csharp + - vb + name: GetBody(string) + nameWithType: Scene.GetBody(string) + fullName: Awperative.Scene.GetBody(string) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: GetBody + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + startLine: 43 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Body GetBody(string tag) + parameters: + - id: tag + type: System.String + return: + type: Awperative.Body + content.vb: Public Function GetBody(tag As String) As Body + overload: Awperative.Scene.GetBody* + nameWithType.vb: Scene.GetBody(String) + fullName.vb: Awperative.Scene.GetBody(String) + name.vb: GetBody(String) +- uid: Awperative.Scene.DestroyBody(Awperative.Body) + commentId: M:Awperative.Scene.DestroyBody(Awperative.Body) + id: DestroyBody(Awperative.Body) + parent: Awperative.Scene + langs: + - csharp + - vb + name: DestroyBody(Body) + nameWithType: Scene.DestroyBody(Body) + fullName: Awperative.Scene.DestroyBody(Awperative.Body) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: DestroyBody + path: Awperative/Kernel/Entities/Scenes/Bodies.cs + startLine: 51 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void DestroyBody(Body __body) + parameters: + - id: __body + type: Awperative.Body + content.vb: Public Sub DestroyBody(__body As Body) + overload: Awperative.Scene.DestroyBody* +- uid: Awperative.Scene.bodies + commentId: P:Awperative.Scene.bodies + id: bodies + parent: Awperative.Scene + langs: + - csharp + - vb + name: bodies + nameWithType: Scene.bodies + fullName: Awperative.Scene.bodies + type: Property + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: bodies + path: Awperative/Kernel/Entities/Scenes/Core.cs + startLine: 11 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public List bodies { get; } + parameters: [] + return: + type: System.Collections.Generic.List{Awperative.Body} + content.vb: Public Property bodies As List(Of Body) + overload: Awperative.Scene.bodies* +- uid: Awperative.Scene.Unload + commentId: M:Awperative.Scene.Unload + id: Unload + parent: Awperative.Scene + langs: + - csharp + - vb + name: Unload() + nameWithType: Scene.Unload() + fullName: Awperative.Scene.Unload() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Unload + path: Awperative/Kernel/Entities/Scenes/Core.cs + startLine: 13 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void Unload() + content.vb: Public Sub Unload() + overload: Awperative.Scene.Unload* +- uid: Awperative.Scene.Load + commentId: M:Awperative.Scene.Load + id: Load + parent: Awperative.Scene + langs: + - csharp + - vb + name: Load() + nameWithType: Scene.Load() + fullName: Awperative.Scene.Load() + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Load + path: Awperative/Kernel/Entities/Scenes/Core.cs + startLine: 18 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void Load() + content.vb: Public Sub Load() + overload: Awperative.Scene.Load* +- uid: Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime) + id: Update(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Scene + langs: + - csharp + - vb + name: Update(GameTime) + nameWithType: Scene.Update(GameTime) + fullName: Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Update + path: Awperative/Kernel/Entities/Scenes/Core.cs + startLine: 23 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void Update(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Sub Update(__gameTime As GameTime) + overload: Awperative.Scene.Update* +- uid: Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime) + id: Draw(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Scene + langs: + - csharp + - vb + name: Draw(GameTime) + nameWithType: Scene.Draw(GameTime) + fullName: Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime) + type: Method + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Core.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Draw + path: Awperative/Kernel/Entities/Scenes/Core.cs + startLine: 28 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void Draw(GameTime __gameTime) + parameters: + - id: __gameTime + type: Microsoft.Xna.Framework.GameTime + content.vb: Public Sub Draw(__gameTime As GameTime) + overload: Awperative.Scene.Draw* +- uid: Awperative.Scene.BodyCreatedEvent + commentId: E:Awperative.Scene.BodyCreatedEvent + id: BodyCreatedEvent + parent: Awperative.Scene + langs: + - csharp + - vb + name: BodyCreatedEvent + nameWithType: Scene.BodyCreatedEvent + fullName: Awperative.Scene.BodyCreatedEvent + type: Event + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Events.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: BodyCreatedEvent + path: Awperative/Kernel/Entities/Scenes/Events.cs + startLine: 9 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public event EventHandler BodyCreatedEvent + return: + type: System.EventHandler{Awperative.BodyCreateEvent} + content.vb: Public Event BodyCreatedEvent As EventHandler(Of BodyCreateEvent) +- uid: Awperative.Scene.BodyDestroyedEvent + commentId: E:Awperative.Scene.BodyDestroyedEvent + id: BodyDestroyedEvent + parent: Awperative.Scene + langs: + - csharp + - vb + name: BodyDestroyedEvent + nameWithType: Scene.BodyDestroyedEvent + fullName: Awperative.Scene.BodyDestroyedEvent + type: Event + source: + remote: + path: Awperative/Kernel/Entities/Scenes/Events.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: BodyDestroyedEvent + path: Awperative/Kernel/Entities/Scenes/Events.cs + startLine: 10 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public event EventHandler BodyDestroyedEvent + return: + type: System.EventHandler{Awperative.BodyDestroyEvent} + content.vb: Public Event BodyDestroyedEvent As EventHandler(Of BodyDestroyEvent) +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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: Awperative.DockerEntity + commentId: T:Awperative.DockerEntity + parent: Awperative + href: Awperative.DockerEntity.html + name: DockerEntity + nameWithType: DockerEntity + fullName: Awperative.DockerEntity +- uid: Awperative.DockerEntity.AddComponent``1 + commentId: M:Awperative.DockerEntity.AddComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + name: AddComponent() + nameWithType: DockerEntity.AddComponent() + fullName: Awperative.DockerEntity.AddComponent() + nameWithType.vb: DockerEntity.AddComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.AddComponent``1 + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.AddComponent``1 + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + commentId: M:Awperative.DockerEntity.AddComponent``1(System.Object[]) + parent: Awperative.DockerEntity + isExternal: true + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + name: AddComponent(object[]) + nameWithType: DockerEntity.AddComponent(object[]) + fullName: Awperative.DockerEntity.AddComponent(object[]) + nameWithType.vb: DockerEntity.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) + spec.csharp: + - uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + - name: < + - name: Generic + - name: '>' + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___ + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ) +- uid: Awperative.DockerEntity.Scene + commentId: F:Awperative.DockerEntity.Scene + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_Scene + name: Scene + nameWithType: DockerEntity.Scene + fullName: Awperative.DockerEntity.Scene +- uid: Awperative.DockerEntity.GetComponent``1 + commentId: M:Awperative.DockerEntity.GetComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + name: GetComponent() + nameWithType: DockerEntity.GetComponent() + fullName: Awperative.DockerEntity.GetComponent() + nameWithType.vb: DockerEntity.GetComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.GetComponent``1 + name: GetComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.GetComponent``1 + name: GetComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.GetComponents``1 + commentId: M:Awperative.DockerEntity.GetComponents``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + name: GetComponents() + nameWithType: DockerEntity.GetComponents() + fullName: Awperative.DockerEntity.GetComponents() + nameWithType.vb: DockerEntity.GetComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.GetComponents``1 + name: GetComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.GetComponents``1 + name: GetComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + commentId: M:Awperative.DockerEntity.RemoveComponent(Awperative.Component) + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + name: RemoveComponent(Component) + nameWithType: DockerEntity.RemoveComponent(Component) + fullName: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + - name: ( + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component) + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_ + - name: ( + - uid: Awperative.Component + name: Component + href: Awperative.Component.html + - name: ) +- uid: Awperative.DockerEntity.RemoveComponent``1 + commentId: M:Awperative.DockerEntity.RemoveComponent``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + name: RemoveComponent() + nameWithType: DockerEntity.RemoveComponent() + fullName: Awperative.DockerEntity.RemoveComponent() + nameWithType.vb: DockerEntity.RemoveComponent(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponent``1 + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponent``1 + name: RemoveComponent + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.DockerEntity.RemoveComponents``1 + commentId: M:Awperative.DockerEntity.RemoveComponents``1 + parent: Awperative.DockerEntity + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + name: RemoveComponents() + nameWithType: DockerEntity.RemoveComponents() + fullName: Awperative.DockerEntity.RemoveComponents() + nameWithType.vb: DockerEntity.RemoveComponents(Of Generic)() + fullName.vb: Awperative.DockerEntity.RemoveComponents(Of Generic)() + name.vb: RemoveComponents(Of Generic)() + spec.csharp: + - uid: Awperative.DockerEntity.RemoveComponents``1 + name: RemoveComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.DockerEntity.RemoveComponents``1 + name: RemoveComponents + href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: Awperative.Scene.AddBody* + commentId: Overload:Awperative.Scene.AddBody + href: Awperative.Scene.html#Awperative_Scene_AddBody_Awperative_Transform_ + name: AddBody + nameWithType: Scene.AddBody + fullName: Awperative.Scene.AddBody +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.Scene.GetBodies* + commentId: Overload:Awperative.Scene.GetBodies + href: Awperative.Scene.html#Awperative_Scene_GetBodies_System_String_ + name: GetBodies + nameWithType: Scene.GetBodies + fullName: Awperative.Scene.GetBodies +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: string + nameWithType: string + fullName: string + nameWithType.vb: String + fullName.vb: String + name.vb: String +- uid: Awperative.Body[] + isExternal: true + href: Awperative.Body.html + name: Body[] + nameWithType: Body[] + fullName: Awperative.Body[] + nameWithType.vb: Body() + fullName.vb: Awperative.Body() + name.vb: Body() + spec.csharp: + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: '[' + - name: ']' + spec.vb: + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ( + - name: ) +- uid: Awperative.Scene.GetBody* + commentId: Overload:Awperative.Scene.GetBody + href: Awperative.Scene.html#Awperative_Scene_GetBody_System_String_ + name: GetBody + nameWithType: Scene.GetBody + fullName: Awperative.Scene.GetBody +- uid: Awperative.Scene.DestroyBody* + commentId: Overload:Awperative.Scene.DestroyBody + href: Awperative.Scene.html#Awperative_Scene_DestroyBody_Awperative_Body_ + name: DestroyBody + nameWithType: Scene.DestroyBody + fullName: Awperative.Scene.DestroyBody +- uid: Awperative.Scene.bodies* + commentId: Overload:Awperative.Scene.bodies + href: Awperative.Scene.html#Awperative_Scene_bodies + name: bodies + nameWithType: Scene.bodies + fullName: Awperative.Scene.bodies +- uid: System.Collections.Generic.List{Awperative.Body} + commentId: T:System.Collections.Generic.List{Awperative.Body} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of Body) + fullName.vb: System.Collections.Generic.List(Of Awperative.Body) + name.vb: List(Of Body) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic +- uid: Awperative.Scene.Unload* + commentId: Overload:Awperative.Scene.Unload + href: Awperative.Scene.html#Awperative_Scene_Unload + name: Unload + nameWithType: Scene.Unload + fullName: Awperative.Scene.Unload +- uid: Awperative.Scene.Load* + commentId: Overload:Awperative.Scene.Load + href: Awperative.Scene.html#Awperative_Scene_Load + name: Load + nameWithType: Scene.Load + fullName: Awperative.Scene.Load +- uid: Awperative.Scene.Update* + commentId: Overload:Awperative.Scene.Update + href: Awperative.Scene.html#Awperative_Scene_Update_Microsoft_Xna_Framework_GameTime_ + name: Update + nameWithType: Scene.Update + fullName: Awperative.Scene.Update +- 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 +- uid: Awperative.Scene.Draw* + commentId: Overload:Awperative.Scene.Draw + href: Awperative.Scene.html#Awperative_Scene_Draw_Microsoft_Xna_Framework_GameTime_ + name: Draw + nameWithType: Scene.Draw + fullName: Awperative.Scene.Draw +- uid: System.EventHandler{Awperative.BodyCreateEvent} + commentId: T:System.EventHandler{Awperative.BodyCreateEvent} + parent: System + definition: System.EventHandler`1 + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + nameWithType.vb: EventHandler(Of BodyCreateEvent) + fullName.vb: System.EventHandler(Of Awperative.BodyCreateEvent) + name.vb: EventHandler(Of BodyCreateEvent) + spec.csharp: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: < + - uid: Awperative.BodyCreateEvent + name: BodyCreateEvent + href: Awperative.BodyCreateEvent.html + - name: '>' + spec.vb: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.BodyCreateEvent + name: BodyCreateEvent + href: Awperative.BodyCreateEvent.html + - name: ) +- uid: System.EventHandler`1 + commentId: T:System.EventHandler`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + nameWithType.vb: EventHandler(Of TEventArgs) + fullName.vb: System.EventHandler(Of TEventArgs) + name.vb: EventHandler(Of TEventArgs) + spec.csharp: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: < + - name: TEventArgs + - name: '>' + spec.vb: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: ( + - name: Of + - name: " " + - name: TEventArgs + - name: ) +- uid: System.EventHandler{Awperative.BodyDestroyEvent} + commentId: T:System.EventHandler{Awperative.BodyDestroyEvent} + parent: System + definition: System.EventHandler`1 + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + nameWithType.vb: EventHandler(Of BodyDestroyEvent) + fullName.vb: System.EventHandler(Of Awperative.BodyDestroyEvent) + name.vb: EventHandler(Of BodyDestroyEvent) + spec.csharp: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: < + - uid: Awperative.BodyDestroyEvent + name: BodyDestroyEvent + href: Awperative.BodyDestroyEvent.html + - name: '>' + spec.vb: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.BodyDestroyEvent + name: BodyDestroyEvent + href: Awperative.BodyDestroyEvent.html + - name: ) diff --git a/api/Awperative.SceneComponent.yml b/api/Awperative.SceneComponent.yml new file mode 100644 index 0000000..f3f613b --- /dev/null +++ b/api/Awperative.SceneComponent.yml @@ -0,0 +1,736 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.SceneComponent + commentId: T:Awperative.SceneComponent + id: SceneComponent + parent: Awperative + children: [] + langs: + - csharp + - vb + name: SceneComponent + nameWithType: SceneComponent + fullName: Awperative.SceneComponent + type: Class + source: + remote: + path: Awperative/Kernel/Scripting/SceneComponent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: SceneComponent + path: Awperative/Kernel/Scripting/SceneComponent.cs + startLine: 3 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public class SceneComponent : Component' + content.vb: Public Class SceneComponent Inherits Component + inheritance: + - System.Object + - Awperative.Component + inheritedMembers: + - Awperative.Component.Scene + - Awperative.Component.Unload + - Awperative.Component.Load + - Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + - Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + - Awperative.Component.Create + - Awperative.Component.Destroy + - Awperative.Component.AddBody + - Awperative.Component.AddBody(Awperative.Transform) + - Awperative.Component.GetBody(System.String) + - Awperative.Component.GetBodies(System.String) + - Awperative.Component.DestroyBody(Awperative.Body) + - Awperative.Component.AddComponent``1 + - Awperative.Component.AddComponent``1(System.Object[]) + - Awperative.Component.GetComponent``1 + - Awperative.Component.GetComponents``1 + - Awperative.Component.RemoveComponent``1 + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: Awperative.Component.Scene + commentId: P:Awperative.Component.Scene + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Scene + name: Scene + nameWithType: Component.Scene + fullName: Awperative.Component.Scene +- uid: Awperative.Component.Unload + commentId: M:Awperative.Component.Unload + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Unload + name: Unload() + nameWithType: Component.Unload() + fullName: Awperative.Component.Unload() + spec.csharp: + - uid: Awperative.Component.Unload + name: Unload + href: Awperative.Component.html#Awperative_Component_Unload + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Unload + name: Unload + href: Awperative.Component.html#Awperative_Component_Unload + - name: ( + - name: ) +- uid: Awperative.Component.Load + commentId: M:Awperative.Component.Load + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Load + name: Load() + nameWithType: Component.Load() + fullName: Awperative.Component.Load() + spec.csharp: + - uid: Awperative.Component.Load + name: Load + href: Awperative.Component.html#Awperative_Component_Load + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Load + name: Load + href: Awperative.Component.html#Awperative_Component_Load + - name: ( + - name: ) +- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + name: Update(GameTime) + nameWithType: Component.Update(GameTime) + fullName: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + name: Update + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime) + name: Update + href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + commentId: M:Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + name: Draw(GameTime) + nameWithType: Component.Draw(GameTime) + fullName: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + spec.csharp: + - uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) + spec.vb: + - uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime) + name: Draw + href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_ + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ) +- uid: Awperative.Component.Create + commentId: M:Awperative.Component.Create + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Create + name: Create() + nameWithType: Component.Create() + fullName: Awperative.Component.Create() + spec.csharp: + - uid: Awperative.Component.Create + name: Create + href: Awperative.Component.html#Awperative_Component_Create + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Create + name: Create + href: Awperative.Component.html#Awperative_Component_Create + - name: ( + - name: ) +- uid: Awperative.Component.Destroy + commentId: M:Awperative.Component.Destroy + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_Destroy + name: Destroy() + nameWithType: Component.Destroy() + fullName: Awperative.Component.Destroy() + spec.csharp: + - uid: Awperative.Component.Destroy + name: Destroy + href: Awperative.Component.html#Awperative_Component_Destroy + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.Destroy + name: Destroy + href: Awperative.Component.html#Awperative_Component_Destroy + - name: ( + - name: ) +- uid: Awperative.Component.AddBody + commentId: M:Awperative.Component.AddBody + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddBody + name: AddBody() + nameWithType: Component.AddBody() + fullName: Awperative.Component.AddBody() + spec.csharp: + - uid: Awperative.Component.AddBody + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.AddBody + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody + - name: ( + - name: ) +- uid: Awperative.Component.AddBody(Awperative.Transform) + commentId: M:Awperative.Component.AddBody(Awperative.Transform) + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + name: AddBody(Transform) + nameWithType: Component.AddBody(Transform) + fullName: Awperative.Component.AddBody(Awperative.Transform) + spec.csharp: + - uid: Awperative.Component.AddBody(Awperative.Transform) + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + - name: ( + - uid: Awperative.Transform + name: Transform + href: Awperative.Transform.html + - name: ) + spec.vb: + - uid: Awperative.Component.AddBody(Awperative.Transform) + name: AddBody + href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_ + - name: ( + - uid: Awperative.Transform + name: Transform + href: Awperative.Transform.html + - name: ) +- uid: Awperative.Component.GetBody(System.String) + commentId: M:Awperative.Component.GetBody(System.String) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + name: GetBody(string) + nameWithType: Component.GetBody(string) + fullName: Awperative.Component.GetBody(string) + nameWithType.vb: Component.GetBody(String) + fullName.vb: Awperative.Component.GetBody(String) + name.vb: GetBody(String) + spec.csharp: + - uid: Awperative.Component.GetBody(System.String) + name: GetBody + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Awperative.Component.GetBody(System.String) + name: GetBody + href: Awperative.Component.html#Awperative_Component_GetBody_System_String_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Awperative.Component.GetBodies(System.String) + commentId: M:Awperative.Component.GetBodies(System.String) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + name: GetBodies(string) + nameWithType: Component.GetBodies(string) + fullName: Awperative.Component.GetBodies(string) + nameWithType.vb: Component.GetBodies(String) + fullName.vb: Awperative.Component.GetBodies(String) + name.vb: GetBodies(String) + spec.csharp: + - uid: Awperative.Component.GetBodies(System.String) + name: GetBodies + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: Awperative.Component.GetBodies(System.String) + name: GetBodies + href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_ + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: Awperative.Component.DestroyBody(Awperative.Body) + commentId: M:Awperative.Component.DestroyBody(Awperative.Body) + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + name: DestroyBody(Body) + nameWithType: Component.DestroyBody(Body) + fullName: Awperative.Component.DestroyBody(Awperative.Body) + spec.csharp: + - uid: Awperative.Component.DestroyBody(Awperative.Body) + name: DestroyBody + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + - name: ( + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ) + spec.vb: + - uid: Awperative.Component.DestroyBody(Awperative.Body) + name: DestroyBody + href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_ + - name: ( + - uid: Awperative.Body + name: Body + href: Awperative.Body.html + - name: ) +- uid: Awperative.Component.AddComponent``1 + commentId: M:Awperative.Component.AddComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + name: AddComponent() + nameWithType: Component.AddComponent() + fullName: Awperative.Component.AddComponent() + nameWithType.vb: Component.AddComponent(Of Generic)() + fullName.vb: Awperative.Component.AddComponent(Of Generic)() + name.vb: AddComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.AddComponent``1 + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.AddComponent``1 + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.AddComponent``1(System.Object[]) + commentId: M:Awperative.Component.AddComponent``1(System.Object[]) + parent: Awperative.Component + isExternal: true + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + name: AddComponent(object[]) + nameWithType: Component.AddComponent(object[]) + fullName: Awperative.Component.AddComponent(object[]) + nameWithType.vb: Component.AddComponent(Of Generic)(Object()) + fullName.vb: Awperative.Component.AddComponent(Of Generic)(Object()) + name.vb: AddComponent(Of Generic)(Object()) + spec.csharp: + - uid: Awperative.Component.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + - name: < + - name: Generic + - name: '>' + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: Awperative.Component.AddComponent``1(System.Object[]) + name: AddComponent + href: Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___ + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ( + - name: ) + - name: ) +- uid: Awperative.Component.GetComponent``1 + commentId: M:Awperative.Component.GetComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + name: GetComponent() + nameWithType: Component.GetComponent() + fullName: Awperative.Component.GetComponent() + nameWithType.vb: Component.GetComponent(Of Generic)() + fullName.vb: Awperative.Component.GetComponent(Of Generic)() + name.vb: GetComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.GetComponent``1 + name: GetComponent + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.GetComponent``1 + name: GetComponent + href: Awperative.Component.html#Awperative_Component_GetComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.GetComponents``1 + commentId: M:Awperative.Component.GetComponents``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + name: GetComponents() + nameWithType: Component.GetComponents() + fullName: Awperative.Component.GetComponents() + nameWithType.vb: Component.GetComponents(Of Generic)() + fullName.vb: Awperative.Component.GetComponents(Of Generic)() + name.vb: GetComponents(Of Generic)() + spec.csharp: + - uid: Awperative.Component.GetComponents``1 + name: GetComponents + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.GetComponents``1 + name: GetComponents + href: Awperative.Component.html#Awperative_Component_GetComponents__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - name: ( + - name: ) +- uid: Awperative.Component.RemoveComponent``1 + commentId: M:Awperative.Component.RemoveComponent``1 + parent: Awperative.Component + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + name: RemoveComponent() + nameWithType: Component.RemoveComponent() + fullName: Awperative.Component.RemoveComponent() + nameWithType.vb: Component.RemoveComponent(Of Generic)() + fullName.vb: Awperative.Component.RemoveComponent(Of Generic)() + name.vb: RemoveComponent(Of Generic)() + spec.csharp: + - uid: Awperative.Component.RemoveComponent``1 + name: RemoveComponent + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + - name: < + - name: Generic + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: Awperative.Component.RemoveComponent``1 + name: RemoveComponent + href: Awperative.Component.html#Awperative_Component_RemoveComponent__1 + - name: ( + - name: Of + - name: " " + - name: Generic + - name: ) + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System diff --git a/api/Awperative.SceneCreateEvent.yml b/api/Awperative.SceneCreateEvent.yml new file mode 100644 index 0000000..61b3975 --- /dev/null +++ b/api/Awperative.SceneCreateEvent.yml @@ -0,0 +1,355 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.SceneCreateEvent + commentId: T:Awperative.SceneCreateEvent + id: SceneCreateEvent + parent: Awperative + children: + - Awperative.SceneCreateEvent.scene + langs: + - csharp + - vb + name: SceneCreateEvent + nameWithType: SceneCreateEvent + fullName: Awperative.SceneCreateEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: SceneCreateEvent + path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs + startLine: 3 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record SceneCreateEvent : IEquatable' + content.vb: Public NotInheritable Class SceneCreateEvent Implements IEquatable(Of SceneCreateEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.SceneCreateEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.SceneCreateEvent.scene + commentId: F:Awperative.SceneCreateEvent.scene + id: scene + parent: Awperative.SceneCreateEvent + langs: + - csharp + - vb + name: scene + nameWithType: SceneCreateEvent.scene + fullName: Awperative.SceneCreateEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Scene scene + return: + type: Awperative.Scene + content.vb: Public scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.SceneCreateEvent} + commentId: T:System.IEquatable{Awperative.SceneCreateEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of SceneCreateEvent) + fullName.vb: System.IEquatable(Of Awperative.SceneCreateEvent) + name.vb: IEquatable(Of SceneCreateEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.SceneCreateEvent + name: SceneCreateEvent + href: Awperative.SceneCreateEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.SceneCreateEvent + name: SceneCreateEvent + href: Awperative.SceneCreateEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.SceneDestroyEvent.yml b/api/Awperative.SceneDestroyEvent.yml new file mode 100644 index 0000000..828a9fd --- /dev/null +++ b/api/Awperative.SceneDestroyEvent.yml @@ -0,0 +1,355 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.SceneDestroyEvent + commentId: T:Awperative.SceneDestroyEvent + id: SceneDestroyEvent + parent: Awperative + children: + - Awperative.SceneDestroyEvent.scene + langs: + - csharp + - vb + name: SceneDestroyEvent + nameWithType: SceneDestroyEvent + fullName: Awperative.SceneDestroyEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: SceneDestroyEvent + path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs + startLine: 3 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record SceneDestroyEvent : IEquatable' + content.vb: Public NotInheritable Class SceneDestroyEvent Implements IEquatable(Of SceneDestroyEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.SceneDestroyEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.SceneDestroyEvent.scene + commentId: F:Awperative.SceneDestroyEvent.scene + id: scene + parent: Awperative.SceneDestroyEvent + langs: + - csharp + - vb + name: scene + nameWithType: SceneDestroyEvent.scene + fullName: Awperative.SceneDestroyEvent.scene + type: Field + source: + remote: + path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: scene + path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Scene scene + return: + type: Awperative.Scene + content.vb: Public scene As Scene +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.SceneDestroyEvent} + commentId: T:System.IEquatable{Awperative.SceneDestroyEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of SceneDestroyEvent) + fullName.vb: System.IEquatable(Of Awperative.SceneDestroyEvent) + name.vb: IEquatable(Of SceneDestroyEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.SceneDestroyEvent + name: SceneDestroyEvent + href: Awperative.SceneDestroyEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.SceneDestroyEvent + name: SceneDestroyEvent + href: Awperative.SceneDestroyEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene diff --git a/api/Awperative.Transform.yml b/api/Awperative.Transform.yml new file mode 100644 index 0000000..b96dc80 --- /dev/null +++ b/api/Awperative.Transform.yml @@ -0,0 +1,785 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.Transform + commentId: T:Awperative.Transform + id: Transform + parent: Awperative + children: + - Awperative.Transform.#ctor + - Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + - Awperative.Transform.Clone + - Awperative.Transform.Depth + - Awperative.Transform.OnTransformChangedEvent + - Awperative.Transform.Origin + - Awperative.Transform.Position + - Awperative.Transform.Rotation + - Awperative.Transform.Scale + - Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + - Awperative.Transform.ToMatrix + langs: + - csharp + - vb + name: Transform + nameWithType: Transform + fullName: Awperative.Transform + type: Class + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Transform + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 6 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public sealed class Transform + content.vb: Public NotInheritable Class Transform + inheritance: + - System.Object + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.Transform.OnTransformChangedEvent + commentId: E:Awperative.Transform.OnTransformChangedEvent + id: OnTransformChangedEvent + parent: Awperative.Transform + langs: + - csharp + - vb + name: OnTransformChangedEvent + nameWithType: Transform.OnTransformChangedEvent + fullName: Awperative.Transform.OnTransformChangedEvent + type: Event + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: OnTransformChangedEvent + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 9 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public event EventHandler OnTransformChangedEvent + return: + type: System.EventHandler{Awperative.TransformModifyEvent} + content.vb: Public Event OnTransformChangedEvent As EventHandler(Of TransformModifyEvent) +- uid: Awperative.Transform.Origin + commentId: P:Awperative.Transform.Origin + id: Origin + parent: Awperative.Transform + langs: + - csharp + - vb + name: Origin + nameWithType: Transform.Origin + fullName: Awperative.Transform.Origin + type: Property + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Origin + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 12 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Vector2 Origin { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Origin As Vector2 + overload: Awperative.Transform.Origin* +- uid: Awperative.Transform.Position + commentId: P:Awperative.Transform.Position + id: Position + parent: Awperative.Transform + langs: + - csharp + - vb + name: Position + nameWithType: Transform.Position + fullName: Awperative.Transform.Position + type: Property + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Position + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 20 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Vector2 Position { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Position As Vector2 + overload: Awperative.Transform.Position* +- uid: Awperative.Transform.Depth + commentId: P:Awperative.Transform.Depth + id: Depth + parent: Awperative.Transform + langs: + - csharp + - vb + name: Depth + nameWithType: Transform.Depth + fullName: Awperative.Transform.Depth + type: Property + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Depth + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 28 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public float Depth { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property Depth As Single + overload: Awperative.Transform.Depth* +- uid: Awperative.Transform.Rotation + commentId: P:Awperative.Transform.Rotation + id: Rotation + parent: Awperative.Transform + langs: + - csharp + - vb + name: Rotation + nameWithType: Transform.Rotation + fullName: Awperative.Transform.Rotation + type: Property + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Rotation + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 36 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public float Rotation { get; set; } + parameters: [] + return: + type: System.Single + content.vb: Public Property Rotation As Single + overload: Awperative.Transform.Rotation* +- uid: Awperative.Transform.Scale + commentId: P:Awperative.Transform.Scale + id: Scale + parent: Awperative.Transform + langs: + - csharp + - vb + name: Scale + nameWithType: Transform.Scale + fullName: Awperative.Transform.Scale + type: Property + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Scale + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 44 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Vector2 Scale { get; set; } + parameters: [] + return: + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Property Scale As Vector2 + overload: Awperative.Transform.Scale* +- uid: Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + commentId: M:Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + id: Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + parent: Awperative.Transform + langs: + - csharp + - vb + name: Set(Vector2, Vector2, float, float, Vector2) + nameWithType: Transform.Set(Vector2, Vector2, float, float, Vector2) + fullName: Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, float, Microsoft.Xna.Framework.Vector2) + type: Method + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Set + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 52 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public void Set(Vector2 __origin, Vector2 __position, float __depth, float __rotation, Vector2 __scale) + parameters: + - id: __origin + type: Microsoft.Xna.Framework.Vector2 + - id: __position + type: Microsoft.Xna.Framework.Vector2 + - id: __depth + type: System.Single + - id: __rotation + type: System.Single + - id: __scale + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub [Set](__origin As Vector2, __position As Vector2, __depth As Single, __rotation As Single, __scale As Vector2) + overload: Awperative.Transform.Set* + nameWithType.vb: Transform.Set(Vector2, Vector2, Single, Single, Vector2) + fullName.vb: Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, Single, Microsoft.Xna.Framework.Vector2) + name.vb: Set(Vector2, Vector2, Single, Single, Vector2) +- uid: Awperative.Transform.#ctor + commentId: M:Awperative.Transform.#ctor + id: '#ctor' + parent: Awperative.Transform + langs: + - csharp + - vb + name: Transform() + nameWithType: Transform.Transform() + fullName: Awperative.Transform.Transform() + type: Constructor + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: .ctor + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 68 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Transform() + content.vb: Public Sub New() + overload: Awperative.Transform.#ctor* + nameWithType.vb: Transform.New() + fullName.vb: Awperative.Transform.New() + name.vb: New() +- uid: Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + commentId: M:Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2) + id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)' + parent: Awperative.Transform + langs: + - csharp + - vb + name: Transform(Vector2, Vector2, float, float, Vector2) + nameWithType: Transform.Transform(Vector2, Vector2, float, float, Vector2) + fullName: Awperative.Transform.Transform(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, float, Microsoft.Xna.Framework.Vector2) + type: Constructor + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: .ctor + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 70 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Transform(Vector2 __origin, Vector2 __position, float __depth, float __rotation, Vector2 __scale) + parameters: + - id: __origin + type: Microsoft.Xna.Framework.Vector2 + - id: __position + type: Microsoft.Xna.Framework.Vector2 + - id: __depth + type: System.Single + - id: __rotation + type: System.Single + - id: __scale + type: Microsoft.Xna.Framework.Vector2 + content.vb: Public Sub New(__origin As Vector2, __position As Vector2, __depth As Single, __rotation As Single, __scale As Vector2) + overload: Awperative.Transform.#ctor* + nameWithType.vb: Transform.New(Vector2, Vector2, Single, Single, Vector2) + fullName.vb: Awperative.Transform.New(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, Single, Microsoft.Xna.Framework.Vector2) + name.vb: New(Vector2, Vector2, Single, Single, Vector2) +- uid: Awperative.Transform.Clone + commentId: M:Awperative.Transform.Clone + id: Clone + parent: Awperative.Transform + langs: + - csharp + - vb + name: Clone() + nameWithType: Transform.Clone() + fullName: Awperative.Transform.Clone() + type: Method + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: Clone + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 77 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Transform Clone() + return: + type: Awperative.Transform + content.vb: Public Function Clone() As Transform + overload: Awperative.Transform.Clone* +- uid: Awperative.Transform.ToMatrix + commentId: M:Awperative.Transform.ToMatrix + id: ToMatrix + parent: Awperative.Transform + langs: + - csharp + - vb + name: ToMatrix() + nameWithType: Transform.ToMatrix() + fullName: Awperative.Transform.ToMatrix() + type: Method + source: + remote: + path: Awperative/Kernel/Types/Transform/Transform.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: ToMatrix + path: Awperative/Kernel/Types/Transform/Transform.cs + startLine: 82 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public Matrix ToMatrix() + return: + type: Microsoft.Xna.Framework.Matrix + content.vb: Public Function ToMatrix() As Matrix + overload: Awperative.Transform.ToMatrix* +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.EventHandler{Awperative.TransformModifyEvent} + commentId: T:System.EventHandler{Awperative.TransformModifyEvent} + parent: System + definition: System.EventHandler`1 + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + nameWithType.vb: EventHandler(Of TransformModifyEvent) + fullName.vb: System.EventHandler(Of Awperative.TransformModifyEvent) + name.vb: EventHandler(Of TransformModifyEvent) + spec.csharp: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: < + - uid: Awperative.TransformModifyEvent + name: TransformModifyEvent + href: Awperative.TransformModifyEvent.html + - name: '>' + spec.vb: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.TransformModifyEvent + name: TransformModifyEvent + href: Awperative.TransformModifyEvent.html + - name: ) +- uid: System.EventHandler`1 + commentId: T:System.EventHandler`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + name: EventHandler + nameWithType: EventHandler + fullName: System.EventHandler + nameWithType.vb: EventHandler(Of TEventArgs) + fullName.vb: System.EventHandler(Of TEventArgs) + name.vb: EventHandler(Of TEventArgs) + spec.csharp: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: < + - name: TEventArgs + - name: '>' + spec.vb: + - uid: System.EventHandler`1 + name: EventHandler + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.eventhandler-1 + - name: ( + - name: Of + - name: " " + - name: TEventArgs + - name: ) +- uid: Awperative.Transform.Origin* + commentId: Overload:Awperative.Transform.Origin + href: Awperative.Transform.html#Awperative_Transform_Origin + name: Origin + nameWithType: Transform.Origin + fullName: Awperative.Transform.Origin +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- 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 +- uid: Awperative.Transform.Position* + commentId: Overload:Awperative.Transform.Position + href: Awperative.Transform.html#Awperative_Transform_Position + name: Position + nameWithType: Transform.Position + fullName: Awperative.Transform.Position +- uid: Awperative.Transform.Depth* + commentId: Overload:Awperative.Transform.Depth + href: Awperative.Transform.html#Awperative_Transform_Depth + name: Depth + nameWithType: Transform.Depth + fullName: Awperative.Transform.Depth +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: float + nameWithType: float + fullName: float + nameWithType.vb: Single + fullName.vb: Single + name.vb: Single +- uid: Awperative.Transform.Rotation* + commentId: Overload:Awperative.Transform.Rotation + href: Awperative.Transform.html#Awperative_Transform_Rotation + name: Rotation + nameWithType: Transform.Rotation + fullName: Awperative.Transform.Rotation +- uid: Awperative.Transform.Scale* + commentId: Overload:Awperative.Transform.Scale + href: Awperative.Transform.html#Awperative_Transform_Scale + name: Scale + nameWithType: Transform.Scale + fullName: Awperative.Transform.Scale +- uid: Awperative.Transform.Set* + commentId: Overload:Awperative.Transform.Set + href: Awperative.Transform.html#Awperative_Transform_Set_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_Microsoft_Xna_Framework_Vector2_ + name: Set + nameWithType: Transform.Set + fullName: Awperative.Transform.Set +- uid: Awperative.Transform.#ctor* + commentId: Overload:Awperative.Transform.#ctor + href: Awperative.Transform.html#Awperative_Transform__ctor + name: Transform + nameWithType: Transform.Transform + fullName: Awperative.Transform.Transform + nameWithType.vb: Transform.New + fullName.vb: Awperative.Transform.New + name.vb: New +- uid: Awperative.Transform.Clone* + commentId: Overload:Awperative.Transform.Clone + href: Awperative.Transform.html#Awperative_Transform_Clone + name: Clone + nameWithType: Transform.Clone + fullName: Awperative.Transform.Clone +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform +- uid: Awperative.Transform.ToMatrix* + commentId: Overload:Awperative.Transform.ToMatrix + href: Awperative.Transform.html#Awperative_Transform_ToMatrix + name: ToMatrix + nameWithType: Transform.ToMatrix + fullName: Awperative.Transform.ToMatrix +- uid: Microsoft.Xna.Framework.Matrix + commentId: T:Microsoft.Xna.Framework.Matrix + parent: Microsoft.Xna.Framework + isExternal: true + name: Matrix + nameWithType: Matrix + fullName: Microsoft.Xna.Framework.Matrix diff --git a/api/Awperative.TransformModifyEvent.yml b/api/Awperative.TransformModifyEvent.yml new file mode 100644 index 0000000..f6d85f1 --- /dev/null +++ b/api/Awperative.TransformModifyEvent.yml @@ -0,0 +1,383 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative.TransformModifyEvent + commentId: T:Awperative.TransformModifyEvent + id: TransformModifyEvent + parent: Awperative + children: + - Awperative.TransformModifyEvent.after + - Awperative.TransformModifyEvent.before + langs: + - csharp + - vb + name: TransformModifyEvent + nameWithType: TransformModifyEvent + fullName: Awperative.TransformModifyEvent + type: Class + source: + remote: + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: TransformModifyEvent + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + startLine: 5 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: 'public sealed record TransformModifyEvent : IEquatable' + content.vb: Public NotInheritable Class TransformModifyEvent Implements IEquatable(Of TransformModifyEvent) + inheritance: + - System.Object + implements: + - System.IEquatable{Awperative.TransformModifyEvent} + inheritedMembers: + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString +- uid: Awperative.TransformModifyEvent.before + commentId: F:Awperative.TransformModifyEvent.before + id: before + parent: Awperative.TransformModifyEvent + langs: + - csharp + - vb + name: before + nameWithType: TransformModifyEvent.before + fullName: Awperative.TransformModifyEvent.before + type: Field + source: + remote: + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: before + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + startLine: 7 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Transform before + return: + type: Awperative.Transform + content.vb: Public ReadOnly before As Transform +- uid: Awperative.TransformModifyEvent.after + commentId: F:Awperative.TransformModifyEvent.after + id: after + parent: Awperative.TransformModifyEvent + langs: + - csharp + - vb + name: after + nameWithType: TransformModifyEvent.after + fullName: Awperative.TransformModifyEvent.after + type: Field + source: + remote: + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + branch: main + repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git + id: after + path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs + startLine: 8 + assemblies: + - Awperative + namespace: Awperative + syntax: + content: public readonly Transform after + return: + type: Awperative.Transform + content.vb: Public ReadOnly after As Transform +references: +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative +- 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.IEquatable{Awperative.TransformModifyEvent} + commentId: T:System.IEquatable{Awperative.TransformModifyEvent} + parent: System + definition: System.IEquatable`1 + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of TransformModifyEvent) + fullName.vb: System.IEquatable(Of Awperative.TransformModifyEvent) + name.vb: IEquatable(Of TransformModifyEvent) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - uid: Awperative.TransformModifyEvent + name: TransformModifyEvent + href: Awperative.TransformModifyEvent.html + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - uid: Awperative.TransformModifyEvent + name: TransformModifyEvent + href: Awperative.TransformModifyEvent.html + - 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.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.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.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 + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.iequatable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform diff --git a/api/Awperative.yml b/api/Awperative.yml new file mode 100644 index 0000000..dafe5aa --- /dev/null +++ b/api/Awperative.yml @@ -0,0 +1,154 @@ +### YamlMime:ManagedReference +items: +- uid: Awperative + commentId: N:Awperative + id: Awperative + children: + - Awperative.Awperative + - Awperative.AwperativeHook + - Awperative.Base + - Awperative.Body + - Awperative.BodyComponent + - Awperative.BodyCreateEvent + - Awperative.BodyDestroyEvent + - Awperative.Component + - Awperative.ComponentCreateEvent + - Awperative.ComponentDestroyEvent + - Awperative.Debug + - Awperative.DockerEntity + - Awperative.Scene + - Awperative.SceneComponent + - Awperative.SceneCreateEvent + - Awperative.SceneDestroyEvent + - Awperative.Transform + - Awperative.TransformModifyEvent + langs: + - csharp + - vb + name: Awperative + nameWithType: Awperative + fullName: Awperative + type: Namespace + assemblies: + - Awperative +references: +- uid: Awperative.Debug + commentId: T:Awperative.Debug + href: Awperative.Debug.html + name: Debug + nameWithType: Debug + fullName: Awperative.Debug +- uid: Awperative.Body + commentId: T:Awperative.Body + parent: Awperative + href: Awperative.Body.html + name: Body + nameWithType: Body + fullName: Awperative.Body +- uid: Awperative.DockerEntity + commentId: T:Awperative.DockerEntity + parent: Awperative + href: Awperative.DockerEntity.html + name: DockerEntity + nameWithType: DockerEntity + fullName: Awperative.DockerEntity +- uid: Awperative.Scene + commentId: T:Awperative.Scene + parent: Awperative + href: Awperative.Scene.html + name: Scene + nameWithType: Scene + fullName: Awperative.Scene +- uid: Awperative.BodyCreateEvent + commentId: T:Awperative.BodyCreateEvent + href: Awperative.BodyCreateEvent.html + name: BodyCreateEvent + nameWithType: BodyCreateEvent + fullName: Awperative.BodyCreateEvent +- uid: Awperative.BodyDestroyEvent + commentId: T:Awperative.BodyDestroyEvent + href: Awperative.BodyDestroyEvent.html + name: BodyDestroyEvent + nameWithType: BodyDestroyEvent + fullName: Awperative.BodyDestroyEvent +- uid: Awperative.ComponentCreateEvent + commentId: T:Awperative.ComponentCreateEvent + href: Awperative.ComponentCreateEvent.html + name: ComponentCreateEvent + nameWithType: ComponentCreateEvent + fullName: Awperative.ComponentCreateEvent +- uid: Awperative.ComponentDestroyEvent + commentId: T:Awperative.ComponentDestroyEvent + href: Awperative.ComponentDestroyEvent.html + name: ComponentDestroyEvent + nameWithType: ComponentDestroyEvent + fullName: Awperative.ComponentDestroyEvent +- uid: Awperative.SceneCreateEvent + commentId: T:Awperative.SceneCreateEvent + href: Awperative.SceneCreateEvent.html + name: SceneCreateEvent + nameWithType: SceneCreateEvent + fullName: Awperative.SceneCreateEvent +- uid: Awperative.SceneDestroyEvent + commentId: T:Awperative.SceneDestroyEvent + href: Awperative.SceneDestroyEvent.html + name: SceneDestroyEvent + nameWithType: SceneDestroyEvent + fullName: Awperative.SceneDestroyEvent +- uid: Awperative.TransformModifyEvent + commentId: T:Awperative.TransformModifyEvent + href: Awperative.TransformModifyEvent.html + name: TransformModifyEvent + nameWithType: TransformModifyEvent + fullName: Awperative.TransformModifyEvent +- uid: Awperative.AwperativeHook + commentId: T:Awperative.AwperativeHook + href: Awperative.AwperativeHook.html + name: AwperativeHook + nameWithType: AwperativeHook + fullName: Awperative.AwperativeHook +- uid: Awperative.Base + commentId: T:Awperative.Base + parent: Awperative + href: Awperative.Base.html + name: Base + nameWithType: Base + fullName: Awperative.Base +- uid: Awperative.Awperative + commentId: T:Awperative.Awperative + href: Awperative.Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative.Awperative +- uid: Awperative.BodyComponent + commentId: T:Awperative.BodyComponent + href: Awperative.BodyComponent.html + name: BodyComponent + nameWithType: BodyComponent + fullName: Awperative.BodyComponent +- uid: Awperative.Component + commentId: T:Awperative.Component + parent: Awperative + href: Awperative.Component.html + name: Component + nameWithType: Component + fullName: Awperative.Component +- uid: Awperative.SceneComponent + commentId: T:Awperative.SceneComponent + href: Awperative.SceneComponent.html + name: SceneComponent + nameWithType: SceneComponent + fullName: Awperative.SceneComponent +- uid: Awperative.Transform + commentId: T:Awperative.Transform + parent: Awperative + href: Awperative.Transform.html + name: Transform + nameWithType: Transform + fullName: Awperative.Transform +- uid: Awperative + commentId: N:Awperative + href: Awperative.html + name: Awperative + nameWithType: Awperative + fullName: Awperative diff --git a/api/toc.yml b/api/toc.yml new file mode 100644 index 0000000..13582b4 --- /dev/null +++ b/api/toc.yml @@ -0,0 +1,68 @@ +### YamlMime:TableOfContent +items: +- uid: Awperative + name: Awperative + type: Namespace + items: + - uid: Awperative.Awperative + name: Awperative + type: Class + - uid: Awperative.AwperativeHook + name: AwperativeHook + type: Interface + - uid: Awperative.Base + name: Base + type: Class + - uid: Awperative.Body + name: Body + type: Class + - uid: Awperative.BodyComponent + name: BodyComponent + type: Class + - uid: Awperative.BodyCreateEvent + name: BodyCreateEvent + type: Class + - uid: Awperative.BodyDestroyEvent + name: BodyDestroyEvent + type: Class + - uid: Awperative.Component + name: Component + type: Class + - uid: Awperative.ComponentCreateEvent + name: ComponentCreateEvent + type: Class + - uid: Awperative.ComponentDestroyEvent + name: ComponentDestroyEvent + type: Class + - uid: Awperative.Debug + name: Debug + type: Class + - uid: Awperative.DockerEntity + name: DockerEntity + type: Class + - uid: Awperative.Scene + name: Scene + type: Class + - uid: Awperative.SceneComponent + name: SceneComponent + type: Class + - uid: Awperative.SceneCreateEvent + name: SceneCreateEvent + type: Class + - uid: Awperative.SceneDestroyEvent + name: SceneDestroyEvent + type: Class + - uid: Awperative.Transform + name: Transform + type: Class + - uid: Awperative.TransformModifyEvent + name: TransformModifyEvent + type: Class +- uid: Awperative.Kernel.Communication.Config + name: Awperative.Kernel.Communication.Config + type: Namespace + items: + - uid: Awperative.Kernel.Communication.Config.Config + name: Config + type: Class +memberLayout: SamePage diff --git a/docs/_site/Docs/chapter1.html b/docs/_site/Docs/chapter1.html new file mode 100644 index 0000000..7255e20 --- /dev/null +++ b/docs/_site/Docs/chapter1.html @@ -0,0 +1,114 @@ + + + + + | Awperative + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + +
+ +
+
+ + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/docs/_site/Docs/whatis.html b/docs/_site/Docs/whatis.html new file mode 100644 index 0000000..e4de965 --- /dev/null +++ b/docs/_site/Docs/whatis.html @@ -0,0 +1,189 @@ + + + + + What Is Awperative? | Awperative + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+

What Is Awperative?

+ +

Awperative is a passion fueled Game Development Platform in C#; created by me, Avery Norris. With the goal of low level, customizable and event driven game design. +It is completely free and open source and modifying it is actually encouraged!

+

Awperative could also be considered a Game Library but the definition is rather loose. +I prefer to narcissistically use the term Game Framework. Due to the alternate nature of Awperative compared +to most Game Development Tools.

+

Principles

+

Instead of offering specific "Technology" or "Tools" Awperative's goal is to provide a platform +and system rather than the content itself. My initial efforts have gone into purging as +much "Development Bias" from Awperative as possible.

+

Unity has a very good example of this bias. If you have worked in Unity 2D you are +almost certainly familiar with the fact that all Vectors for 2D Game Objects, are actually 3D despite +the 2D environment. This is becuase Unity was originally built as a 3D Game Engine. After initial success they decided +to make a 2D version. And when they did, rather than completely modify Unity internals, They sanely chose to bandaid this original 3D environment by pretending the Z axis did not exist.

+

In other words, what I call "Developmental Bias" is when Development Tools implement ideas with specific +assumptions or panderings to a certain type of Game; It is not detrimental to development. However it can certainly muddy the waters.

+

Modern Game engines have hundreds if not thousands of small bias' plaguing their Renderers, Physics, Lighting, etc. While +Awperative does not claim to be a 100% bias +free system. I believe it is quite close, and certainly more effective than any Game Engine by many times.

+

Design

+

So then how does one purge bias from a System? There's two schools +of thought.

+
    +
  1. Make a system that works in any circumstance imaginable.
  2. +
  3. Allow people to modify the framework such that they can make it do anything.
  4. +
+

If it's not immediately clear, one of these goals is very unrealistic. To explain why let's imagine +we are building a different Game Engine, and we would like to provide developers with a Player Movement +system, the system should work with any player provided transformation struct (Which should generally hold things such as position, rotation etc.).

+

Idea 1

+

Following our previous rule of bias elimination, we should make it work in as many environments as possible; For the sake of this +example we will pretend the only factor that can change how transform works in the world. For instance 2d or 3d, Quaternions or Euler Angles, etc.

+

Making a player controller that could work from 0-∞ dimensions is nothing short of computer magic. +And even if we did find a way to make that, we are still restricted to one type. Because our goal is to be able to use structs provided by developers, +Lest we modify the source code, our only option is to implement an interface or abstract class so that we can actually use the transformation struct.

+

Even if we get past all of these problems, making a system that works for every design philosophy is still impossible. You can only build systems with so much foresight. We +can't make a system that uses Quaternions AND Euler Angles without manually coding them both in. Our availablility and customization relies solely on what our foresight predicted.

+

We have no way of knowing if someone will ever make another Quaternion type of Angle. And if someone happens to, and wants to +use it in the game, our library cannot magically support it unfortunately.

+

Idea 2

+

That leaves us with one other option, which is the idea of modification. In Awperatives case I like +to call this "Modulation". Since Awperative is already nearly unbiased you rarely need to remove +specific old features.

+

Think of it as modding a video game. The end goal of Awperative is to provide a very special kind of +asset store; where even Transformation profiles are something you get or make outside +of Awperative.

+

Imagine creating a new project and being prompted with a list of modules you can import. +Say "Johns Transformation Matrix", and then "Jasons Collision System", which uses Johns Matrix as a +dependency. I'd love to eventually see a module based philosophy like this become mainstream, even if not within Awperative.

+

Purpose

+

So if most of the Game-Related features you would expect from a Game Development Tool is +something meant to be built on it's own, what is Awperative actually?

+

Well I'm glad you asked. The purpose of this documentation is to be discussing what I have been calling "Awperative", +but I also like the call it the Awperative "Kernel". The Kernel's unique strength comes from two +core design principles

+
    +
  • Generalization
  • +
  • Reduction and Modulation
  • +
+

Generalization

+

Starting with Generalization; I've worked very hard to reduce redundancy and specification in +some scenarios. A good example of Generalizaiton is Doors and Windows. To us humans they are +different things, but in General, they are both just passages that open.

+

Awperative takes a doors and windows approach with multiple core systems; Most times we can generalize this scenario by +having both doors and windows inherit an interface called something along the lines of "ThingsThatOpen". The same can +be done with abstract classes or sometimes even better, we can compress both systems into one class, for instance: bowls and cups can be +combined into one joined receptical class.

+

Reduction And Modulation

+

While filled with much lamer examples, I would say reduction is much more important to what makes Awperative special. Reduction is the affirmentioned process of simplifying what Awperative handles, +when you purge Development Bias, that is Reduction, since it is reducing what is in the way.

+

Modulation is almost the opposite of reduction, the process of turning some specific element +or system into a deployable feature. For instance, if you make a sick Json Loading System, a good +Game Framework should make it easy to share it for other projects.

+

A good module should always work unless nefarious modules do not +play nice with one another.

+ +
+ +
+
+ + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/docs/_site/Docs/whatisawperative.html b/docs/_site/Docs/whatisawperative.html new file mode 100644 index 0000000..7255e20 --- /dev/null +++ b/docs/_site/Docs/whatisawperative.html @@ -0,0 +1,114 @@ + + + + + | Awperative + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + +
+ +
+
+ + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/docs/_site/Docs/whyuse.html b/docs/_site/Docs/whyuse.html new file mode 100644 index 0000000..aa67d4b --- /dev/null +++ b/docs/_site/Docs/whyuse.html @@ -0,0 +1,136 @@ + + + + + Why use Awperative? | Awperative + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+

Why use Awperative?

+ +

In an industry dominated by "triple AAA" game engines a lot of +people question why you would bother with the little guy. Many +people don't currently consider making games outside of a +familiar three (or four), which most consider to be

+ +

It undeniable that most people will start out with one of these engines +and in fact most people should! Compared to lower level game libaries such as MonoGame or Love +it is comparatively easy to make quick games and learn the basics of +programming when you are using one of the high level engines.

+

However, as you progress throughout your developing journey it may be more tempting and realistic to build +your projects from complete or near scratch. Such a goal is not unrealistic either. The most accomplished +low level "Game Library" is probably MonoGame. Which has a very long and proven track record of hits. Specifically, +both Stardew Valley and Celeste Personal favorites of mine.

+

Making your game with a library also has stark financial incentives; Large game engines tend to levy +significant bills over developers using their platform. While most libraries and specifically Awperative +are completely free and open source!

+ +
+ +
+
+ + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/index.md b/index.md index 6023cdd..f44cb40 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ _layout: landing --- -# This is the **HOMEPAGE**. +#
Welcome To **Awpera
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.