Seperating transform
This commit is contained in:
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Awperative")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+221a768384535c7c1db461439acf325320cebd56")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c234315ee38dbfa8b6293c6dd44871d9aeb40991")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Awperative")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Awperative")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
fa2b4821447810806d3afc7ff154ca6553ecde4f605fa901efe2c43ad8759842
|
||||
ff872ce192ff85aa8e9cbca48435b4b8029e2f896396a76931b87ad9637872b3
|
||||
|
||||
@@ -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+04750ddd5a0eeed822b646c8c77985be08a559e8")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c234315ee38dbfa8b6293c6dd44871d9aeb40991")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Awperative")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Awperative")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
d05380611b45c280c2c51346ebb3590dc0f2639035a478a07d822a068d5cc4af
|
||||
d066e513fb8736c8247ae1d554ed7e3dd23954236af618ee729f730e72074182
|
||||
|
||||
124
api/.manifest
124
api/.manifest
@@ -1,124 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -1,820 +0,0 @@
|
||||
### 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<Scene> 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<AwperativeHook> 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<AwperativeHook>)
|
||||
nameWithType: Awperative.Start(List<AwperativeHook>)
|
||||
fullName: Awperative.Awperative.Start(System.Collections.Generic.List<Awperative.AwperativeHook>)
|
||||
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<AwperativeHook> __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<Scene>
|
||||
nameWithType: List<Scene>
|
||||
fullName: System.Collections.Generic.List<Awperative.Scene>
|
||||
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<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
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<AwperativeHook>
|
||||
nameWithType: List<AwperativeHook>
|
||||
fullName: System.Collections.Generic.List<Awperative.AwperativeHook>
|
||||
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
|
||||
@@ -1,107 +0,0 @@
|
||||
### 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
|
||||
@@ -1,906 +0,0 @@
|
||||
### 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
|
||||
@@ -1,789 +0,0 @@
|
||||
### 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<Component> 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<string> 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<Generic>()
|
||||
nameWithType: DockerEntity.AddComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.AddComponent<Generic>()
|
||||
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<Generic>(object[])
|
||||
nameWithType: DockerEntity.AddComponent<Generic>(object[])
|
||||
fullName: Awperative.DockerEntity.AddComponent<Generic>(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<Generic>()
|
||||
nameWithType: DockerEntity.GetComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.GetComponent<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: DockerEntity.GetComponents<Generic>()
|
||||
fullName: Awperative.DockerEntity.GetComponents<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: DockerEntity.RemoveComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.RemoveComponent<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: DockerEntity.RemoveComponents<Generic>()
|
||||
fullName: Awperative.DockerEntity.RemoveComponents<Generic>()
|
||||
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<Component>
|
||||
nameWithType: List<Component>
|
||||
fullName: System.Collections.Generic.List<Awperative.Component>
|
||||
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<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
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<string>
|
||||
nameWithType: List<string>
|
||||
fullName: System.Collections.Generic.List<string>
|
||||
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
|
||||
@@ -1,814 +0,0 @@
|
||||
### 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<Generic>()
|
||||
nameWithType: Component.AddComponent<Generic>()
|
||||
fullName: Awperative.Component.AddComponent<Generic>()
|
||||
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<Generic>(object[])
|
||||
nameWithType: Component.AddComponent<Generic>(object[])
|
||||
fullName: Awperative.Component.AddComponent<Generic>(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<Generic>()
|
||||
nameWithType: Component.GetComponent<Generic>()
|
||||
fullName: Awperative.Component.GetComponent<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: Component.GetComponents<Generic>()
|
||||
fullName: Awperative.Component.GetComponents<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: Component.RemoveComponent<Generic>()
|
||||
fullName: Awperative.Component.RemoveComponent<Generic>()
|
||||
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
|
||||
@@ -1,390 +0,0 @@
|
||||
### 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<BodyCreateEvent>'
|
||||
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<BodyCreateEvent>
|
||||
nameWithType: IEquatable<BodyCreateEvent>
|
||||
fullName: System.IEquatable<Awperative.BodyCreateEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
@@ -1,390 +0,0 @@
|
||||
### 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<BodyDestroyEvent>'
|
||||
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<BodyDestroyEvent>
|
||||
nameWithType: IEquatable<BodyDestroyEvent>
|
||||
fullName: System.IEquatable<Awperative.BodyDestroyEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,425 +0,0 @@
|
||||
### 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<ComponentCreateEvent>'
|
||||
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<ComponentCreateEvent>
|
||||
nameWithType: IEquatable<ComponentCreateEvent>
|
||||
fullName: System.IEquatable<Awperative.ComponentCreateEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
@@ -1,425 +0,0 @@
|
||||
### 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<ComponentDestroyEvent>'
|
||||
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<ComponentDestroyEvent>
|
||||
nameWithType: IEquatable<ComponentDestroyEvent>
|
||||
fullName: System.IEquatable<Awperative.ComponentDestroyEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,636 +0,0 @@
|
||||
### 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<Generic>()
|
||||
nameWithType: DockerEntity.AddComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.AddComponent<Generic>()
|
||||
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<Generic>() 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<Generic>(object[])
|
||||
nameWithType: DockerEntity.AddComponent<Generic>(object[])
|
||||
fullName: Awperative.DockerEntity.AddComponent<Generic>(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<Generic>(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<Generic>()
|
||||
nameWithType: DockerEntity.GetComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.GetComponent<Generic>()
|
||||
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<Generic>() 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<Generic>()
|
||||
nameWithType: DockerEntity.GetComponents<Generic>()
|
||||
fullName: Awperative.DockerEntity.GetComponents<Generic>()
|
||||
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<Generic>() 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<Generic>()
|
||||
nameWithType: DockerEntity.RemoveComponent<Generic>()
|
||||
fullName: Awperative.DockerEntity.RemoveComponent<Generic>()
|
||||
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<Generic>() 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<Generic>()
|
||||
nameWithType: DockerEntity.RemoveComponents<Generic>()
|
||||
fullName: Awperative.DockerEntity.RemoveComponents<Generic>()
|
||||
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<Generic>() 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
|
||||
@@ -1,353 +0,0 @@
|
||||
### 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
|
||||
@@ -1,23 +0,0 @@
|
||||
### 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
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,736 +0,0 @@
|
||||
### 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<Generic>()
|
||||
nameWithType: Component.AddComponent<Generic>()
|
||||
fullName: Awperative.Component.AddComponent<Generic>()
|
||||
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<Generic>(object[])
|
||||
nameWithType: Component.AddComponent<Generic>(object[])
|
||||
fullName: Awperative.Component.AddComponent<Generic>(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<Generic>()
|
||||
nameWithType: Component.GetComponent<Generic>()
|
||||
fullName: Awperative.Component.GetComponent<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: Component.GetComponents<Generic>()
|
||||
fullName: Awperative.Component.GetComponents<Generic>()
|
||||
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<Generic>()
|
||||
nameWithType: Component.RemoveComponent<Generic>()
|
||||
fullName: Awperative.Component.RemoveComponent<Generic>()
|
||||
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
|
||||
@@ -1,355 +0,0 @@
|
||||
### 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<SceneCreateEvent>'
|
||||
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<SceneCreateEvent>
|
||||
nameWithType: IEquatable<SceneCreateEvent>
|
||||
fullName: System.IEquatable<Awperative.SceneCreateEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
@@ -1,355 +0,0 @@
|
||||
### 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<SceneDestroyEvent>'
|
||||
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<SceneDestroyEvent>
|
||||
nameWithType: IEquatable<SceneDestroyEvent>
|
||||
fullName: System.IEquatable<Awperative.SceneDestroyEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
@@ -1,785 +0,0 @@
|
||||
### 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<TransformModifyEvent> 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<TransformModifyEvent>
|
||||
nameWithType: EventHandler<TransformModifyEvent>
|
||||
fullName: System.EventHandler<Awperative.TransformModifyEvent>
|
||||
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<TEventArgs>
|
||||
nameWithType: EventHandler<TEventArgs>
|
||||
fullName: System.EventHandler<TEventArgs>
|
||||
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
|
||||
@@ -1,383 +0,0 @@
|
||||
### 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<TransformModifyEvent>'
|
||||
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<TransformModifyEvent>
|
||||
nameWithType: IEquatable<TransformModifyEvent>
|
||||
fullName: System.IEquatable<Awperative.TransformModifyEvent>
|
||||
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<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
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
|
||||
@@ -1,154 +0,0 @@
|
||||
### 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
|
||||
68
api/toc.yml
68
api/toc.yml
@@ -1,68 +0,0 @@
|
||||
### 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
|
||||
@@ -31,7 +31,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"output": "docs/_site",
|
||||
"output": "docs",
|
||||
"template": [
|
||||
"default",
|
||||
"modern"
|
||||
|
||||
6
docs/C1A1.md
Normal file
6
docs/C1A1.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# What Is Awperative
|
||||
|
||||
Awperative is a [C#](https://dotnet.microsoft.com/en-us/languages/csharp) based **Game Framework**
|
||||
built on [MonoGame](https://monogame.net/); Focused on **low level** simplicity, with a powerful **unbiased** module system.
|
||||
|
||||
Compared to other **Game Development Platforms**, Awperative
|
||||
@@ -13,10 +13,17 @@
|
||||
|
||||
<ul class="nav level1">
|
||||
<li>
|
||||
<a href="introduction.html" name="" title="Introduction">Introduction</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="getting-started.html" name="" title="Getting Started">Getting Started</a>
|
||||
<span class="expand-stub"></span>
|
||||
<a>Introduction</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="whatis.html" name="" title="What Is Awperative">What Is Awperative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="whyuse.html" name="" title="Why Use Awperative">Why Use Awperative</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
{"items":[{"name":"Introduction","href":"introduction.html","topicHref":"introduction.html"},{"name":"Getting Started","href":"getting-started.html","topicHref":"getting-started.html"}],"pdf":true}
|
||||
{"items":[{"name":"Introduction","items":[{"name":"What Is Awperative","href":"whatis.html","topicHref":"whatis.html"},{"name":"Why Use Awperative","href":"whyuse.html","topicHref":"whyuse.html"}]}],"pdf":true}
|
||||
|
||||
Binary file not shown.
@@ -1,114 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content=" | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,116 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Getting Started | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Getting Started | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="getting-started">Getting Started</h1>
|
||||
|
||||
<p>hello website</p>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,115 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Introduction | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Introduction | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="introduction">Introduction</h1>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,32 +0,0 @@
|
||||
|
||||
<div id="sidetoggle">
|
||||
<div>
|
||||
<div class="sidefilter">
|
||||
<form class="toc-filter">
|
||||
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
||||
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
|
||||
<input type="text" id="toc_filter_input" placeholder="Filter by title" onkeypress="if(event.keyCode==13) {return false;}">
|
||||
</form>
|
||||
</div>
|
||||
<div class="sidetoc">
|
||||
<div class="toc" id="toc">
|
||||
|
||||
<ul class="nav level1">
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a>Introduction</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="whatis.html" name="" title="What Is Awperative">What Is Awperative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="whyuse.html" name="" title="Why Use Awperative">Why Use Awperative</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
{"items":[{"name":"Introduction","items":[{"name":"What Is Awperative","href":"whatis.html","topicHref":"whatis.html"},{"name":"Why Use Awperative","href":"whyuse.html","topicHref":"whyuse.html"}]}],"pdf":true}
|
||||
Binary file not shown.
@@ -1,189 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>What Is Awperative? | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="What Is Awperative? | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="what-is-awperative">What Is Awperative?</h1>
|
||||
|
||||
<p>Awperative is a passion fueled <strong>Game Development Platform</strong> in <strong>C#</strong>; created by me, <strong>Avery Norris</strong>. With the goal of low level, customizable and event driven game design.
|
||||
It is completely <strong>free</strong> and <strong>open source</strong> and modifying it is actually encouraged!</p>
|
||||
<p>Awperative could also be considered a Game Library but the definition is rather loose.
|
||||
I prefer to narcissistically use the term <strong>Game Framework</strong>. Due to the alternate nature of Awperative compared
|
||||
to most Game Development Tools.</p>
|
||||
<h2 id="principles">Principles</h2>
|
||||
<p>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 <strong>"Development Bias"</strong> from Awperative as possible.</p>
|
||||
<p><a href="https://unity.com/"><strong>Unity</strong></a> has a very good example of this bias. If you have worked in Unity <strong>2D</strong> you are
|
||||
almost certainly familiar with the fact that all <em>Vectors</em> for 2D Game Objects, are actually <strong>3D</strong> 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.</p>
|
||||
<p>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.</p>
|
||||
<p>Modern Game engines have hundreds if not thousands of small bias' plaguing their <strong>Renderers</strong>, <strong>Physics</strong>, <strong>Lighting</strong>, 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.</p>
|
||||
<h2 id="design">Design</h2>
|
||||
<p>So then how does one purge bias from a <strong>System</strong>? There's two schools
|
||||
of thought.</p>
|
||||
<ol>
|
||||
<li>Make a system that works in any circumstance imaginable.</li>
|
||||
<li>Allow people to modify the framework such that they can make it do anything.</li>
|
||||
</ol>
|
||||
<p>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.).</p>
|
||||
<h3 id="idea-1">Idea 1</h3>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<h3 id="idea-2">Idea 2</h3>
|
||||
<p>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 <em>rarely</em> need to remove
|
||||
specific old features.</p>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<h2 id="purpose">Purpose</h2>
|
||||
<p>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 <em><strong>actually</strong></em>?</p>
|
||||
<p>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 <strong>"Kernel"</strong>. The Kernel's unique strength comes from two
|
||||
core design principles</p>
|
||||
<ul>
|
||||
<li><strong>Generalization</strong></li>
|
||||
<li><strong>Reduction and Modulation</strong></li>
|
||||
</ul>
|
||||
<h3 id="generalization">Generalization</h3>
|
||||
<p>Starting with Generalization; I've worked very hard to reduce redundancy and specification in
|
||||
some scenarios. A good example of Generalizaiton is <strong>Doors</strong> and <strong>Windows</strong>. To us humans they are
|
||||
different things, but in General, they are both just passages that open.</p>
|
||||
<p>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 <strong>receptical</strong> class.</p>
|
||||
<h3 id="reduction-and-modulation">Reduction And Modulation</h3>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>A good module should always work unless nefarious modules do not
|
||||
play nice with one another.</p>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,114 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content=" | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,136 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Why use Awperative? | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Why use Awperative? | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="why-use-awperative">Why use Awperative?</h1>
|
||||
|
||||
<p>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</p>
|
||||
<ul>
|
||||
<li><a href="https://unity.com/"><strong>Unity</strong></a></li>
|
||||
<li><a href="https://www.unrealengine.com/en-US"><strong>Unreal Engine</strong></a></li>
|
||||
<li><a href="https://godotengine.org/">Godot</a></li>
|
||||
<li><a href="https://gamemaker.io/en">GameMaker</a> (Depending on who you ask)</li>
|
||||
</ul>
|
||||
<p>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.</p>
|
||||
<p>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 <a href="https://store.steampowered.com/app/413150/Stardew_Valley/">Stardew Valley</a> and <a href="https://store.steampowered.com/app/504230/Celeste/">Celeste</a> Personal favorites of mine.</p>
|
||||
<p>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 <strong>free</strong> and <strong>open source</strong>!</p>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,412 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Awperative | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Awperative | Awperative ">
|
||||
|
||||
<meta name="description" content="Initiating class of Awperative. Call Start() to start the kernel.">
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Awperative">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Awperative" data-uid="Awperative.Awperative" class="text-break">
|
||||
Class Awperative
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Initiating class of Awperative. Call Start() to start the kernel.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static class Awperative</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Awperative</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_Base_" data-uid="Awperative.Awperative.Base*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_Base" data-uid="Awperative.Awperative.Base">
|
||||
Base
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Bottom class of Awperative. Contains the MonoGame instance.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Base Base { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Base.html">Base</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_ContentManager_" data-uid="Awperative.Awperative.ContentManager*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_ContentManager" data-uid="Awperative.Awperative.ContentManager">
|
||||
ContentManager
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Handles loading content through MonoGame.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static ContentManager ContentManager { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">ContentManager</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_EventHooks_" data-uid="Awperative.Awperative.EventHooks*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_EventHooks" data-uid="Awperative.Awperative.EventHooks">
|
||||
EventHooks
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>List of all event hooks currently loaded in the kernel.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static List<AwperativeHook> EventHooks { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Awperative.AwperativeHook.html">AwperativeHook</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_GraphicsDeviceManager_" data-uid="Awperative.Awperative.GraphicsDeviceManager*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_GraphicsDeviceManager" data-uid="Awperative.Awperative.GraphicsDeviceManager">
|
||||
GraphicsDeviceManager
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Handles graphics settings through MonoGame.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static GraphicsDeviceManager GraphicsDeviceManager { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">GraphicsDeviceManager</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_LoadedScenes_" data-uid="Awperative.Awperative.LoadedScenes*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_LoadedScenes" data-uid="Awperative.Awperative.LoadedScenes">
|
||||
LoadedScenes
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>List of all scenes currently loaded in the kernel.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static List<Scene> LoadedScenes { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Awperative.Scene.html">Scene</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_SpriteBatch_" data-uid="Awperative.Awperative.SpriteBatch*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_SpriteBatch" data-uid="Awperative.Awperative.SpriteBatch">
|
||||
SpriteBatch
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Handles drawing sprites to the screen through MonoGame.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static SpriteBatch SpriteBatch { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">SpriteBatch</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Awperative_Start_" data-uid="Awperative.Awperative.Start*"></a>
|
||||
|
||||
<h3 id="Awperative_Awperative_Start_System_Collections_Generic_List_Awperative_AwperativeHook__" data-uid="Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook})">
|
||||
Start(List<AwperativeHook>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Start() begins the game; and begins communication with all event hooks.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void Start(List<AwperativeHook> __hooks)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__hooks</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Awperative.AwperativeHook.html">AwperativeHook</a>></dt>
|
||||
<dd><p>List of all event hooks you wish to use.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Awperative_Start_System_Collections_Generic_List_Awperative_AwperativeHook___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>You cannot add new hooks later; so make sure to register all of them in the Start() method.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,202 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Interface AwperativeHook | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Interface AwperativeHook | Awperative ">
|
||||
|
||||
<meta name="description" content="Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine.">
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.AwperativeHook">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_AwperativeHook" data-uid="Awperative.AwperativeHook" class="text-break">
|
||||
Interface AwperativeHook
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface AwperativeHook</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_AwperativeHook_Load_" data-uid="Awperative.AwperativeHook.Load*"></a>
|
||||
|
||||
<h3 id="Awperative_AwperativeHook_Load" data-uid="Awperative.AwperativeHook.Load">
|
||||
Load()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Called when the program starts; It is not recommended you load assets here.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void Load()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_AwperativeHook_Unload_" data-uid="Awperative.AwperativeHook.Unload*"></a>
|
||||
|
||||
<h3 id="Awperative_AwperativeHook_Unload" data-uid="Awperative.AwperativeHook.Unload">
|
||||
Unload()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Called when the program closes.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">void Unload()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,416 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Base | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Base | Awperative ">
|
||||
|
||||
<meta name="description" content="Base class of Awperative. Carries events from MonoGame into scenes and hooks.">
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Base">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Base" data-uid="Awperative.Base" class="text-break">
|
||||
Class Base
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Base class of Awperative. Carries events from MonoGame into scenes and hooks.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Base : Game, IDisposable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Game</span></div>
|
||||
<div><span class="xref">Base</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<span class="xref">Game.Dispose()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Exit()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.ResetElapsedTime()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.SuppressDraw()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.RunOneFrame()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Run()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Run(GameRunBehavior)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Tick()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.LaunchParameters</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Components</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.InactiveSleepTime</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.MaxElapsedTime</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.IsActive</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.IsMouseVisible</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.TargetElapsedTime</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.IsFixedTimeStep</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Services</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Content</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.GraphicsDevice</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Window</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Activated</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Deactivated</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Disposed</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">Game.Exiting</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Base_Draw_" data-uid="Awperative.Base.Draw*"></a>
|
||||
|
||||
<h3 id="Awperative_Base_Draw_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)">
|
||||
Draw(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Draw() is called every frame; after Update(). Override Draw() in scripting tools to call from this event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void Draw(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Base_Draw_Microsoft_Xna_Framework_GameTime__remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Hooks are unable to receive both Update() and Draw()</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Base_EndRun_" data-uid="Awperative.Base.EndRun*"></a>
|
||||
|
||||
<h3 id="Awperative_Base_EndRun" data-uid="Awperative.Base.EndRun">
|
||||
EndRun()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>EndRun() is called if the program closes. Override Terminate() in scripting tools or use hooks to call from this event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void EndRun()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Base_EndRun_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>This event may not trigger if the program is force closed.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Base_Initialize_" data-uid="Awperative.Base.Initialize*"></a>
|
||||
|
||||
<h3 id="Awperative_Base_Initialize" data-uid="Awperative.Base.Initialize">
|
||||
Initialize()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Initialize() is called when the program starts. Goes before LoadContent(). And prepares the kernel for use.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void Initialize()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Base_Initialize_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>It is recommended not to load content in Initialize()</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Base_LoadContent_" data-uid="Awperative.Base.LoadContent*"></a>
|
||||
|
||||
<h3 id="Awperative_Base_LoadContent" data-uid="Awperative.Base.LoadContent">
|
||||
LoadContent()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>LoadContent() is called when the program starts; right after Initialize(). Override Load() in scripting tools or use hooks to call from this event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void LoadContent()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Base_LoadContent_remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>It is recommended to load content during LoadContent()</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Base_Update_" data-uid="Awperative.Base.Update*"></a>
|
||||
|
||||
<h3 id="Awperative_Base_Update_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)">
|
||||
Update(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Update() is called every frame; before Draw(). Override Update() in scripting tools to call from this event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected override void Update(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Awperative_Base_Update_Microsoft_Xna_Framework_GameTime__remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>Hooks are unable to receive both Update() and Draw()</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,326 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Body | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Body | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Body">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Body" data-uid="Awperative.Body" class="text-break">
|
||||
Class Body
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Body : DockerEntity</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><a class="xref" href="Awperative.DockerEntity.html">DockerEntity</a></div>
|
||||
<div><span class="xref">Body</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1">DockerEntity.AddComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___">DockerEntity.AddComponent<Generic>(object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1">DockerEntity.GetComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1">DockerEntity.GetComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_">DockerEntity.RemoveComponent(Component)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1">DockerEntity.RemoveComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1">DockerEntity.RemoveComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Body_Components_" data-uid="Awperative.Body.Components*"></a>
|
||||
|
||||
<h3 id="Awperative_Body_Components" data-uid="Awperative.Body.Components">
|
||||
Components
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>All components attached to the body</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<Component> Components { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Awperative.Component.html">Component</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Body_Scene_" data-uid="Awperative.Body.Scene*"></a>
|
||||
|
||||
<h3 id="Awperative_Body_Scene" data-uid="Awperative.Body.Scene">
|
||||
Scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Current scene the body exists in</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Scene Scene { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Body_Tags_" data-uid="Awperative.Body.Tags*"></a>
|
||||
|
||||
<h3 id="Awperative_Body_Tags" data-uid="Awperative.Body.Tags">
|
||||
Tags
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>All tags attached to the body</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<string> Tags { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Body_transform_" data-uid="Awperative.Body.transform*"></a>
|
||||
|
||||
<h3 id="Awperative_Body_transform" data-uid="Awperative.Body.transform">
|
||||
transform
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Position of the body</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Transform transform { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,296 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class BodyComponent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class BodyComponent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.BodyComponent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_BodyComponent" data-uid="Awperative.BodyComponent" class="text-break">
|
||||
Class BodyComponent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class BodyComponent : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><a class="xref" href="Awperative.Component.html">Component</a></div>
|
||||
<div><span class="xref">BodyComponent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Scene">Component.Scene</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Unload">Component.Unload()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Load">Component.Load()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_">Component.Update(GameTime)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_">Component.Draw(GameTime)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Create">Component.Create()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Destroy">Component.Destroy()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddBody">Component.AddBody()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_">Component.AddBody(Transform)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetBody_System_String_">Component.GetBody(string)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetBodies_System_String_">Component.GetBodies(string)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_">Component.DestroyBody(Body)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddComponent__1">Component.AddComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___">Component.AddComponent<Generic>(object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetComponent__1">Component.GetComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetComponents__1">Component.GetComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_RemoveComponent__1">Component.RemoveComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_BodyComponent_Body" data-uid="Awperative.BodyComponent.Body">
|
||||
Body
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Body Body</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_BodyComponent_Transform_" data-uid="Awperative.BodyComponent.Transform*"></a>
|
||||
|
||||
<h3 id="Awperative_BodyComponent_Transform" data-uid="Awperative.BodyComponent.Transform">
|
||||
Transform
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Transform Transform { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,242 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class BodyCreateEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class BodyCreateEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.BodyCreateEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_BodyCreateEvent" data-uid="Awperative.BodyCreateEvent" class="text-break">
|
||||
Class BodyCreateEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record BodyCreateEvent : IEquatable<BodyCreateEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">BodyCreateEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.BodyCreateEvent.html">BodyCreateEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_BodyCreateEvent_body" data-uid="Awperative.BodyCreateEvent.body">
|
||||
body
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Body body</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_BodyCreateEvent_scene" data-uid="Awperative.BodyCreateEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,242 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class BodyDestroyEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class BodyDestroyEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.BodyDestroyEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_BodyDestroyEvent" data-uid="Awperative.BodyDestroyEvent" class="text-break">
|
||||
Class BodyDestroyEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record BodyDestroyEvent : IEquatable<BodyDestroyEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">BodyDestroyEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.BodyDestroyEvent.html">BodyDestroyEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_BodyDestroyEvent_body" data-uid="Awperative.BodyDestroyEvent.body">
|
||||
body
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Body body</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_BodyDestroyEvent_scene" data-uid="Awperative.BodyDestroyEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,741 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Component | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Component | Awperative ">
|
||||
|
||||
<meta name="description" content="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.">
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Component">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Component" data-uid="Awperative.Component" class="text-break">
|
||||
Class Component
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>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.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract class Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Component</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist derived">
|
||||
<dt>Derived</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Awperative.BodyComponent.html">BodyComponent</a></div>
|
||||
<div><a class="xref" href="Awperative.SceneComponent.html">SceneComponent</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Component_Scene_" data-uid="Awperative.Component.Scene*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Scene" data-uid="Awperative.Component.Scene">
|
||||
Scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Scene Scene { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Component_AddBody_" data-uid="Awperative.Component.AddBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_AddBody" data-uid="Awperative.Component.AddBody">
|
||||
AddBody()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected Body AddBody()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_AddBody_" data-uid="Awperative.Component.AddBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_AddBody_Awperative_Transform_" data-uid="Awperative.Component.AddBody(Awperative.Transform)">
|
||||
AddBody(Transform)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected Body AddBody(Transform __transform)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__transform</code> <a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_AddComponent_" data-uid="Awperative.Component.AddComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_AddComponent__1" data-uid="Awperative.Component.AddComponent``1">
|
||||
AddComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component AddComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_AddComponent_" data-uid="Awperative.Component.AddComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_AddComponent__1_System_Object___" data-uid="Awperative.Component.AddComponent``1(System.Object[])">
|
||||
AddComponent<Generic>(object[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component AddComponent<Generic>(object[] __args) where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__args</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Create_" data-uid="Awperative.Component.Create*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Create" data-uid="Awperative.Component.Create">
|
||||
Create()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Create()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Destroy_" data-uid="Awperative.Component.Destroy*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Destroy" data-uid="Awperative.Component.Destroy">
|
||||
Destroy()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Destroy()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_DestroyBody_" data-uid="Awperative.Component.DestroyBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_DestroyBody_Awperative_Body_" data-uid="Awperative.Component.DestroyBody(Awperative.Body)">
|
||||
DestroyBody(Body)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected void DestroyBody(Body __body)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__body</code> <a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Draw_" data-uid="Awperative.Component.Draw*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)">
|
||||
Draw(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Draw(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_GetBodies_" data-uid="Awperative.Component.GetBodies*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_GetBodies_System_String_" data-uid="Awperative.Component.GetBodies(System.String)">
|
||||
GetBodies(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected Body[] GetBodies(string __tag)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__tag</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_GetBody_" data-uid="Awperative.Component.GetBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_GetBody_System_String_" data-uid="Awperative.Component.GetBody(System.String)">
|
||||
GetBody(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">protected Body GetBody(string __tag)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__tag</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_GetComponent_" data-uid="Awperative.Component.GetComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_GetComponent__1" data-uid="Awperative.Component.GetComponent``1">
|
||||
GetComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component GetComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_GetComponents_" data-uid="Awperative.Component.GetComponents*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_GetComponents__1" data-uid="Awperative.Component.GetComponents``1">
|
||||
GetComponents<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component[] GetComponents<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Load_" data-uid="Awperative.Component.Load*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Load" data-uid="Awperative.Component.Load">
|
||||
Load()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Load()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_RemoveComponent_" data-uid="Awperative.Component.RemoveComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_RemoveComponent__1" data-uid="Awperative.Component.RemoveComponent``1">
|
||||
RemoveComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void RemoveComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Unload_" data-uid="Awperative.Component.Unload*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Unload" data-uid="Awperative.Component.Unload">
|
||||
Unload()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Unload()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Component_Update_" data-uid="Awperative.Component.Update*"></a>
|
||||
|
||||
<h3 id="Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)">
|
||||
Update(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public virtual void Update(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,272 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class ComponentCreateEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class ComponentCreateEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.ComponentCreateEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_ComponentCreateEvent" data-uid="Awperative.ComponentCreateEvent" class="text-break">
|
||||
Class ComponentCreateEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record ComponentCreateEvent : IEquatable<ComponentCreateEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">ComponentCreateEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.ComponentCreateEvent.html">ComponentCreateEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentCreateEvent_body" data-uid="Awperative.ComponentCreateEvent.body">
|
||||
body
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Body body</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentCreateEvent_component" data-uid="Awperative.ComponentCreateEvent.component">
|
||||
component
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Component component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentCreateEvent_scene" data-uid="Awperative.ComponentCreateEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,272 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class ComponentDestroyEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class ComponentDestroyEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.ComponentDestroyEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_ComponentDestroyEvent" data-uid="Awperative.ComponentDestroyEvent" class="text-break">
|
||||
Class ComponentDestroyEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record ComponentDestroyEvent : IEquatable<ComponentDestroyEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">ComponentDestroyEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.ComponentDestroyEvent.html">ComponentDestroyEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentDestroyEvent_body" data-uid="Awperative.ComponentDestroyEvent.body">
|
||||
body
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Body body</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentDestroyEvent_component" data-uid="Awperative.ComponentDestroyEvent.component">
|
||||
component
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Component component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_ComponentDestroyEvent_scene" data-uid="Awperative.ComponentDestroyEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,842 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Debug | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Debug | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Debug">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Debug" data-uid="Awperative.Debug" class="text-break">
|
||||
Class Debug
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static class Debug</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Debug</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogFilePath_" data-uid="Awperative.Debug.LogFilePath*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogFilePath" data-uid="Awperative.Debug.LogFilePath">
|
||||
LogFilePath
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>True path of the log file Awperative dumps to.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string LogFilePath { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertAction_" data-uid="Awperative.Debug.AssertAction*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertAction_System_Boolean_System_String_" data-uid="Awperative.Debug.AssertAction(System.Boolean,System.String)">
|
||||
AssertAction(bool, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertAction(bool __condition, string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertError_" data-uid="Awperative.Debug.AssertError*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertError_System_Boolean_System_String_" data-uid="Awperative.Debug.AssertError(System.Boolean,System.String)">
|
||||
AssertError(bool, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertError(bool __condition, string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertGeneric_" data-uid="Awperative.Debug.AssertGeneric*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertGeneric_System_Boolean_System_String_System_String_System_String___System_String___" data-uid="Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[])">
|
||||
AssertGeneric(bool, string, string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertGeneric(bool __condition, string __message, string __callSign, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__callSign</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message identifier</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertState_" data-uid="Awperative.Debug.AssertState*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertState_System_Boolean_System_String_" data-uid="Awperative.Debug.AssertState(System.Boolean,System.String)">
|
||||
AssertState(bool, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertState(bool __condition, string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertValue_" data-uid="Awperative.Debug.AssertValue*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertValue_System_Boolean_System_String_" data-uid="Awperative.Debug.AssertValue(System.Boolean,System.String)">
|
||||
AssertValue(bool, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertValue(bool __condition, string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_AssertWarning_" data-uid="Awperative.Debug.AssertWarning*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_AssertWarning_System_Boolean_System_String_" data-uid="Awperative.Debug.AssertWarning(System.Boolean,System.String)">
|
||||
AssertWarning(bool, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file if the condition is true.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void AssertWarning(bool __condition, string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__condition</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd><p>Condition to debug</p>
|
||||
</dd>
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogAction_" data-uid="Awperative.Debug.LogAction*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogAction_System_String_" data-uid="Awperative.Debug.LogAction(System.String)">
|
||||
LogAction(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogAction(string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogAction_" data-uid="Awperative.Debug.LogAction*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogAction_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogAction(System.String,System.String[],System.String[])">
|
||||
LogAction(string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogAction(string __message, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogError_" data-uid="Awperative.Debug.LogError*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogError_System_String_" data-uid="Awperative.Debug.LogError(System.String)">
|
||||
LogError(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogError(string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogError_" data-uid="Awperative.Debug.LogError*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogError_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogError(System.String,System.String[],System.String[])">
|
||||
LogError(string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogError(string __message, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogGeneric_" data-uid="Awperative.Debug.LogGeneric*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogGeneric_System_String_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[])">
|
||||
LogGeneric(string, string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogGeneric(string __message, string __callSign, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__callSign</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message identifier</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogState_" data-uid="Awperative.Debug.LogState*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogState_System_String_" data-uid="Awperative.Debug.LogState(System.String)">
|
||||
LogState(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogState(string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogState_" data-uid="Awperative.Debug.LogState*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogState_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogState(System.String,System.String[],System.String[])">
|
||||
LogState(string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogState(string __message, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogValue_" data-uid="Awperative.Debug.LogValue*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogValue_System_String_" data-uid="Awperative.Debug.LogValue(System.String)">
|
||||
LogValue(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogValue(string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogValue_" data-uid="Awperative.Debug.LogValue*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogValue_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogValue(System.String,System.String[],System.String[])">
|
||||
LogValue(string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogValue(string __message, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogWarning_" data-uid="Awperative.Debug.LogWarning*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogWarning_System_String_" data-uid="Awperative.Debug.LogWarning(System.String)">
|
||||
LogWarning(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogWarning(string __message)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Debug_LogWarning_" data-uid="Awperative.Debug.LogWarning*"></a>
|
||||
|
||||
<h3 id="Awperative_Debug_LogWarning_System_String_System_String___System_String___" data-uid="Awperative.Debug.LogWarning(System.String,System.String[],System.String[])">
|
||||
LogWarning(string, string[], string[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Writes the current message to the log file. With any given call sign.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void LogWarning(string __message, string[] __parameters, string[] __values)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__message</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Message to debug</p>
|
||||
</dd>
|
||||
<dt><code>__parameters</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Names of values to debug</p>
|
||||
</dd>
|
||||
<dt><code>__values</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</dt>
|
||||
<dd><p>Values to debug</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,463 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class DockerEntity | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class DockerEntity | Awperative ">
|
||||
|
||||
<meta name="description" content="Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.">
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.DockerEntity">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_DockerEntity" data-uid="Awperative.DockerEntity" class="text-break">
|
||||
Class DockerEntity
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract class DockerEntity</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">DockerEntity</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist derived">
|
||||
<dt>Derived</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="Awperative.Body.html">Body</a></div>
|
||||
<div><a class="xref" href="Awperative.Scene.html">Scene</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_DockerEntity_Scene" data-uid="Awperative.DockerEntity.Scene">
|
||||
Scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Scene Scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_AddComponent_" data-uid="Awperative.DockerEntity.AddComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_AddComponent__1" data-uid="Awperative.DockerEntity.AddComponent``1">
|
||||
AddComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component AddComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_AddComponent_" data-uid="Awperative.DockerEntity.AddComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_AddComponent__1_System_Object___" data-uid="Awperative.DockerEntity.AddComponent``1(System.Object[])">
|
||||
AddComponent<Generic>(object[])
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component AddComponent<Generic>(object[] __args) where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__args</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_GetComponent_" data-uid="Awperative.DockerEntity.GetComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_GetComponent__1" data-uid="Awperative.DockerEntity.GetComponent``1">
|
||||
GetComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component GetComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_GetComponents_" data-uid="Awperative.DockerEntity.GetComponents*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_GetComponents__1" data-uid="Awperative.DockerEntity.GetComponents``1">
|
||||
GetComponents<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Component[] GetComponents<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_RemoveComponent_" data-uid="Awperative.DockerEntity.RemoveComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_RemoveComponent_Awperative_Component_" data-uid="Awperative.DockerEntity.RemoveComponent(Awperative.Component)">
|
||||
RemoveComponent(Component)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void RemoveComponent(Component __component)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__component</code> <a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_RemoveComponent_" data-uid="Awperative.DockerEntity.RemoveComponent*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_RemoveComponent__1" data-uid="Awperative.DockerEntity.RemoveComponent``1">
|
||||
RemoveComponent<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void RemoveComponent<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_DockerEntity_RemoveComponents_" data-uid="Awperative.DockerEntity.RemoveComponents*"></a>
|
||||
|
||||
<h3 id="Awperative_DockerEntity_RemoveComponents__1" data-uid="Awperative.DockerEntity.RemoveComponents``1">
|
||||
RemoveComponents<Generic>()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void RemoveComponents<Generic>() where Generic : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Type Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>Generic</code></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,209 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Config | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Config | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Kernel.Communication.Config.Config">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Kernel_Communication_Config_Config" data-uid="Awperative.Kernel.Communication.Config.Config" class="text-break">
|
||||
Class Config
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a>.<a class="xref" href="Awperative.Kernel.html">Kernel</a>.<a class="xref" href="Awperative.Kernel.Communication.html">Communication</a>.<a class="xref" href="Awperative.Kernel.Communication.Config.html">Config</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static class Config</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Config</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_Kernel_Communication_Config_Config_logFileName" data-uid="Awperative.Kernel.Communication.Config.Config.logFileName">
|
||||
logFileName
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string logFileName</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,126 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Namespace Awperative.Kernel.Communication.Config | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Namespace Awperative.Kernel.Communication.Config | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Kernel.Communication.Config">
|
||||
|
||||
<h1 id="Awperative_Kernel_Communication_Config" data-uid="Awperative.Kernel.Communication.Config" class="text-break">Namespace Awperative.Kernel.Communication.Config</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
|
||||
<h3 id="classes">
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Kernel.Communication.Config.Config.html">Config</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,584 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Scene | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Scene | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Scene">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Scene" data-uid="Awperative.Scene" class="text-break">
|
||||
Class Scene
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Scene : DockerEntity</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><a class="xref" href="Awperative.DockerEntity.html">DockerEntity</a></div>
|
||||
<div><span class="xref">Scene</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1">DockerEntity.AddComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___">DockerEntity.AddComponent<Generic>(object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_Scene">DockerEntity.Scene</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1">DockerEntity.GetComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1">DockerEntity.GetComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_">DockerEntity.RemoveComponent(Component)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1">DockerEntity.RemoveComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1">DockerEntity.RemoveComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Scene_bodies_" data-uid="Awperative.Scene.bodies*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_bodies" data-uid="Awperative.Scene.bodies">
|
||||
bodies
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public List<Body> bodies { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Awperative.Body.html">Body</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Scene_AddBody_" data-uid="Awperative.Scene.AddBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_AddBody" data-uid="Awperative.Scene.AddBody">
|
||||
AddBody()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Body AddBody()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_AddBody_" data-uid="Awperative.Scene.AddBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_AddBody_Awperative_Transform_" data-uid="Awperative.Scene.AddBody(Awperative.Transform)">
|
||||
AddBody(Transform)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Body AddBody(Transform __transform)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__transform</code> <a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_DestroyBody_" data-uid="Awperative.Scene.DestroyBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_DestroyBody_Awperative_Body_" data-uid="Awperative.Scene.DestroyBody(Awperative.Body)">
|
||||
DestroyBody(Body)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void DestroyBody(Body __body)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__body</code> <a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_Draw_" data-uid="Awperative.Scene.Draw*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_Draw_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime)">
|
||||
Draw(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Draw(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_GetBodies_" data-uid="Awperative.Scene.GetBodies*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_GetBodies_System_String_" data-uid="Awperative.Scene.GetBodies(System.String)">
|
||||
GetBodies(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Body[] GetBodies(string tag)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>tag</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a>[]</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_GetBody_" data-uid="Awperative.Scene.GetBody*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_GetBody_System_String_" data-uid="Awperative.Scene.GetBody(System.String)">
|
||||
GetBody(string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Body GetBody(string tag)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>tag</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_Load_" data-uid="Awperative.Scene.Load*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_Load" data-uid="Awperative.Scene.Load">
|
||||
Load()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Load()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_Unload_" data-uid="Awperative.Scene.Unload*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_Unload" data-uid="Awperative.Scene.Unload">
|
||||
Unload()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Unload()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Scene_Update_" data-uid="Awperative.Scene.Update*"></a>
|
||||
|
||||
<h3 id="Awperative_Scene_Update_Microsoft_Xna_Framework_GameTime_" data-uid="Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime)">
|
||||
Update(GameTime)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Update(GameTime __gameTime)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__gameTime</code> <span class="xref">GameTime</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="events">Events
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_Scene_BodyCreatedEvent" data-uid="Awperative.Scene.BodyCreatedEvent">
|
||||
BodyCreatedEvent
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<BodyCreateEvent> BodyCreatedEvent</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="Awperative.BodyCreateEvent.html">BodyCreateEvent</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_Scene_BodyDestroyedEvent" data-uid="Awperative.Scene.BodyDestroyedEvent">
|
||||
BodyDestroyedEvent
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<BodyDestroyEvent> BodyDestroyedEvent</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="Awperative.BodyDestroyEvent.html">BodyDestroyEvent</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,227 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class SceneComponent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class SceneComponent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.SceneComponent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_SceneComponent" data-uid="Awperative.SceneComponent" class="text-break">
|
||||
Class SceneComponent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class SceneComponent : Component</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><a class="xref" href="Awperative.Component.html">Component</a></div>
|
||||
<div><span class="xref">SceneComponent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Scene">Component.Scene</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Unload">Component.Unload()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Load">Component.Load()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_">Component.Update(GameTime)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_">Component.Draw(GameTime)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Create">Component.Create()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_Destroy">Component.Destroy()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddBody">Component.AddBody()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_">Component.AddBody(Transform)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetBody_System_String_">Component.GetBody(string)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetBodies_System_String_">Component.GetBodies(string)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_">Component.DestroyBody(Body)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddComponent__1">Component.AddComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_AddComponent__1_System_Object___">Component.AddComponent<Generic>(object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetComponent__1">Component.GetComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_GetComponents__1">Component.GetComponents<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Awperative.Component.html#Awperative_Component_RemoveComponent__1">Component.RemoveComponent<Generic>()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,212 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class SceneCreateEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class SceneCreateEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.SceneCreateEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_SceneCreateEvent" data-uid="Awperative.SceneCreateEvent" class="text-break">
|
||||
Class SceneCreateEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record SceneCreateEvent : IEquatable<SceneCreateEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">SceneCreateEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.SceneCreateEvent.html">SceneCreateEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_SceneCreateEvent_scene" data-uid="Awperative.SceneCreateEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,212 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class SceneDestroyEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class SceneDestroyEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.SceneDestroyEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_SceneDestroyEvent" data-uid="Awperative.SceneDestroyEvent" class="text-break">
|
||||
Class SceneDestroyEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record SceneDestroyEvent : IEquatable<SceneDestroyEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">SceneDestroyEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.SceneDestroyEvent.html">SceneDestroyEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_SceneDestroyEvent_scene" data-uid="Awperative.SceneDestroyEvent.scene">
|
||||
scene
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Scene scene</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,539 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class Transform | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class Transform | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.Transform">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_Transform" data-uid="Awperative.Transform" class="text-break">
|
||||
Class Transform
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class Transform</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">Transform</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="constructors">Constructors
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Transform__ctor_" data-uid="Awperative.Transform.#ctor*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform__ctor" data-uid="Awperative.Transform.#ctor">
|
||||
Transform()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Transform()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform__ctor_" data-uid="Awperative.Transform.#ctor*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform__ctor_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_Microsoft_Xna_Framework_Vector2_" data-uid="Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)">
|
||||
Transform(Vector2, Vector2, float, float, Vector2)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Transform(Vector2 __origin, Vector2 __position, float __depth, float __rotation, Vector2 __scale)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__origin</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__position</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__depth</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__rotation</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__scale</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Depth_" data-uid="Awperative.Transform.Depth*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Depth" data-uid="Awperative.Transform.Depth">
|
||||
Depth
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public float Depth { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Origin_" data-uid="Awperative.Transform.Origin*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Origin" data-uid="Awperative.Transform.Origin">
|
||||
Origin
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vector2 Origin { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Position_" data-uid="Awperative.Transform.Position*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Position" data-uid="Awperative.Transform.Position">
|
||||
Position
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vector2 Position { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Rotation_" data-uid="Awperative.Transform.Rotation*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Rotation" data-uid="Awperative.Transform.Rotation">
|
||||
Rotation
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public float Rotation { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Scale_" data-uid="Awperative.Transform.Scale*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Scale" data-uid="Awperative.Transform.Scale">
|
||||
Scale
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vector2 Scale { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Clone_" data-uid="Awperative.Transform.Clone*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Clone" data-uid="Awperative.Transform.Clone">
|
||||
Clone()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Transform Clone()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_Set_" data-uid="Awperative.Transform.Set*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_Set_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_System_Single_Microsoft_Xna_Framework_Vector2_" data-uid="Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)">
|
||||
Set(Vector2, Vector2, float, float, Vector2)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Set(Vector2 __origin, Vector2 __position, float __depth, float __rotation, Vector2 __scale)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>__origin</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__position</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__depth</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__rotation</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>__scale</code> <span class="xref">Vector2</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Awperative_Transform_ToMatrix_" data-uid="Awperative.Transform.ToMatrix*"></a>
|
||||
|
||||
<h3 id="Awperative_Transform_ToMatrix" data-uid="Awperative.Transform.ToMatrix">
|
||||
ToMatrix()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Matrix ToMatrix()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><span class="xref">Matrix</span></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="events">Events
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_Transform_OnTransformChangedEvent" data-uid="Awperative.Transform.OnTransformChangedEvent">
|
||||
OnTransformChangedEvent
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public event EventHandler<TransformModifyEvent> OnTransformChangedEvent</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="Awperative.TransformModifyEvent.html">TransformModifyEvent</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,242 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Class TransformModifyEvent | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class TransformModifyEvent | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative.TransformModifyEvent">
|
||||
|
||||
|
||||
|
||||
<h1 id="Awperative_TransformModifyEvent" data-uid="Awperative.TransformModifyEvent" class="text-break">
|
||||
Class TransformModifyEvent
|
||||
</h1>
|
||||
|
||||
<div class="facts text-secondary">
|
||||
<dl><dt>Namespace</dt><dd><a class="xref" href="Awperative.html">Awperative</a></dd></dl>
|
||||
<dl><dt>Assembly</dt><dd>Awperative.dll</dd></dl>
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"></div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed record TransformModifyEvent : IEquatable<TransformModifyEvent></code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="typelist inheritance">
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
|
||||
<div><span class="xref">TransformModifyEvent</span></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<dl class="typelist implements">
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Awperative.TransformModifyEvent.html">TransformModifyEvent</a>></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<dl class="typelist inheritedMembers">
|
||||
<dt>Inherited Members</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="fields">Fields
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_TransformModifyEvent_after" data-uid="Awperative.TransformModifyEvent.after">
|
||||
after
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Transform after</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="Awperative_TransformModifyEvent_before" data-uid="Awperative.TransformModifyEvent.before">
|
||||
before
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public readonly Transform before</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Field Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,205 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Namespace Awperative | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Namespace Awperative | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
<meta name="docfx:navrel" content="../toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="../">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./../public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
<img id="logo" class="svg" src="../logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
<div class="toc-offcanvas">
|
||||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<nav class="toc" id="toc"></nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
|
||||
<i class="bi bi-list"></i>
|
||||
</button>
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="Awperative">
|
||||
|
||||
<h1 id="Awperative" data-uid="Awperative" class="text-break">Namespace Awperative</h1>
|
||||
<div class="markdown level0 summary"></div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="markdown level0 remarks"></div>
|
||||
|
||||
<h3 id="classes">
|
||||
Classes
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Awperative.html">Awperative</a></dt>
|
||||
<dd><p>Initiating class of Awperative. Call Start() to start the kernel.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Base.html">Base</a></dt>
|
||||
<dd><p>Base class of Awperative. Carries events from MonoGame into scenes and hooks.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Body.html">Body</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.BodyComponent.html">BodyComponent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.BodyCreateEvent.html">BodyCreateEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.BodyDestroyEvent.html">BodyDestroyEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Component.html">Component</a></dt>
|
||||
<dd><p>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.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.ComponentCreateEvent.html">ComponentCreateEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.ComponentDestroyEvent.html">ComponentDestroyEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Debug.html">Debug</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.DockerEntity.html">DockerEntity</a></dt>
|
||||
<dd><p>Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Scene.html">Scene</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.SceneComponent.html">SceneComponent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.SceneCreateEvent.html">SceneCreateEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.SceneDestroyEvent.html">SceneDestroyEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.Transform.html">Transform</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.TransformModifyEvent.html">TransformModifyEvent</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
<h3 id="interfaces">
|
||||
Interfaces
|
||||
</h3>
|
||||
<dl class="jumplist">
|
||||
<dt><a class="xref" href="Awperative.AwperativeHook.html">AwperativeHook</a></dt>
|
||||
<dd><p>Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,90 +0,0 @@
|
||||
|
||||
<div id="sidetoggle">
|
||||
<div>
|
||||
<div class="sidefilter">
|
||||
<form class="toc-filter">
|
||||
<span class="glyphicon glyphicon-filter filter-icon"></span>
|
||||
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
|
||||
<input type="text" id="toc_filter_input" placeholder="Filter by title" onkeypress="if(event.keyCode==13) {return false;}">
|
||||
</form>
|
||||
</div>
|
||||
<div class="sidetoc">
|
||||
<div class="toc" id="toc">
|
||||
|
||||
<ul class="nav level1">
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Awperative.html" name="" title="Awperative">Awperative</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Awperative.Awperative.html" name="" title="Awperative">Awperative</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.AwperativeHook.html" name="" title="AwperativeHook">AwperativeHook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Base.html" name="" title="Base">Base</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Body.html" name="" title="Body">Body</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.BodyComponent.html" name="" title="BodyComponent">BodyComponent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.BodyCreateEvent.html" name="" title="BodyCreateEvent">BodyCreateEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.BodyDestroyEvent.html" name="" title="BodyDestroyEvent">BodyDestroyEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Component.html" name="" title="Component">Component</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.ComponentCreateEvent.html" name="" title="ComponentCreateEvent">ComponentCreateEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.ComponentDestroyEvent.html" name="" title="ComponentDestroyEvent">ComponentDestroyEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Debug.html" name="" title="Debug">Debug</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.DockerEntity.html" name="" title="DockerEntity">DockerEntity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Scene.html" name="" title="Scene">Scene</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.SceneComponent.html" name="" title="SceneComponent">SceneComponent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.SceneCreateEvent.html" name="" title="SceneCreateEvent">SceneCreateEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.SceneDestroyEvent.html" name="" title="SceneDestroyEvent">SceneDestroyEvent</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.Transform.html" name="" title="Transform">Transform</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="Awperative.TransformModifyEvent.html" name="" title="TransformModifyEvent">TransformModifyEvent</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<span class="expand-stub"></span>
|
||||
<a href="Awperative.Kernel.Communication.Config.html" name="" title="Awperative.Kernel.Communication.Config">Awperative.Kernel.Communication.Config</a>
|
||||
|
||||
<ul class="nav level2">
|
||||
<li>
|
||||
<a href="Awperative.Kernel.Communication.Config.Config.html" name="" title="Config">Config</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
{"items":[{"name":"Awperative","href":"Awperative.html","topicHref":"Awperative.html","topicUid":"Awperative","type":"Namespace","items":[{"name":"Awperative","href":"Awperative.Awperative.html","topicHref":"Awperative.Awperative.html","topicUid":"Awperative.Awperative","type":"Class"},{"name":"AwperativeHook","href":"Awperative.AwperativeHook.html","topicHref":"Awperative.AwperativeHook.html","topicUid":"Awperative.AwperativeHook","type":"Interface"},{"name":"Base","href":"Awperative.Base.html","topicHref":"Awperative.Base.html","topicUid":"Awperative.Base","type":"Class"},{"name":"Body","href":"Awperative.Body.html","topicHref":"Awperative.Body.html","topicUid":"Awperative.Body","type":"Class"},{"name":"BodyComponent","href":"Awperative.BodyComponent.html","topicHref":"Awperative.BodyComponent.html","topicUid":"Awperative.BodyComponent","type":"Class"},{"name":"BodyCreateEvent","href":"Awperative.BodyCreateEvent.html","topicHref":"Awperative.BodyCreateEvent.html","topicUid":"Awperative.BodyCreateEvent","type":"Class"},{"name":"BodyDestroyEvent","href":"Awperative.BodyDestroyEvent.html","topicHref":"Awperative.BodyDestroyEvent.html","topicUid":"Awperative.BodyDestroyEvent","type":"Class"},{"name":"Component","href":"Awperative.Component.html","topicHref":"Awperative.Component.html","topicUid":"Awperative.Component","type":"Class"},{"name":"ComponentCreateEvent","href":"Awperative.ComponentCreateEvent.html","topicHref":"Awperative.ComponentCreateEvent.html","topicUid":"Awperative.ComponentCreateEvent","type":"Class"},{"name":"ComponentDestroyEvent","href":"Awperative.ComponentDestroyEvent.html","topicHref":"Awperative.ComponentDestroyEvent.html","topicUid":"Awperative.ComponentDestroyEvent","type":"Class"},{"name":"Debug","href":"Awperative.Debug.html","topicHref":"Awperative.Debug.html","topicUid":"Awperative.Debug","type":"Class"},{"name":"DockerEntity","href":"Awperative.DockerEntity.html","topicHref":"Awperative.DockerEntity.html","topicUid":"Awperative.DockerEntity","type":"Class"},{"name":"Scene","href":"Awperative.Scene.html","topicHref":"Awperative.Scene.html","topicUid":"Awperative.Scene","type":"Class"},{"name":"SceneComponent","href":"Awperative.SceneComponent.html","topicHref":"Awperative.SceneComponent.html","topicUid":"Awperative.SceneComponent","type":"Class"},{"name":"SceneCreateEvent","href":"Awperative.SceneCreateEvent.html","topicHref":"Awperative.SceneCreateEvent.html","topicUid":"Awperative.SceneCreateEvent","type":"Class"},{"name":"SceneDestroyEvent","href":"Awperative.SceneDestroyEvent.html","topicHref":"Awperative.SceneDestroyEvent.html","topicUid":"Awperative.SceneDestroyEvent","type":"Class"},{"name":"Transform","href":"Awperative.Transform.html","topicHref":"Awperative.Transform.html","topicUid":"Awperative.Transform","type":"Class"},{"name":"TransformModifyEvent","href":"Awperative.TransformModifyEvent.html","topicHref":"Awperative.TransformModifyEvent.html","topicUid":"Awperative.TransformModifyEvent","type":"Class"}]},{"name":"Awperative.Kernel.Communication.Config","href":"Awperative.Kernel.Communication.Config.html","topicHref":"Awperative.Kernel.Communication.Config.html","topicUid":"Awperative.Kernel.Communication.Config","type":"Namespace","items":[{"name":"Config","href":"Awperative.Kernel.Communication.Config.Config.html","topicHref":"Awperative.Kernel.Communication.Config.Config.html","topicUid":"Awperative.Kernel.Communication.Config.Config","type":"Class"}]}],"memberLayout":"SamePage","pdf":true}
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB |
@@ -1,106 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title> Welcome To **Awpera | Awperative </title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content=" Welcome To **Awpera | Awperative ">
|
||||
|
||||
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="public/docfx.min.css">
|
||||
<link rel="stylesheet" href="public/main.css">
|
||||
<meta name="docfx:navrel" content="toc.html">
|
||||
<meta name="docfx:tocrel" content="toc.html">
|
||||
|
||||
<meta name="docfx:rel" content="">
|
||||
|
||||
|
||||
|
||||
<meta name="loc:inThisArticle" content="In this article">
|
||||
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
||||
<meta name="loc:searchNoResults" content="No results for "{query}"">
|
||||
<meta name="loc:tocFilter" content="Filter by title">
|
||||
<meta name="loc:nextArticle" content="Next">
|
||||
<meta name="loc:prevArticle" content="Previous">
|
||||
<meta name="loc:themeLight" content="Light">
|
||||
<meta name="loc:themeDark" content="Dark">
|
||||
<meta name="loc:themeAuto" content="Auto">
|
||||
<meta name="loc:changeTheme" content="Change theme">
|
||||
<meta name="loc:copy" content="Copy">
|
||||
<meta name="loc:downloadPdf" content="Download PDF">
|
||||
|
||||
<script type="module" src="./public/docfx.min.js"></script>
|
||||
|
||||
<script>
|
||||
const theme = localStorage.getItem('theme') || 'auto'
|
||||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="tex2jax_ignore" data-layout="landing" data-yaml-mime="">
|
||||
<header class="bg-body border-bottom">
|
||||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
|
||||
<div class="container-xxl flex-nowrap">
|
||||
<a class="navbar-brand" href="index.html">
|
||||
<img id="logo" class="svg" src="logo.svg" alt="Awperative">
|
||||
Awperative
|
||||
</a>
|
||||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<i class="bi bi-three-dots"></i>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navpanel">
|
||||
<div id="navbar">
|
||||
<form class="search" role="search" id="search">
|
||||
<i class="bi bi-search"></i>
|
||||
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="container-xxl">
|
||||
|
||||
<div class="content">
|
||||
<div class="actionbar">
|
||||
|
||||
<nav id="breadcrumb"></nav>
|
||||
</div>
|
||||
|
||||
<article data-uid="">
|
||||
<h1 id="--welcome-to-awpera-"><center> Welcome To **Awpera </center></h1>
|
||||
|
||||
<p>Refer to <a href="http://daringfireball.net/projects/markdown/">Markdown</a> for how to write markdown files.</p>
|
||||
<h2 id="quick-start-notes">Quick Start Notes:</h2>
|
||||
<ol>
|
||||
<li>Add images to the <em>images</em> folder if the file is referencing an image.</li>
|
||||
</ol>
|
||||
|
||||
</article>
|
||||
|
||||
<div class="contribution d-print-none">
|
||||
</div>
|
||||
|
||||
<div class="next-article d-print-none border-top" id="nextArticle"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="affix">
|
||||
<nav id="affix"></nav>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div class="container-xxl search-results" id="search-results"></div>
|
||||
|
||||
<footer class="border-top text-secondary">
|
||||
<div class="container-xxl">
|
||||
<div class="flex-fill">
|
||||
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="38.000000pt" height="38.000000pt" viewBox="0 0 172.000000 172.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by Docfx
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,172.000000) scale(0.100000,-0.100000)"
|
||||
fill="#dddddd" stroke="none">
|
||||
<path d="M230 1359 c0 -18 11 -30 44 -48 80 -42 81 -45 81 -441 0 -400 -1
|
||||
-404 -79 -436 -36 -15 -46 -24 -46 -43 0 -23 2 -24 61 -17 34 3 88 6 120 6
|
||||
l59 0 0 495 0 495 -82 0 c-46 0 -100 3 -120 6 -35 6 -38 5 -38 -17z"/>
|
||||
<path d="M618 1373 l-118 -4 0 -493 0 -494 154 -7 c181 -9 235 -3 313 34 68
|
||||
33 168 130 207 202 75 136 75 384 1 536 -71 145 -234 240 -399 231 -23 -1 -94
|
||||
-4 -158 -5z m287 -119 c68 -24 144 -101 176 -179 22 -54 24 -75 24 -210 0
|
||||
-141 -2 -153 -26 -206 -36 -76 -89 -132 -152 -160 -45 -21 -68 -24 -164 -24
|
||||
-71 0 -116 4 -123 11 -22 22 -31 175 -28 463 2 208 6 293 15 302 32 32 188 33
|
||||
278 3z"/>
|
||||
<path d="M1170 1228 c75 -104 110 -337 76 -508 -21 -100 -56 -178 -105 -233
|
||||
l-36 -41 34 20 c75 43 160 133 198 212 37 75 38 78 38 191 -1 129 -18 191 -75
|
||||
270 -28 38 -136 131 -153 131 -4 0 6 -19 23 -42z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
@@ -1,392 +0,0 @@
|
||||
{
|
||||
"source_base_path": "/Users/averynorris/RiderProjects/Awperative",
|
||||
"xrefmap": "xrefmap.yml",
|
||||
"files": [
|
||||
{
|
||||
"type": "Resource",
|
||||
"output": {
|
||||
"resource": {
|
||||
"relative_path": "index.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Conceptual",
|
||||
"source_relative_path": "Docs/chapter1.md",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "Docs/chapter1.html"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "Toc",
|
||||
"source_relative_path": "Docs/toc.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "Docs/toc.html"
|
||||
},
|
||||
".json": {
|
||||
"relative_path": "Docs/toc.json"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "Conceptual",
|
||||
"source_relative_path": "Docs/whatis.md",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "Docs/whatis.html"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "Conceptual",
|
||||
"source_relative_path": "Docs/whyuse.md",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "Docs/whyuse.html"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Awperative.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Awperative.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Awperative",
|
||||
"Summary": "<p sourcefile=\"api/Awperative.Awperative.yml\" sourcestartlinenumber=\"1\">Initiating class of Awperative. Call Start() to start the kernel.</p>\n"
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.AwperativeHook.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.AwperativeHook.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.AwperativeHook",
|
||||
"Summary": "<p sourcefile=\"api/Awperative.AwperativeHook.yml\" sourcestartlinenumber=\"1\">Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine.</p>\n"
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Base.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Base.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Base",
|
||||
"Summary": "<p sourcefile=\"api/Awperative.Base.yml\" sourcestartlinenumber=\"1\">Base class of Awperative. Carries events from MonoGame into scenes and hooks.</p>\n"
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Body.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Body.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Body",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.BodyComponent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.BodyComponent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.BodyComponent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.BodyCreateEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.BodyCreateEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.BodyCreateEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.BodyDestroyEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.BodyDestroyEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.BodyDestroyEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Component.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Component.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Component",
|
||||
"Summary": "<p sourcefile=\"api/Awperative.Component.yml\" sourcestartlinenumber=\"1\">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\nSadly component does not have excessive access to specific types.\nAnything that inherits Component is built to work in any DockerEntity, which leads to generic\nAssumptions. If you want to make a body specific or scene specific component both classes are available.</p>\n"
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.ComponentCreateEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.ComponentCreateEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.ComponentCreateEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.ComponentDestroyEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.ComponentDestroyEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.ComponentDestroyEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Debug.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Debug.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Debug",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.DockerEntity.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.DockerEntity.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.DockerEntity",
|
||||
"Summary": "<p sourcefile=\"api/Awperative.DockerEntity.yml\" sourcestartlinenumber=\"1\">Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.</p>\n"
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Kernel.Communication.Config.Config.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Kernel.Communication.Config.Config.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Kernel.Communication.Config.Config",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Kernel.Communication.Config.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Kernel.Communication.Config.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Kernel.Communication.Config",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Scene.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Scene.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Scene",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.SceneComponent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.SceneComponent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.SceneComponent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.SceneCreateEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.SceneCreateEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.SceneCreateEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.SceneDestroyEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.SceneDestroyEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.SceneDestroyEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.Transform.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.Transform.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.Transform",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.TransformModifyEvent.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.TransformModifyEvent.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative.TransformModifyEvent",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Awperative.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Awperative.html"
|
||||
}
|
||||
},
|
||||
"version": "",
|
||||
"Uid": null,
|
||||
"IsMRef": true,
|
||||
"Title": "Awperative",
|
||||
"Summary": null
|
||||
},
|
||||
{
|
||||
"type": "Toc",
|
||||
"source_relative_path": "api/toc.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/toc.html"
|
||||
},
|
||||
".json": {
|
||||
"relative_path": "api/toc.json"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "Conceptual",
|
||||
"source_relative_path": "index.md",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "index.html"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "Toc",
|
||||
"source_relative_path": "toc.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "toc.html"
|
||||
},
|
||||
".json": {
|
||||
"relative_path": "toc.json"
|
||||
}
|
||||
},
|
||||
"version": ""
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"xrefmap": "xrefmap.yml"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
import{a as e,b as r}from"./chunk-6B6J5Z6Z.min.js";import"./chunk-LBFZT66H.min.js";import"./chunk-R5JLOOQ4.min.js";import"./chunk-PTL4EUOE.min.js";import"./chunk-E5F23VE2.min.js";import"./chunk-OSRY5VT3.min.js";export{e as ArchitectureModule,r as createArchitectureServices};
|
||||
//# sourceMappingURL=architecture-O4VJ6CD3-GQAMQMPJ.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"mappings": "",
|
||||
"names": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
86
docs/_site/public/chunk-3EE2TK35.min.js
vendored
86
docs/_site/public/chunk-3EE2TK35.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/_site/public/chunk-6B6J5Z6Z.min.js
vendored
2
docs/_site/public/chunk-6B6J5Z6Z.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{a as i,b as u,c as a,d as n,e as m,f as r,g as o,k as s,o as l,q as d}from"./chunk-LBFZT66H.min.js";var h=class extends d{static{r(this,"ArchitectureTokenBuilder")}constructor(){super(["architecture"])}},A=class extends l{static{r(this,"ArchitectureValueConverter")}runCustomConverter(t,e,c){if(t.name==="ARCH_ICON")return e.replace(/[()]/g,"").trim();if(t.name==="ARCH_TEXT_ICON")return e.replace(/["()]/g,"");if(t.name==="ARCH_TITLE")return e.replace(/[[\]]/g,"").trim()}},C={parser:{TokenBuilder:r(()=>new h,"TokenBuilder"),ValueConverter:r(()=>new A,"ValueConverter")}};function v(t=n){let e=a(u(t),o),c=a(i({shared:e}),s,C);return e.ServiceRegistry.register(c),{shared:e,Architecture:c}}r(v,"createArchitectureServices");export{C as a,v as b};
|
||||
//# sourceMappingURL=chunk-6B6J5Z6Z.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs"],
|
||||
"sourcesContent": ["import {\n AbstractMermaidTokenBuilder,\n AbstractMermaidValueConverter,\n ArchitectureGeneratedModule,\n MermaidGeneratedSharedModule,\n __name\n} from \"./chunk-4KMFLZZN.mjs\";\n\n// src/language/architecture/module.ts\nimport {\n EmptyFileSystem,\n createDefaultCoreModule,\n createDefaultSharedCoreModule,\n inject\n} from \"langium\";\n\n// src/language/architecture/tokenBuilder.ts\nvar ArchitectureTokenBuilder = class extends AbstractMermaidTokenBuilder {\n static {\n __name(this, \"ArchitectureTokenBuilder\");\n }\n constructor() {\n super([\"architecture\"]);\n }\n};\n\n// src/language/architecture/valueConverter.ts\nvar ArchitectureValueConverter = class extends AbstractMermaidValueConverter {\n static {\n __name(this, \"ArchitectureValueConverter\");\n }\n runCustomConverter(rule, input, _cstNode) {\n if (rule.name === \"ARCH_ICON\") {\n return input.replace(/[()]/g, \"\").trim();\n } else if (rule.name === \"ARCH_TEXT_ICON\") {\n return input.replace(/[\"()]/g, \"\");\n } else if (rule.name === \"ARCH_TITLE\") {\n return input.replace(/[[\\]]/g, \"\").trim();\n }\n return void 0;\n }\n};\n\n// src/language/architecture/module.ts\nvar ArchitectureModule = {\n parser: {\n TokenBuilder: /* @__PURE__ */ __name(() => new ArchitectureTokenBuilder(), \"TokenBuilder\"),\n ValueConverter: /* @__PURE__ */ __name(() => new ArchitectureValueConverter(), \"ValueConverter\")\n }\n};\nfunction createArchitectureServices(context = EmptyFileSystem) {\n const shared = inject(\n createDefaultSharedCoreModule(context),\n MermaidGeneratedSharedModule\n );\n const Architecture = inject(\n createDefaultCoreModule({ shared }),\n ArchitectureGeneratedModule,\n ArchitectureModule\n );\n shared.ServiceRegistry.register(Architecture);\n return { shared, Architecture };\n}\n__name(createArchitectureServices, \"createArchitectureServices\");\n\nexport {\n ArchitectureModule,\n createArchitectureServices\n};\n"],
|
||||
"mappings": "2GAiBA,IAAIA,EAA2B,cAAcC,CAA4B,CACvE,MAAO,CACLC,EAAO,KAAM,0BAA0B,CACzC,CACA,aAAc,CACZ,MAAM,CAAC,cAAc,CAAC,CACxB,CACF,EAGIC,EAA6B,cAAcC,CAA8B,CAC3E,MAAO,CACLF,EAAO,KAAM,4BAA4B,CAC3C,CACA,mBAAmBG,EAAMC,EAAOC,EAAU,CACxC,GAAIF,EAAK,OAAS,YAChB,OAAOC,EAAM,QAAQ,QAAS,EAAE,EAAE,KAAK,EAClC,GAAID,EAAK,OAAS,iBACvB,OAAOC,EAAM,QAAQ,SAAU,EAAE,EAC5B,GAAID,EAAK,OAAS,aACvB,OAAOC,EAAM,QAAQ,SAAU,EAAE,EAAE,KAAK,CAG5C,CACF,EAGIE,EAAqB,CACvB,OAAQ,CACN,aAA8BN,EAAO,IAAM,IAAIF,EAA4B,cAAc,EACzF,eAAgCE,EAAO,IAAM,IAAIC,EAA8B,gBAAgB,CACjG,CACF,EACA,SAASM,EAA2BC,EAAUC,EAAiB,CAC7D,IAAMC,EAASC,EACbC,EAA8BJ,CAAO,EACrCK,CACF,EACMC,EAAeH,EACnBI,EAAwB,CAAE,OAAAL,CAAO,CAAC,EAClCM,EACAV,CACF,EACA,OAAAI,EAAO,gBAAgB,SAASI,CAAY,EACrC,CAAE,OAAAJ,EAAQ,aAAAI,CAAa,CAChC,CACAd,EAAOO,EAA4B,4BAA4B",
|
||||
"names": ["ArchitectureTokenBuilder", "AbstractMermaidTokenBuilder", "__name", "ArchitectureValueConverter", "AbstractMermaidValueConverter", "rule", "input", "_cstNode", "ArchitectureModule", "createArchitectureServices", "context", "EmptyFileSystem", "shared", "inject", "createDefaultSharedCoreModule", "MermaidGeneratedSharedModule", "Architecture", "createDefaultCoreModule", "ArchitectureGeneratedModule"]
|
||||
}
|
||||
2
docs/_site/public/chunk-6RTTMAJH.min.js
vendored
2
docs/_site/public/chunk-6RTTMAJH.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{a as t,b as a,c as o,d as i,e as f,f as e,g as u,h as d,p as s,q as l}from"./chunk-LBFZT66H.min.js";var m=class extends l{static{e(this,"InfoTokenBuilder")}constructor(){super(["info","showInfo"])}},v={parser:{TokenBuilder:e(()=>new m,"TokenBuilder"),ValueConverter:e(()=>new s,"ValueConverter")}};function I(c=i){let r=o(a(c),u),n=o(t({shared:r}),d,v);return r.ServiceRegistry.register(n),{shared:r,Info:n}}e(I,"createInfoServices");export{v as a,I as b};
|
||||
//# sourceMappingURL=chunk-6RTTMAJH.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs"],
|
||||
"sourcesContent": ["import {\n AbstractMermaidTokenBuilder,\n CommonValueConverter,\n InfoGeneratedModule,\n MermaidGeneratedSharedModule,\n __name\n} from \"./chunk-4KMFLZZN.mjs\";\n\n// src/language/info/module.ts\nimport {\n EmptyFileSystem,\n createDefaultCoreModule,\n createDefaultSharedCoreModule,\n inject\n} from \"langium\";\n\n// src/language/info/tokenBuilder.ts\nvar InfoTokenBuilder = class extends AbstractMermaidTokenBuilder {\n static {\n __name(this, \"InfoTokenBuilder\");\n }\n constructor() {\n super([\"info\", \"showInfo\"]);\n }\n};\n\n// src/language/info/module.ts\nvar InfoModule = {\n parser: {\n TokenBuilder: /* @__PURE__ */ __name(() => new InfoTokenBuilder(), \"TokenBuilder\"),\n ValueConverter: /* @__PURE__ */ __name(() => new CommonValueConverter(), \"ValueConverter\")\n }\n};\nfunction createInfoServices(context = EmptyFileSystem) {\n const shared = inject(\n createDefaultSharedCoreModule(context),\n MermaidGeneratedSharedModule\n );\n const Info = inject(\n createDefaultCoreModule({ shared }),\n InfoGeneratedModule,\n InfoModule\n );\n shared.ServiceRegistry.register(Info);\n return { shared, Info };\n}\n__name(createInfoServices, \"createInfoServices\");\n\nexport {\n InfoModule,\n createInfoServices\n};\n"],
|
||||
"mappings": "2GAiBA,IAAIA,EAAmB,cAAcC,CAA4B,CAC/D,MAAO,CACLC,EAAO,KAAM,kBAAkB,CACjC,CACA,aAAc,CACZ,MAAM,CAAC,OAAQ,UAAU,CAAC,CAC5B,CACF,EAGIC,EAAa,CACf,OAAQ,CACN,aAA8BD,EAAO,IAAM,IAAIF,EAAoB,cAAc,EACjF,eAAgCE,EAAO,IAAM,IAAIE,EAAwB,gBAAgB,CAC3F,CACF,EACA,SAASC,EAAmBC,EAAUC,EAAiB,CACrD,IAAMC,EAASC,EACbC,EAA8BJ,CAAO,EACrCK,CACF,EACMC,EAAOH,EACXI,EAAwB,CAAE,OAAAL,CAAO,CAAC,EAClCM,EACAX,CACF,EACA,OAAAK,EAAO,gBAAgB,SAASI,CAAI,EAC7B,CAAE,OAAAJ,EAAQ,KAAAI,CAAK,CACxB,CACAV,EAAOG,EAAoB,oBAAoB",
|
||||
"names": ["InfoTokenBuilder", "AbstractMermaidTokenBuilder", "__name", "InfoModule", "CommonValueConverter", "createInfoServices", "context", "EmptyFileSystem", "shared", "inject", "createDefaultSharedCoreModule", "MermaidGeneratedSharedModule", "Info", "createDefaultCoreModule", "InfoGeneratedModule"]
|
||||
}
|
||||
2
docs/_site/public/chunk-6TVUEPFY.min.js
vendored
2
docs/_site/public/chunk-6TVUEPFY.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/_site/public/chunk-77XMBG7U.min.js
vendored
2
docs/_site/public/chunk-77XMBG7U.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{b as x}from"./chunk-6TVUEPFY.min.js";var c={aggregation:17.25,extension:17.25,composition:17.25,dependency:6,lollipop:13.5,arrow_point:4},T={arrow_point:9,arrow_cross:12.5,arrow_circle:12.5};function w(n,l){if(n===void 0||l===void 0)return{angle:0,deltaX:0,deltaY:0};n=t(n),l=t(l);let[s,e]=[n.x,n.y],[a,i]=[l.x,l.y],o=a-s,y=i-e;return{angle:Math.atan(y/o),deltaX:o,deltaY:y}}x(w,"calculateDeltaAndAngle");var t=x(n=>Array.isArray(n)?{x:n[0],y:n[1]}:n,"pointTransformer"),M=x(n=>({x:x(function(l,s,e){let a=0,i=t(e[0]).x<t(e[e.length-1]).x?"left":"right";if(s===0&&Object.hasOwn(c,n.arrowTypeStart)){let{angle:r,deltaX:g}=w(e[0],e[1]);a=c[n.arrowTypeStart]*Math.cos(r)*(g>=0?1:-1)}else if(s===e.length-1&&Object.hasOwn(c,n.arrowTypeEnd)){let{angle:r,deltaX:g}=w(e[e.length-1],e[e.length-2]);a=c[n.arrowTypeEnd]*Math.cos(r)*(g>=0?1:-1)}let o=Math.abs(t(l).x-t(e[e.length-1]).x),y=Math.abs(t(l).y-t(e[e.length-1]).y),f=Math.abs(t(l).x-t(e[0]).x),d=Math.abs(t(l).y-t(e[0]).y),h=c[n.arrowTypeStart],u=c[n.arrowTypeEnd],p=1;if(o<u&&o>0&&y<u){let r=u+p-o;r*=i==="right"?-1:1,a-=r}if(f<h&&f>0&&d<h){let r=h+p-f;r*=i==="right"?-1:1,a+=r}return t(l).x+a},"x"),y:x(function(l,s,e){let a=0,i=t(e[0]).y<t(e[e.length-1]).y?"down":"up";if(s===0&&Object.hasOwn(c,n.arrowTypeStart)){let{angle:r,deltaY:g}=w(e[0],e[1]);a=c[n.arrowTypeStart]*Math.abs(Math.sin(r))*(g>=0?1:-1)}else if(s===e.length-1&&Object.hasOwn(c,n.arrowTypeEnd)){let{angle:r,deltaY:g}=w(e[e.length-1],e[e.length-2]);a=c[n.arrowTypeEnd]*Math.abs(Math.sin(r))*(g>=0?1:-1)}let o=Math.abs(t(l).y-t(e[e.length-1]).y),y=Math.abs(t(l).x-t(e[e.length-1]).x),f=Math.abs(t(l).y-t(e[0]).y),d=Math.abs(t(l).x-t(e[0]).x),h=c[n.arrowTypeStart],u=c[n.arrowTypeEnd],p=1;if(o<u&&o>0&&y<u){let r=u+p-o;r*=i==="up"?-1:1,a-=r}if(f<h&&f>0&&d<h){let r=h+p-f;r*=i==="up"?-1:1,a+=r}return t(l).y+a},"y")}),"getLineFunctionsWithOffset");export{c as a,T as b,M as c};
|
||||
//# sourceMappingURL=chunk-77XMBG7U.min.js.map
|
||||
File diff suppressed because one or more lines are too long
2
docs/_site/public/chunk-7EBV5LUJ.min.js
vendored
2
docs/_site/public/chunk-7EBV5LUJ.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{W as s}from"./chunk-3EE2TK35.min.js";import{b as n,j as e}from"./chunk-6TVUEPFY.min.js";var a=n(t=>{let{securityLevel:c}=s(),o=e("body");if(c==="sandbox"){let m=e(`#i${t}`).node()?.contentDocument??document;o=e(m.body)}return o.select(`#${t}`)},"selectSvgElement");export{a};
|
||||
//# sourceMappingURL=chunk-7EBV5LUJ.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.mjs"],
|
||||
"sourcesContent": ["import {\n getConfig2 as getConfig\n} from \"./chunk-ABZYJK2D.mjs\";\nimport {\n __name\n} from \"./chunk-AGHRB4JF.mjs\";\n\n// src/rendering-util/selectSvgElement.ts\nimport { select } from \"d3\";\nvar selectSvgElement = /* @__PURE__ */ __name((id) => {\n const { securityLevel } = getConfig();\n let root = select(\"body\");\n if (securityLevel === \"sandbox\") {\n const sandboxElement = select(`#i${id}`);\n const doc = sandboxElement.node()?.contentDocument ?? document;\n root = select(doc.body);\n }\n const svg = root.select(`#${id}`);\n return svg;\n}, \"selectSvgElement\");\n\nexport {\n selectSvgElement\n};\n"],
|
||||
"mappings": "+FASA,IAAIA,EAAmCC,EAAQC,GAAO,CACpD,GAAM,CAAE,cAAAC,CAAc,EAAIC,EAAU,EAChCC,EAAOC,EAAO,MAAM,EACxB,GAAIH,IAAkB,UAAW,CAE/B,IAAMI,EADiBD,EAAO,KAAKJ,CAAE,EAAE,EACZ,KAAK,GAAG,iBAAmB,SACtDG,EAAOC,EAAOC,EAAI,IAAI,CACxB,CAEA,OADYF,EAAK,OAAO,IAAIH,CAAE,EAAE,CAElC,EAAG,kBAAkB",
|
||||
"names": ["selectSvgElement", "__name", "id", "securityLevel", "getConfig2", "root", "select_default", "doc"]
|
||||
}
|
||||
2
docs/_site/public/chunk-ANLQN3B7.min.js
vendored
2
docs/_site/public/chunk-ANLQN3B7.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{b as i}from"./chunk-6TVUEPFY.min.js";var o=i(({flowchart:t})=>{let r=t?.subGraphTitleMargin?.top??0,a=t?.subGraphTitleMargin?.bottom??0,e=r+a;return{subGraphTitleTopMargin:r,subGraphTitleBottomMargin:a,subGraphTitleTotalMargin:e}},"getSubGraphTitleMargins");export{o as a};
|
||||
//# sourceMappingURL=chunk-ANLQN3B7.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.mjs"],
|
||||
"sourcesContent": ["import {\n __name\n} from \"./chunk-AGHRB4JF.mjs\";\n\n// src/utils/subGraphTitleMargins.ts\nvar getSubGraphTitleMargins = /* @__PURE__ */ __name(({\n flowchart\n}) => {\n const subGraphTitleTopMargin = flowchart?.subGraphTitleMargin?.top ?? 0;\n const subGraphTitleBottomMargin = flowchart?.subGraphTitleMargin?.bottom ?? 0;\n const subGraphTitleTotalMargin = subGraphTitleTopMargin + subGraphTitleBottomMargin;\n return {\n subGraphTitleTopMargin,\n subGraphTitleBottomMargin,\n subGraphTitleTotalMargin\n };\n}, \"getSubGraphTitleMargins\");\n\nexport {\n getSubGraphTitleMargins\n};\n"],
|
||||
"mappings": "4CAKA,IAAIA,EAA0CC,EAAO,CAAC,CACpD,UAAAC,CACF,IAAM,CACJ,IAAMC,EAAyBD,GAAW,qBAAqB,KAAO,EAChEE,EAA4BF,GAAW,qBAAqB,QAAU,EACtEG,EAA2BF,EAAyBC,EAC1D,MAAO,CACL,uBAAAD,EACA,0BAAAC,EACA,yBAAAC,CACF,CACF,EAAG,yBAAyB",
|
||||
"names": ["getSubGraphTitleMargins", "__name", "flowchart", "subGraphTitleTopMargin", "subGraphTitleBottomMargin", "subGraphTitleTotalMargin"]
|
||||
}
|
||||
2
docs/_site/public/chunk-B46QTP2J.min.js
vendored
2
docs/_site/public/chunk-B46QTP2J.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/_site/public/chunk-CM5D5KZN.min.js
vendored
2
docs/_site/public/chunk-CM5D5KZN.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{a as m}from"./chunk-OSRY5VT3.min.js";var R=m(e=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.BLANK_URL=e.relativeFirstCharacters=e.whitespaceEscapeCharsRegex=e.urlSchemeRegex=e.ctrlCharactersRegex=e.htmlCtrlEntityRegex=e.htmlEntitiesRegex=e.invalidProtocolRegex=void 0;e.invalidProtocolRegex=/^([^\w]*)(javascript|data|vbscript)/im;e.htmlEntitiesRegex=/&#(\w+)(^\w|;)?/g;e.htmlCtrlEntityRegex=/&(newline|tab);/gi;e.ctrlCharactersRegex=/[\u0000-\u001F\u007F-\u009F\u2000-\u200D\uFEFF]/gim;e.urlSchemeRegex=/^.+(:|:)/gim;e.whitespaceEscapeCharsRegex=/(\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g;e.relativeFirstCharacters=[".","/"];e.BLANK_URL="about:blank"});var p=m(s=>{"use strict";Object.defineProperty(s,"__esModule",{value:!0});s.sanitizeUrl=void 0;var t=R();function d(r){return t.relativeFirstCharacters.indexOf(r[0])>-1}function v(r){var c=r.replace(t.ctrlCharactersRegex,"");return c.replace(t.htmlEntitiesRegex,function(a,i){return String.fromCharCode(i)})}function x(r){return URL.canParse(r)}function g(r){try{return decodeURIComponent(r)}catch{return r}}function C(r){if(!r)return t.BLANK_URL;var c,a=g(r.trim());do a=v(a).replace(t.htmlCtrlEntityRegex,"").replace(t.ctrlCharactersRegex,"").replace(t.whitespaceEscapeCharsRegex,"").trim(),a=g(a),c=a.match(t.ctrlCharactersRegex)||a.match(t.htmlEntitiesRegex)||a.match(t.htmlCtrlEntityRegex)||a.match(t.whitespaceEscapeCharsRegex);while(c&&c.length>0);var i=a;if(!i)return t.BLANK_URL;if(d(i))return i;var h=i.trimStart(),u=h.match(t.urlSchemeRegex);if(!u)return i;var n=u[0].toLowerCase().trim();if(t.invalidProtocolRegex.test(n))return t.BLANK_URL;var o=h.replace(/\\/g,"/");if(n==="mailto:"||n.includes("://"))return o;if(n==="http:"||n==="https:"){if(!x(o))return t.BLANK_URL;var l=new URL(o);return l.protocol=l.protocol.toLowerCase(),l.hostname=l.hostname.toLowerCase(),l.toString()}return o}s.sanitizeUrl=C});export{p as a};
|
||||
//# sourceMappingURL=chunk-CM5D5KZN.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/@braintree/sanitize-url/dist/constants.js", "../../node_modules/@braintree/sanitize-url/dist/index.js"],
|
||||
"sourcesContent": ["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.BLANK_URL = exports.relativeFirstCharacters = exports.whitespaceEscapeCharsRegex = exports.urlSchemeRegex = exports.ctrlCharactersRegex = exports.htmlCtrlEntityRegex = exports.htmlEntitiesRegex = exports.invalidProtocolRegex = void 0;\nexports.invalidProtocolRegex = /^([^\\w]*)(javascript|data|vbscript)/im;\nexports.htmlEntitiesRegex = /&#(\\w+)(^\\w|;)?/g;\nexports.htmlCtrlEntityRegex = /&(newline|tab);/gi;\nexports.ctrlCharactersRegex = /[\\u0000-\\u001F\\u007F-\\u009F\\u2000-\\u200D\\uFEFF]/gim;\nexports.urlSchemeRegex = /^.+(:|:)/gim;\nexports.whitespaceEscapeCharsRegex = /(\\\\|%5[cC])((%(6[eE]|72|74))|[nrt])/g;\nexports.relativeFirstCharacters = [\".\", \"/\"];\nexports.BLANK_URL = \"about:blank\";\n", "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.sanitizeUrl = void 0;\nvar constants_1 = require(\"./constants\");\nfunction isRelativeUrlWithoutProtocol(url) {\n return constants_1.relativeFirstCharacters.indexOf(url[0]) > -1;\n}\nfunction decodeHtmlCharacters(str) {\n var removedNullByte = str.replace(constants_1.ctrlCharactersRegex, \"\");\n return removedNullByte.replace(constants_1.htmlEntitiesRegex, function (match, dec) {\n return String.fromCharCode(dec);\n });\n}\nfunction isValidUrl(url) {\n return URL.canParse(url);\n}\nfunction decodeURI(uri) {\n try {\n return decodeURIComponent(uri);\n }\n catch (e) {\n // Ignoring error\n // It is possible that the URI contains a `%` not associated\n // with URI/URL-encoding.\n return uri;\n }\n}\nfunction sanitizeUrl(url) {\n if (!url) {\n return constants_1.BLANK_URL;\n }\n var charsToDecode;\n var decodedUrl = decodeURI(url.trim());\n do {\n decodedUrl = decodeHtmlCharacters(decodedUrl)\n .replace(constants_1.htmlCtrlEntityRegex, \"\")\n .replace(constants_1.ctrlCharactersRegex, \"\")\n .replace(constants_1.whitespaceEscapeCharsRegex, \"\")\n .trim();\n decodedUrl = decodeURI(decodedUrl);\n charsToDecode =\n decodedUrl.match(constants_1.ctrlCharactersRegex) ||\n decodedUrl.match(constants_1.htmlEntitiesRegex) ||\n decodedUrl.match(constants_1.htmlCtrlEntityRegex) ||\n decodedUrl.match(constants_1.whitespaceEscapeCharsRegex);\n } while (charsToDecode && charsToDecode.length > 0);\n var sanitizedUrl = decodedUrl;\n if (!sanitizedUrl) {\n return constants_1.BLANK_URL;\n }\n if (isRelativeUrlWithoutProtocol(sanitizedUrl)) {\n return sanitizedUrl;\n }\n // Remove any leading whitespace before checking the URL scheme\n var trimmedUrl = sanitizedUrl.trimStart();\n var urlSchemeParseResults = trimmedUrl.match(constants_1.urlSchemeRegex);\n if (!urlSchemeParseResults) {\n return sanitizedUrl;\n }\n var urlScheme = urlSchemeParseResults[0].toLowerCase().trim();\n if (constants_1.invalidProtocolRegex.test(urlScheme)) {\n return constants_1.BLANK_URL;\n }\n var backSanitized = trimmedUrl.replace(/\\\\/g, \"/\");\n // Handle special cases for mailto: and custom deep-link protocols\n if (urlScheme === \"mailto:\" || urlScheme.includes(\"://\")) {\n return backSanitized;\n }\n // For http and https URLs, perform additional validation\n if (urlScheme === \"http:\" || urlScheme === \"https:\") {\n if (!isValidUrl(backSanitized)) {\n return constants_1.BLANK_URL;\n }\n var url_1 = new URL(backSanitized);\n url_1.protocol = url_1.protocol.toLowerCase();\n url_1.hostname = url_1.hostname.toLowerCase();\n return url_1.toString();\n }\n return backSanitized;\n}\nexports.sanitizeUrl = sanitizeUrl;\n"],
|
||||
"mappings": "4CAAA,IAAAA,EAAAC,EAAAC,GAAA,cACA,OAAO,eAAeA,EAAS,aAAc,CAAE,MAAO,EAAK,CAAC,EAC5DA,EAAQ,UAAYA,EAAQ,wBAA0BA,EAAQ,2BAA6BA,EAAQ,eAAiBA,EAAQ,oBAAsBA,EAAQ,oBAAsBA,EAAQ,kBAAoBA,EAAQ,qBAAuB,OAC3OA,EAAQ,qBAAuB,wCAC/BA,EAAQ,kBAAoB,mBAC5BA,EAAQ,oBAAsB,oBAC9BA,EAAQ,oBAAsB,qDAC9BA,EAAQ,eAAiB,oBACzBA,EAAQ,2BAA6B,uCACrCA,EAAQ,wBAA0B,CAAC,IAAK,GAAG,EAC3CA,EAAQ,UAAY,gBCVpB,IAAAC,EAAAC,EAAAC,GAAA,cACA,OAAO,eAAeA,EAAS,aAAc,CAAE,MAAO,EAAK,CAAC,EAC5DA,EAAQ,YAAc,OACtB,IAAIC,EAAc,IAClB,SAASC,EAA6BC,EAAK,CACvC,OAAOF,EAAY,wBAAwB,QAAQE,EAAI,CAAC,CAAC,EAAI,EACjE,CACA,SAASC,EAAqBC,EAAK,CAC/B,IAAIC,EAAkBD,EAAI,QAAQJ,EAAY,oBAAqB,EAAE,EACrE,OAAOK,EAAgB,QAAQL,EAAY,kBAAmB,SAAUM,EAAOC,EAAK,CAChF,OAAO,OAAO,aAAaA,CAAG,CAClC,CAAC,CACL,CACA,SAASC,EAAWN,EAAK,CACrB,OAAO,IAAI,SAASA,CAAG,CAC3B,CACA,SAASO,EAAUC,EAAK,CACpB,GAAI,CACA,OAAO,mBAAmBA,CAAG,CACjC,MACU,CAIN,OAAOA,CACX,CACJ,CACA,SAASC,EAAYT,EAAK,CACtB,GAAI,CAACA,EACD,OAAOF,EAAY,UAEvB,IAAIY,EACAC,EAAaJ,EAAUP,EAAI,KAAK,CAAC,EACrC,GACIW,EAAaV,EAAqBU,CAAU,EACvC,QAAQb,EAAY,oBAAqB,EAAE,EAC3C,QAAQA,EAAY,oBAAqB,EAAE,EAC3C,QAAQA,EAAY,2BAA4B,EAAE,EAClD,KAAK,EACVa,EAAaJ,EAAUI,CAAU,EACjCD,EACIC,EAAW,MAAMb,EAAY,mBAAmB,GAC5Ca,EAAW,MAAMb,EAAY,iBAAiB,GAC9Ca,EAAW,MAAMb,EAAY,mBAAmB,GAChDa,EAAW,MAAMb,EAAY,0BAA0B,QAC1DY,GAAiBA,EAAc,OAAS,GACjD,IAAIE,EAAeD,EACnB,GAAI,CAACC,EACD,OAAOd,EAAY,UAEvB,GAAIC,EAA6Ba,CAAY,EACzC,OAAOA,EAGX,IAAIC,EAAaD,EAAa,UAAU,EACpCE,EAAwBD,EAAW,MAAMf,EAAY,cAAc,EACvE,GAAI,CAACgB,EACD,OAAOF,EAEX,IAAIG,EAAYD,EAAsB,CAAC,EAAE,YAAY,EAAE,KAAK,EAC5D,GAAIhB,EAAY,qBAAqB,KAAKiB,CAAS,EAC/C,OAAOjB,EAAY,UAEvB,IAAIkB,EAAgBH,EAAW,QAAQ,MAAO,GAAG,EAEjD,GAAIE,IAAc,WAAaA,EAAU,SAAS,KAAK,EACnD,OAAOC,EAGX,GAAID,IAAc,SAAWA,IAAc,SAAU,CACjD,GAAI,CAACT,EAAWU,CAAa,EACzB,OAAOlB,EAAY,UAEvB,IAAImB,EAAQ,IAAI,IAAID,CAAa,EACjC,OAAAC,EAAM,SAAWA,EAAM,SAAS,YAAY,EAC5CA,EAAM,SAAWA,EAAM,SAAS,YAAY,EACrCA,EAAM,SAAS,CAC1B,CACA,OAAOD,CACX,CACAnB,EAAQ,YAAcY",
|
||||
"names": ["require_constants", "__commonJSMin", "exports", "require_dist", "__commonJSMin", "exports", "constants_1", "isRelativeUrlWithoutProtocol", "url", "decodeHtmlCharacters", "str", "removedNullByte", "match", "dec", "isValidUrl", "decodeURI", "uri", "sanitizeUrl", "charsToDecode", "decodedUrl", "sanitizedUrl", "trimmedUrl", "urlSchemeParseResults", "urlScheme", "backSanitized", "url_1"]
|
||||
}
|
||||
2
docs/_site/public/chunk-CQUFH26W.min.js
vendored
2
docs/_site/public/chunk-CQUFH26W.min.js
vendored
@@ -1,2 +0,0 @@
|
||||
import{a as o,b as d,c as a,d as n,e as m,f as e,g as i,m as u,p as l,q as s}from"./chunk-LBFZT66H.min.js";var v=class extends s{static{e(this,"RadarTokenBuilder")}constructor(){super(["radar-beta"])}},R={parser:{TokenBuilder:e(()=>new v,"TokenBuilder"),ValueConverter:e(()=>new l,"ValueConverter")}};function M(c=n){let r=a(d(c),i),t=a(o({shared:r}),u,R);return r.ServiceRegistry.register(t),{shared:r,Radar:t}}e(M,"createRadarServices");export{R as a,M as b};
|
||||
//# sourceMappingURL=chunk-CQUFH26W.min.js.map
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs"],
|
||||
"sourcesContent": ["import {\n AbstractMermaidTokenBuilder,\n CommonValueConverter,\n MermaidGeneratedSharedModule,\n RadarGeneratedModule,\n __name\n} from \"./chunk-4KMFLZZN.mjs\";\n\n// src/language/radar/module.ts\nimport {\n EmptyFileSystem,\n createDefaultCoreModule,\n createDefaultSharedCoreModule,\n inject\n} from \"langium\";\n\n// src/language/radar/tokenBuilder.ts\nvar RadarTokenBuilder = class extends AbstractMermaidTokenBuilder {\n static {\n __name(this, \"RadarTokenBuilder\");\n }\n constructor() {\n super([\"radar-beta\"]);\n }\n};\n\n// src/language/radar/module.ts\nvar RadarModule = {\n parser: {\n TokenBuilder: /* @__PURE__ */ __name(() => new RadarTokenBuilder(), \"TokenBuilder\"),\n ValueConverter: /* @__PURE__ */ __name(() => new CommonValueConverter(), \"ValueConverter\")\n }\n};\nfunction createRadarServices(context = EmptyFileSystem) {\n const shared = inject(\n createDefaultSharedCoreModule(context),\n MermaidGeneratedSharedModule\n );\n const Radar = inject(\n createDefaultCoreModule({ shared }),\n RadarGeneratedModule,\n RadarModule\n );\n shared.ServiceRegistry.register(Radar);\n return { shared, Radar };\n}\n__name(createRadarServices, \"createRadarServices\");\n\nexport {\n RadarModule,\n createRadarServices\n};\n"],
|
||||
"mappings": "2GAiBA,IAAIA,EAAoB,cAAcC,CAA4B,CAChE,MAAO,CACLC,EAAO,KAAM,mBAAmB,CAClC,CACA,aAAc,CACZ,MAAM,CAAC,YAAY,CAAC,CACtB,CACF,EAGIC,EAAc,CAChB,OAAQ,CACN,aAA8BD,EAAO,IAAM,IAAIF,EAAqB,cAAc,EAClF,eAAgCE,EAAO,IAAM,IAAIE,EAAwB,gBAAgB,CAC3F,CACF,EACA,SAASC,EAAoBC,EAAUC,EAAiB,CACtD,IAAMC,EAASC,EACbC,EAA8BJ,CAAO,EACrCK,CACF,EACMC,EAAQH,EACZI,EAAwB,CAAE,OAAAL,CAAO,CAAC,EAClCM,EACAX,CACF,EACA,OAAAK,EAAO,gBAAgB,SAASI,CAAK,EAC9B,CAAE,OAAAJ,EAAQ,MAAAI,CAAM,CACzB,CACAV,EAAOG,EAAqB,qBAAqB",
|
||||
"names": ["RadarTokenBuilder", "AbstractMermaidTokenBuilder", "__name", "RadarModule", "CommonValueConverter", "createRadarServices", "context", "EmptyFileSystem", "shared", "inject", "createDefaultSharedCoreModule", "MermaidGeneratedSharedModule", "Radar", "createDefaultCoreModule", "RadarGeneratedModule"]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user