Compare commits
2 Commits
04750ddd5a
...
c234315ee3
| Author | SHA1 | Date | |
|---|---|---|---|
| c234315ee3 | |||
| f5114350e1 |
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Awperative")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Awperative")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+221a768384535c7c1db461439acf325320cebd56")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+04750ddd5a0eeed822b646c8c77985be08a559e8")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Awperative")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Awperative")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Awperative")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Awperative")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
56f16607588beae6028e1ac78b003534321bb3b7dab644d81817235fedfb61a6
|
d05380611b45c280c2c51346ebb3590dc0f2639035a478a07d822a068d5cc4af
|
||||||
|
|||||||
124
api/.manifest
Normal file
124
api/.manifest
Normal file
@@ -0,0 +1,124 @@
|
|||||||
|
{
|
||||||
|
"Awperative": "Awperative.yml",
|
||||||
|
"Awperative.Awperative": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.Base": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.ContentManager": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.EventHooks": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.GraphicsDeviceManager": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.LoadedScenes": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.SpriteBatch": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook})": "Awperative.Awperative.yml",
|
||||||
|
"Awperative.AwperativeHook": "Awperative.AwperativeHook.yml",
|
||||||
|
"Awperative.AwperativeHook.Load": "Awperative.AwperativeHook.yml",
|
||||||
|
"Awperative.AwperativeHook.Unload": "Awperative.AwperativeHook.yml",
|
||||||
|
"Awperative.Base": "Awperative.Base.yml",
|
||||||
|
"Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Base.yml",
|
||||||
|
"Awperative.Base.EndRun": "Awperative.Base.yml",
|
||||||
|
"Awperative.Base.Initialize": "Awperative.Base.yml",
|
||||||
|
"Awperative.Base.LoadContent": "Awperative.Base.yml",
|
||||||
|
"Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Base.yml",
|
||||||
|
"Awperative.Body": "Awperative.Body.yml",
|
||||||
|
"Awperative.Body.Components": "Awperative.Body.yml",
|
||||||
|
"Awperative.Body.Scene": "Awperative.Body.yml",
|
||||||
|
"Awperative.Body.Tags": "Awperative.Body.yml",
|
||||||
|
"Awperative.Body.transform": "Awperative.Body.yml",
|
||||||
|
"Awperative.BodyComponent": "Awperative.BodyComponent.yml",
|
||||||
|
"Awperative.BodyComponent.Body": "Awperative.BodyComponent.yml",
|
||||||
|
"Awperative.BodyComponent.Transform": "Awperative.BodyComponent.yml",
|
||||||
|
"Awperative.BodyCreateEvent": "Awperative.BodyCreateEvent.yml",
|
||||||
|
"Awperative.BodyCreateEvent.body": "Awperative.BodyCreateEvent.yml",
|
||||||
|
"Awperative.BodyCreateEvent.scene": "Awperative.BodyCreateEvent.yml",
|
||||||
|
"Awperative.BodyDestroyEvent": "Awperative.BodyDestroyEvent.yml",
|
||||||
|
"Awperative.BodyDestroyEvent.body": "Awperative.BodyDestroyEvent.yml",
|
||||||
|
"Awperative.BodyDestroyEvent.scene": "Awperative.BodyDestroyEvent.yml",
|
||||||
|
"Awperative.Component": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.AddBody": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.AddBody(Awperative.Transform)": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.AddComponent``1": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.AddComponent``1(System.Object[])": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Create": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Destroy": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.DestroyBody(Awperative.Body)": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.GetBodies(System.String)": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.GetBody(System.String)": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.GetComponent``1": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.GetComponents``1": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Load": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.RemoveComponent``1": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Scene": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Unload": "Awperative.Component.yml",
|
||||||
|
"Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Component.yml",
|
||||||
|
"Awperative.ComponentCreateEvent": "Awperative.ComponentCreateEvent.yml",
|
||||||
|
"Awperative.ComponentCreateEvent.body": "Awperative.ComponentCreateEvent.yml",
|
||||||
|
"Awperative.ComponentCreateEvent.component": "Awperative.ComponentCreateEvent.yml",
|
||||||
|
"Awperative.ComponentCreateEvent.scene": "Awperative.ComponentCreateEvent.yml",
|
||||||
|
"Awperative.ComponentDestroyEvent": "Awperative.ComponentDestroyEvent.yml",
|
||||||
|
"Awperative.ComponentDestroyEvent.body": "Awperative.ComponentDestroyEvent.yml",
|
||||||
|
"Awperative.ComponentDestroyEvent.component": "Awperative.ComponentDestroyEvent.yml",
|
||||||
|
"Awperative.ComponentDestroyEvent.scene": "Awperative.ComponentDestroyEvent.yml",
|
||||||
|
"Awperative.Debug": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertAction(System.Boolean,System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertError(System.Boolean,System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertGeneric(System.Boolean,System.String,System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertState(System.Boolean,System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertValue(System.Boolean,System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.AssertWarning(System.Boolean,System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogAction(System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogAction(System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogError(System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogError(System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogFilePath": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogGeneric(System.String,System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogState(System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogState(System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogValue(System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogValue(System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogWarning(System.String)": "Awperative.Debug.yml",
|
||||||
|
"Awperative.Debug.LogWarning(System.String,System.String[],System.String[])": "Awperative.Debug.yml",
|
||||||
|
"Awperative.DockerEntity": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.AddComponent``1": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.AddComponent``1(System.Object[])": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.GetComponent``1": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.GetComponents``1": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.RemoveComponent(Awperative.Component)": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.RemoveComponent``1": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.RemoveComponents``1": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.DockerEntity.Scene": "Awperative.DockerEntity.yml",
|
||||||
|
"Awperative.Kernel.Communication.Config": "Awperative.Kernel.Communication.Config.yml",
|
||||||
|
"Awperative.Kernel.Communication.Config.Config": "Awperative.Kernel.Communication.Config.Config.yml",
|
||||||
|
"Awperative.Kernel.Communication.Config.Config.logFileName": "Awperative.Kernel.Communication.Config.Config.yml",
|
||||||
|
"Awperative.Scene": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.AddBody": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.AddBody(Awperative.Transform)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.BodyCreatedEvent": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.BodyDestroyedEvent": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.DestroyBody(Awperative.Body)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.Draw(Microsoft.Xna.Framework.GameTime)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.GetBodies(System.String)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.GetBody(System.String)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.Load": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.Unload": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.Update(Microsoft.Xna.Framework.GameTime)": "Awperative.Scene.yml",
|
||||||
|
"Awperative.Scene.bodies": "Awperative.Scene.yml",
|
||||||
|
"Awperative.SceneComponent": "Awperative.SceneComponent.yml",
|
||||||
|
"Awperative.SceneCreateEvent": "Awperative.SceneCreateEvent.yml",
|
||||||
|
"Awperative.SceneCreateEvent.scene": "Awperative.SceneCreateEvent.yml",
|
||||||
|
"Awperative.SceneDestroyEvent": "Awperative.SceneDestroyEvent.yml",
|
||||||
|
"Awperative.SceneDestroyEvent.scene": "Awperative.SceneDestroyEvent.yml",
|
||||||
|
"Awperative.Transform": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.#ctor": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Clone": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Depth": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.OnTransformChangedEvent": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Origin": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Position": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Rotation": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Scale": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)": "Awperative.Transform.yml",
|
||||||
|
"Awperative.Transform.ToMatrix": "Awperative.Transform.yml",
|
||||||
|
"Awperative.TransformModifyEvent": "Awperative.TransformModifyEvent.yml",
|
||||||
|
"Awperative.TransformModifyEvent.after": "Awperative.TransformModifyEvent.yml",
|
||||||
|
"Awperative.TransformModifyEvent.before": "Awperative.TransformModifyEvent.yml"
|
||||||
|
}
|
||||||
820
api/Awperative.Awperative.yml
Normal file
820
api/Awperative.Awperative.yml
Normal file
@@ -0,0 +1,820 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Awperative
|
||||||
|
commentId: T:Awperative.Awperative
|
||||||
|
id: Awperative
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.Awperative.Base
|
||||||
|
- Awperative.Awperative.ContentManager
|
||||||
|
- Awperative.Awperative.EventHooks
|
||||||
|
- Awperative.Awperative.GraphicsDeviceManager
|
||||||
|
- Awperative.Awperative.LoadedScenes
|
||||||
|
- Awperative.Awperative.SpriteBatch
|
||||||
|
- Awperative.Awperative.Start(System.Collections.Generic.List{Awperative.AwperativeHook})
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative.Awperative
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Awperative
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 15
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Initiating class of Awperative. Call Start() to start the kernel.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static class Awperative
|
||||||
|
content.vb: Public Module Awperative
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
inheritedMembers:
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.Awperative.Base
|
||||||
|
commentId: P:Awperative.Awperative.Base
|
||||||
|
id: Base
|
||||||
|
parent: Awperative.Awperative
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Base
|
||||||
|
nameWithType: Awperative.Base
|
||||||
|
fullName: Awperative.Awperative.Base
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Base
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 23
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Bottom class of Awperative. Contains the MonoGame instance.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static Base Base { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Awperative.Base
|
||||||
|
content.vb: Public Shared Property Base As Base
|
||||||
|
overload: Awperative.Awperative.Base*
|
||||||
|
- uid: Awperative.Awperative.GraphicsDeviceManager
|
||||||
|
commentId: P:Awperative.Awperative.GraphicsDeviceManager
|
||||||
|
id: GraphicsDeviceManager
|
||||||
|
parent: Awperative.Awperative
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: GraphicsDeviceManager
|
||||||
|
nameWithType: Awperative.GraphicsDeviceManager
|
||||||
|
fullName: Awperative.Awperative.GraphicsDeviceManager
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: GraphicsDeviceManager
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 32
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Handles graphics settings through MonoGame.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static GraphicsDeviceManager GraphicsDeviceManager { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||||
|
content.vb: Public Shared Property GraphicsDeviceManager As GraphicsDeviceManager
|
||||||
|
overload: Awperative.Awperative.GraphicsDeviceManager*
|
||||||
|
- uid: Awperative.Awperative.SpriteBatch
|
||||||
|
commentId: P:Awperative.Awperative.SpriteBatch
|
||||||
|
id: SpriteBatch
|
||||||
|
parent: Awperative.Awperative
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: SpriteBatch
|
||||||
|
nameWithType: Awperative.SpriteBatch
|
||||||
|
fullName: Awperative.Awperative.SpriteBatch
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: SpriteBatch
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 39
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Handles drawing sprites to the screen through MonoGame.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static SpriteBatch SpriteBatch { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
|
content.vb: Public Shared Property SpriteBatch As SpriteBatch
|
||||||
|
overload: Awperative.Awperative.SpriteBatch*
|
||||||
|
- uid: Awperative.Awperative.ContentManager
|
||||||
|
commentId: P:Awperative.Awperative.ContentManager
|
||||||
|
id: ContentManager
|
||||||
|
parent: Awperative.Awperative
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ContentManager
|
||||||
|
nameWithType: Awperative.ContentManager
|
||||||
|
fullName: Awperative.Awperative.ContentManager
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: ContentManager
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 46
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Handles loading content through MonoGame.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static ContentManager ContentManager { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Microsoft.Xna.Framework.Content.ContentManager
|
||||||
|
content.vb: Public Shared Property ContentManager As ContentManager
|
||||||
|
overload: Awperative.Awperative.ContentManager*
|
||||||
|
- uid: Awperative.Awperative.LoadedScenes
|
||||||
|
commentId: P:Awperative.Awperative.LoadedScenes
|
||||||
|
id: LoadedScenes
|
||||||
|
parent: Awperative.Awperative
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: LoadedScenes
|
||||||
|
nameWithType: Awperative.LoadedScenes
|
||||||
|
fullName: Awperative.Awperative.LoadedScenes
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: LoadedScenes
|
||||||
|
path: Awperative/Kernel/Overhead/Core.cs
|
||||||
|
startLine: 55
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: List of all scenes currently loaded in the kernel.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public static List<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
|
||||||
107
api/Awperative.AwperativeHook.yml
Normal file
107
api/Awperative.AwperativeHook.yml
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.AwperativeHook
|
||||||
|
commentId: T:Awperative.AwperativeHook
|
||||||
|
id: AwperativeHook
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.AwperativeHook.Load
|
||||||
|
- Awperative.AwperativeHook.Unload
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: AwperativeHook
|
||||||
|
nameWithType: AwperativeHook
|
||||||
|
fullName: Awperative.AwperativeHook
|
||||||
|
type: Interface
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: AwperativeHook
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
startLine: 6
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Awperative hooks are the source of entry for scripts using Awperative. Create a hook and send into Start() to be recognized by the engine.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public interface AwperativeHook
|
||||||
|
content.vb: Public Interface AwperativeHook
|
||||||
|
- uid: Awperative.AwperativeHook.Load
|
||||||
|
commentId: M:Awperative.AwperativeHook.Load
|
||||||
|
id: Load
|
||||||
|
parent: Awperative.AwperativeHook
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Load()
|
||||||
|
nameWithType: AwperativeHook.Load()
|
||||||
|
fullName: Awperative.AwperativeHook.Load()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Load
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
startLine: 11
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Called when the program starts; It is not recommended you load assets here.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: void Load()
|
||||||
|
content.vb: Sub Load()
|
||||||
|
overload: Awperative.AwperativeHook.Load*
|
||||||
|
- uid: Awperative.AwperativeHook.Unload
|
||||||
|
commentId: M:Awperative.AwperativeHook.Unload
|
||||||
|
id: Unload
|
||||||
|
parent: Awperative.AwperativeHook
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Unload()
|
||||||
|
nameWithType: AwperativeHook.Unload()
|
||||||
|
fullName: Awperative.AwperativeHook.Unload()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Unload
|
||||||
|
path: Awperative/Kernel/Overhead/AwperativeClass.cs
|
||||||
|
startLine: 20
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Called when the program closes.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: void Unload()
|
||||||
|
content.vb: Sub Unload()
|
||||||
|
overload: Awperative.AwperativeHook.Unload*
|
||||||
|
references:
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
|
- uid: Awperative.AwperativeHook.Load*
|
||||||
|
commentId: Overload:Awperative.AwperativeHook.Load
|
||||||
|
href: Awperative.AwperativeHook.html#Awperative_AwperativeHook_Load
|
||||||
|
name: Load
|
||||||
|
nameWithType: AwperativeHook.Load
|
||||||
|
fullName: Awperative.AwperativeHook.Load
|
||||||
|
- uid: Awperative.AwperativeHook.Unload*
|
||||||
|
commentId: Overload:Awperative.AwperativeHook.Unload
|
||||||
|
href: Awperative.AwperativeHook.html#Awperative_AwperativeHook_Unload
|
||||||
|
name: Unload
|
||||||
|
nameWithType: AwperativeHook.Unload
|
||||||
|
fullName: Awperative.AwperativeHook.Unload
|
||||||
906
api/Awperative.Base.yml
Normal file
906
api/Awperative.Base.yml
Normal file
@@ -0,0 +1,906 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Base
|
||||||
|
commentId: T:Awperative.Base
|
||||||
|
id: Base
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
- Awperative.Base.EndRun
|
||||||
|
- Awperative.Base.Initialize
|
||||||
|
- Awperative.Base.LoadContent
|
||||||
|
- Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Base
|
||||||
|
nameWithType: Base
|
||||||
|
fullName: Awperative.Base
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Base
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 12
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Base class of Awperative. Carries events from MonoGame into scenes and hooks.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed class Base : Game, IDisposable'
|
||||||
|
content.vb: Public NotInheritable Class Base Inherits Game Implements IDisposable
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
- Microsoft.Xna.Framework.Game
|
||||||
|
implements:
|
||||||
|
- System.IDisposable
|
||||||
|
inheritedMembers:
|
||||||
|
- Microsoft.Xna.Framework.Game.Dispose
|
||||||
|
- Microsoft.Xna.Framework.Game.Exit
|
||||||
|
- Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||||
|
- Microsoft.Xna.Framework.Game.SuppressDraw
|
||||||
|
- Microsoft.Xna.Framework.Game.RunOneFrame
|
||||||
|
- Microsoft.Xna.Framework.Game.Run
|
||||||
|
- Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
- Microsoft.Xna.Framework.Game.Tick
|
||||||
|
- Microsoft.Xna.Framework.Game.LaunchParameters
|
||||||
|
- Microsoft.Xna.Framework.Game.Components
|
||||||
|
- Microsoft.Xna.Framework.Game.InactiveSleepTime
|
||||||
|
- Microsoft.Xna.Framework.Game.MaxElapsedTime
|
||||||
|
- Microsoft.Xna.Framework.Game.IsActive
|
||||||
|
- Microsoft.Xna.Framework.Game.IsMouseVisible
|
||||||
|
- Microsoft.Xna.Framework.Game.TargetElapsedTime
|
||||||
|
- Microsoft.Xna.Framework.Game.IsFixedTimeStep
|
||||||
|
- Microsoft.Xna.Framework.Game.Services
|
||||||
|
- Microsoft.Xna.Framework.Game.Content
|
||||||
|
- Microsoft.Xna.Framework.Game.GraphicsDevice
|
||||||
|
- Microsoft.Xna.Framework.Game.Window
|
||||||
|
- Microsoft.Xna.Framework.Game.Activated
|
||||||
|
- Microsoft.Xna.Framework.Game.Deactivated
|
||||||
|
- Microsoft.Xna.Framework.Game.Disposed
|
||||||
|
- Microsoft.Xna.Framework.Game.Exiting
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.Base.Initialize
|
||||||
|
commentId: M:Awperative.Base.Initialize
|
||||||
|
id: Initialize
|
||||||
|
parent: Awperative.Base
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Initialize()
|
||||||
|
nameWithType: Base.Initialize()
|
||||||
|
fullName: Awperative.Base.Initialize()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Initialize
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 31
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Initialize() is called when the program starts. Goes before LoadContent(). And prepares the kernel for use.
|
||||||
|
remarks: It is recommended not to load content in Initialize()
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: protected override void Initialize()
|
||||||
|
content.vb: Protected Overrides Sub Initialize()
|
||||||
|
overridden: Microsoft.Xna.Framework.Game.Initialize
|
||||||
|
overload: Awperative.Base.Initialize*
|
||||||
|
- uid: Awperative.Base.LoadContent
|
||||||
|
commentId: M:Awperative.Base.LoadContent
|
||||||
|
id: LoadContent
|
||||||
|
parent: Awperative.Base
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: LoadContent()
|
||||||
|
nameWithType: Base.LoadContent()
|
||||||
|
fullName: Awperative.Base.LoadContent()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: LoadContent
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 46
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: LoadContent() is called when the program starts; right after Initialize(). Override Load() in scripting tools or use hooks to call from this event.
|
||||||
|
remarks: It is recommended to load content during LoadContent()
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: protected override void LoadContent()
|
||||||
|
content.vb: Protected Overrides Sub LoadContent()
|
||||||
|
overridden: Microsoft.Xna.Framework.Game.LoadContent
|
||||||
|
overload: Awperative.Base.LoadContent*
|
||||||
|
- uid: Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
id: Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Base
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Update(GameTime)
|
||||||
|
nameWithType: Base.Update(GameTime)
|
||||||
|
fullName: Awperative.Base.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Update
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 59
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Update() is called every frame; before Draw(). Override Update() in scripting tools to call from this event.
|
||||||
|
remarks: Hooks are unable to receive both Update() and Draw()
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: protected override void Update(GameTime __gameTime)
|
||||||
|
parameters:
|
||||||
|
- id: __gameTime
|
||||||
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
content.vb: Protected Overrides Sub Update(__gameTime As GameTime)
|
||||||
|
overridden: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
overload: Awperative.Base.Update*
|
||||||
|
- uid: Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Base
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Draw(GameTime)
|
||||||
|
nameWithType: Base.Draw(GameTime)
|
||||||
|
fullName: Awperative.Base.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Draw
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 72
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Draw() is called every frame; after Update(). Override Draw() in scripting tools to call from this event.
|
||||||
|
remarks: Hooks are unable to receive both Update() and Draw()
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: protected override void Draw(GameTime __gameTime)
|
||||||
|
parameters:
|
||||||
|
- id: __gameTime
|
||||||
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
content.vb: Protected Overrides Sub Draw(__gameTime As GameTime)
|
||||||
|
overridden: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
overload: Awperative.Base.Draw*
|
||||||
|
- uid: Awperative.Base.EndRun
|
||||||
|
commentId: M:Awperative.Base.EndRun
|
||||||
|
id: EndRun
|
||||||
|
parent: Awperative.Base
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: EndRun()
|
||||||
|
nameWithType: Base.EndRun()
|
||||||
|
fullName: Awperative.Base.EndRun()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: EndRun
|
||||||
|
path: Awperative/Kernel/Overhead/Base.cs
|
||||||
|
startLine: 85
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: EndRun() is called if the program closes. Override Terminate() in scripting tools or use hooks to call from this event.
|
||||||
|
remarks: This event may not trigger if the program is force closed.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: protected override void EndRun()
|
||||||
|
content.vb: Protected Overrides Sub EndRun()
|
||||||
|
overridden: Microsoft.Xna.Framework.Game.EndRun
|
||||||
|
overload: Awperative.Base.EndRun*
|
||||||
|
references:
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
|
- uid: System.Object
|
||||||
|
commentId: T:System.Object
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
name: object
|
||||||
|
nameWithType: object
|
||||||
|
fullName: object
|
||||||
|
nameWithType.vb: Object
|
||||||
|
fullName.vb: Object
|
||||||
|
name.vb: Object
|
||||||
|
- uid: Microsoft.Xna.Framework.Game
|
||||||
|
commentId: T:Microsoft.Xna.Framework.Game
|
||||||
|
parent: Microsoft.Xna.Framework
|
||||||
|
isExternal: true
|
||||||
|
name: Game
|
||||||
|
nameWithType: Game
|
||||||
|
fullName: Microsoft.Xna.Framework.Game
|
||||||
|
- uid: System.IDisposable
|
||||||
|
commentId: T:System.IDisposable
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.idisposable
|
||||||
|
name: IDisposable
|
||||||
|
nameWithType: IDisposable
|
||||||
|
fullName: System.IDisposable
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Dispose
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Dispose
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Dispose()
|
||||||
|
nameWithType: Game.Dispose()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Dispose()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Dispose
|
||||||
|
name: Dispose
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Dispose
|
||||||
|
name: Dispose
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Exit
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Exit
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Exit()
|
||||||
|
nameWithType: Game.Exit()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Exit()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Exit
|
||||||
|
name: Exit
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Exit
|
||||||
|
name: Exit
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: ResetElapsedTime()
|
||||||
|
nameWithType: Game.ResetElapsedTime()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.ResetElapsedTime()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||||
|
name: ResetElapsedTime
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.ResetElapsedTime
|
||||||
|
name: ResetElapsedTime
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.SuppressDraw
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.SuppressDraw
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: SuppressDraw()
|
||||||
|
nameWithType: Game.SuppressDraw()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.SuppressDraw()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.SuppressDraw
|
||||||
|
name: SuppressDraw
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.SuppressDraw
|
||||||
|
name: SuppressDraw
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.RunOneFrame
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.RunOneFrame
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: RunOneFrame()
|
||||||
|
nameWithType: Game.RunOneFrame()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.RunOneFrame()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.RunOneFrame
|
||||||
|
name: RunOneFrame
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.RunOneFrame
|
||||||
|
name: RunOneFrame
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Run
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Run()
|
||||||
|
nameWithType: Game.Run()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Run()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run
|
||||||
|
name: Run
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run
|
||||||
|
name: Run
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Run(GameRunBehavior)
|
||||||
|
nameWithType: Game.Run(GameRunBehavior)
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
name: Run
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameRunBehavior
|
||||||
|
name: GameRunBehavior
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Run(Microsoft.Xna.Framework.GameRunBehavior)
|
||||||
|
name: Run
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameRunBehavior
|
||||||
|
name: GameRunBehavior
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Tick
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Tick
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Tick()
|
||||||
|
nameWithType: Game.Tick()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Tick()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Tick
|
||||||
|
name: Tick
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Tick
|
||||||
|
name: Tick
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.LaunchParameters
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.LaunchParameters
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: LaunchParameters
|
||||||
|
nameWithType: Game.LaunchParameters
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.LaunchParameters
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Components
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.Components
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Components
|
||||||
|
nameWithType: Game.Components
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Components
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.InactiveSleepTime
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.InactiveSleepTime
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: InactiveSleepTime
|
||||||
|
nameWithType: Game.InactiveSleepTime
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.InactiveSleepTime
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.MaxElapsedTime
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.MaxElapsedTime
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: MaxElapsedTime
|
||||||
|
nameWithType: Game.MaxElapsedTime
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.MaxElapsedTime
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.IsActive
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.IsActive
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: IsActive
|
||||||
|
nameWithType: Game.IsActive
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.IsActive
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.IsMouseVisible
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.IsMouseVisible
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: IsMouseVisible
|
||||||
|
nameWithType: Game.IsMouseVisible
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.IsMouseVisible
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.TargetElapsedTime
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.TargetElapsedTime
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: TargetElapsedTime
|
||||||
|
nameWithType: Game.TargetElapsedTime
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.TargetElapsedTime
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.IsFixedTimeStep
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.IsFixedTimeStep
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: IsFixedTimeStep
|
||||||
|
nameWithType: Game.IsFixedTimeStep
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.IsFixedTimeStep
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Services
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.Services
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Services
|
||||||
|
nameWithType: Game.Services
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Services
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Content
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.Content
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Content
|
||||||
|
nameWithType: Game.Content
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Content
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.GraphicsDevice
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.GraphicsDevice
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: GraphicsDevice
|
||||||
|
nameWithType: Game.GraphicsDevice
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.GraphicsDevice
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Window
|
||||||
|
commentId: P:Microsoft.Xna.Framework.Game.Window
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Window
|
||||||
|
nameWithType: Game.Window
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Window
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Activated
|
||||||
|
commentId: E:Microsoft.Xna.Framework.Game.Activated
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Activated
|
||||||
|
nameWithType: Game.Activated
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Activated
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Deactivated
|
||||||
|
commentId: E:Microsoft.Xna.Framework.Game.Deactivated
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Deactivated
|
||||||
|
nameWithType: Game.Deactivated
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Deactivated
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Disposed
|
||||||
|
commentId: E:Microsoft.Xna.Framework.Game.Disposed
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Disposed
|
||||||
|
nameWithType: Game.Disposed
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Disposed
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Exiting
|
||||||
|
commentId: E:Microsoft.Xna.Framework.Game.Exiting
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Exiting
|
||||||
|
nameWithType: Game.Exiting
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Exiting
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
commentId: M:System.Object.Equals(System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
name: Equals(object)
|
||||||
|
nameWithType: object.Equals(object)
|
||||||
|
fullName: object.Equals(object)
|
||||||
|
nameWithType.vb: Object.Equals(Object)
|
||||||
|
fullName.vb: Object.Equals(Object)
|
||||||
|
name.vb: Equals(Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
name: Equals(object, object)
|
||||||
|
nameWithType: object.Equals(object, object)
|
||||||
|
fullName: object.Equals(object, object)
|
||||||
|
nameWithType.vb: Object.Equals(Object, Object)
|
||||||
|
fullName.vb: Object.Equals(Object, Object)
|
||||||
|
name.vb: Equals(Object, Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
commentId: M:System.Object.GetHashCode
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
name: GetHashCode()
|
||||||
|
nameWithType: object.GetHashCode()
|
||||||
|
fullName: object.GetHashCode()
|
||||||
|
nameWithType.vb: Object.GetHashCode()
|
||||||
|
fullName.vb: Object.GetHashCode()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
name: GetHashCode
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
name: GetHashCode
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
commentId: M:System.Object.GetType
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
name: GetType()
|
||||||
|
nameWithType: object.GetType()
|
||||||
|
fullName: object.GetType()
|
||||||
|
nameWithType.vb: Object.GetType()
|
||||||
|
fullName.vb: Object.GetType()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
name: GetType
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
name: GetType
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
name: ReferenceEquals(object, object)
|
||||||
|
nameWithType: object.ReferenceEquals(object, object)
|
||||||
|
fullName: object.ReferenceEquals(object, object)
|
||||||
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||||
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||||
|
name.vb: ReferenceEquals(Object, Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
name: ReferenceEquals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
name: ReferenceEquals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
commentId: M:System.Object.ToString
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
name: ToString()
|
||||||
|
nameWithType: object.ToString()
|
||||||
|
fullName: object.ToString()
|
||||||
|
nameWithType.vb: Object.ToString()
|
||||||
|
fullName.vb: Object.ToString()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
name: ToString
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
name: ToString
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System
|
||||||
|
commentId: N:System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||||||
|
name: System
|
||||||
|
nameWithType: System
|
||||||
|
fullName: System
|
||||||
|
- uid: Microsoft.Xna.Framework
|
||||||
|
commentId: N:Microsoft.Xna.Framework
|
||||||
|
isExternal: true
|
||||||
|
name: Microsoft.Xna.Framework
|
||||||
|
nameWithType: Microsoft.Xna.Framework
|
||||||
|
fullName: Microsoft.Xna.Framework
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft
|
||||||
|
name: Microsoft
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: Microsoft.Xna
|
||||||
|
name: Xna
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: Microsoft.Xna.Framework
|
||||||
|
name: Framework
|
||||||
|
isExternal: true
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft
|
||||||
|
name: Microsoft
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: Microsoft.Xna
|
||||||
|
name: Xna
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: Microsoft.Xna.Framework
|
||||||
|
name: Framework
|
||||||
|
isExternal: true
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Initialize
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Initialize
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Initialize()
|
||||||
|
nameWithType: Game.Initialize()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Initialize()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Initialize
|
||||||
|
name: Initialize
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Initialize
|
||||||
|
name: Initialize
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Base.Initialize*
|
||||||
|
commentId: Overload:Awperative.Base.Initialize
|
||||||
|
href: Awperative.Base.html#Awperative_Base_Initialize
|
||||||
|
name: Initialize
|
||||||
|
nameWithType: Base.Initialize
|
||||||
|
fullName: Awperative.Base.Initialize
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.LoadContent
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.LoadContent
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: LoadContent()
|
||||||
|
nameWithType: Game.LoadContent()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.LoadContent()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.LoadContent
|
||||||
|
name: LoadContent
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.LoadContent
|
||||||
|
name: LoadContent
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Base.LoadContent*
|
||||||
|
commentId: Overload:Awperative.Base.LoadContent
|
||||||
|
href: Awperative.Base.html#Awperative_Base_LoadContent
|
||||||
|
name: LoadContent
|
||||||
|
nameWithType: Base.LoadContent
|
||||||
|
fullName: Awperative.Base.LoadContent
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Update(GameTime)
|
||||||
|
nameWithType: Game.Update(GameTime)
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Base.Update*
|
||||||
|
commentId: Overload:Awperative.Base.Update
|
||||||
|
href: Awperative.Base.html#Awperative_Base_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Update
|
||||||
|
nameWithType: Base.Update
|
||||||
|
fullName: Awperative.Base.Update
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
|
parent: Microsoft.Xna.Framework
|
||||||
|
isExternal: true
|
||||||
|
name: GameTime
|
||||||
|
nameWithType: GameTime
|
||||||
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: Draw(GameTime)
|
||||||
|
nameWithType: Game.Draw(GameTime)
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Base.Draw*
|
||||||
|
commentId: Overload:Awperative.Base.Draw
|
||||||
|
href: Awperative.Base.html#Awperative_Base_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Draw
|
||||||
|
nameWithType: Base.Draw
|
||||||
|
fullName: Awperative.Base.Draw
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.EndRun
|
||||||
|
commentId: M:Microsoft.Xna.Framework.Game.EndRun
|
||||||
|
parent: Microsoft.Xna.Framework.Game
|
||||||
|
isExternal: true
|
||||||
|
name: EndRun()
|
||||||
|
nameWithType: Game.EndRun()
|
||||||
|
fullName: Microsoft.Xna.Framework.Game.EndRun()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.EndRun
|
||||||
|
name: EndRun
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Microsoft.Xna.Framework.Game.EndRun
|
||||||
|
name: EndRun
|
||||||
|
isExternal: true
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Base.EndRun*
|
||||||
|
commentId: Overload:Awperative.Base.EndRun
|
||||||
|
href: Awperative.Base.html#Awperative_Base_EndRun
|
||||||
|
name: EndRun
|
||||||
|
nameWithType: Base.EndRun
|
||||||
|
fullName: Awperative.Base.EndRun
|
||||||
789
api/Awperative.Body.yml
Normal file
789
api/Awperative.Body.yml
Normal file
@@ -0,0 +1,789 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Body
|
||||||
|
commentId: T:Awperative.Body
|
||||||
|
id: Body
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.Body.Components
|
||||||
|
- Awperative.Body.Scene
|
||||||
|
- Awperative.Body.Tags
|
||||||
|
- Awperative.Body.transform
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Body
|
||||||
|
nameWithType: Body
|
||||||
|
fullName: Awperative.Body
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Body
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
startLine: 8
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed class Body : DockerEntity'
|
||||||
|
content.vb: Public NotInheritable Class Body Inherits DockerEntity
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
- Awperative.DockerEntity
|
||||||
|
inheritedMembers:
|
||||||
|
- Awperative.DockerEntity.AddComponent``1
|
||||||
|
- Awperative.DockerEntity.AddComponent``1(System.Object[])
|
||||||
|
- Awperative.DockerEntity.GetComponent``1
|
||||||
|
- Awperative.DockerEntity.GetComponents``1
|
||||||
|
- Awperative.DockerEntity.RemoveComponent(Awperative.Component)
|
||||||
|
- Awperative.DockerEntity.RemoveComponent``1
|
||||||
|
- Awperative.DockerEntity.RemoveComponents``1
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.Body.Scene
|
||||||
|
commentId: P:Awperative.Body.Scene
|
||||||
|
id: Scene
|
||||||
|
parent: Awperative.Body
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Scene
|
||||||
|
nameWithType: Body.Scene
|
||||||
|
fullName: Awperative.Body.Scene
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Scene
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
startLine: 15
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Current scene the body exists in
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public Scene Scene { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Awperative.Scene
|
||||||
|
content.vb: Public Property Scene As Scene
|
||||||
|
overload: Awperative.Body.Scene*
|
||||||
|
- uid: Awperative.Body.Components
|
||||||
|
commentId: P:Awperative.Body.Components
|
||||||
|
id: Components
|
||||||
|
parent: Awperative.Body
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Components
|
||||||
|
nameWithType: Body.Components
|
||||||
|
fullName: Awperative.Body.Components
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Components
|
||||||
|
path: Awperative/Kernel/Entities/Bodies/Core.cs
|
||||||
|
startLine: 24
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: All components attached to the body
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public List<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
|
||||||
814
api/Awperative.BodyComponent.yml
Normal file
814
api/Awperative.BodyComponent.yml
Normal file
@@ -0,0 +1,814 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.BodyComponent
|
||||||
|
commentId: T:Awperative.BodyComponent
|
||||||
|
id: BodyComponent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.BodyComponent.Body
|
||||||
|
- Awperative.BodyComponent.Transform
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: BodyComponent
|
||||||
|
nameWithType: BodyComponent
|
||||||
|
fullName: Awperative.BodyComponent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: BodyComponent
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
startLine: 3
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public class BodyComponent : Component'
|
||||||
|
content.vb: Public Class BodyComponent Inherits Component
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
- Awperative.Component
|
||||||
|
inheritedMembers:
|
||||||
|
- Awperative.Component.Scene
|
||||||
|
- Awperative.Component.Unload
|
||||||
|
- Awperative.Component.Load
|
||||||
|
- Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
- Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
- Awperative.Component.Create
|
||||||
|
- Awperative.Component.Destroy
|
||||||
|
- Awperative.Component.AddBody
|
||||||
|
- Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
- Awperative.Component.GetBody(System.String)
|
||||||
|
- Awperative.Component.GetBodies(System.String)
|
||||||
|
- Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
- Awperative.Component.AddComponent``1
|
||||||
|
- Awperative.Component.AddComponent``1(System.Object[])
|
||||||
|
- Awperative.Component.GetComponent``1
|
||||||
|
- Awperative.Component.GetComponents``1
|
||||||
|
- Awperative.Component.RemoveComponent``1
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.BodyComponent.Body
|
||||||
|
commentId: F:Awperative.BodyComponent.Body
|
||||||
|
id: Body
|
||||||
|
parent: Awperative.BodyComponent
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Body
|
||||||
|
nameWithType: BodyComponent.Body
|
||||||
|
fullName: Awperative.BodyComponent.Body
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Body
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
startLine: 7
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: public Body Body
|
||||||
|
return:
|
||||||
|
type: Awperative.Body
|
||||||
|
content.vb: Public Body As Body
|
||||||
|
- uid: Awperative.BodyComponent.Transform
|
||||||
|
commentId: P:Awperative.BodyComponent.Transform
|
||||||
|
id: Transform
|
||||||
|
parent: Awperative.BodyComponent
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Transform
|
||||||
|
nameWithType: BodyComponent.Transform
|
||||||
|
fullName: Awperative.BodyComponent.Transform
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Transform
|
||||||
|
path: Awperative/Kernel/Scripting/BodyComponent.cs
|
||||||
|
startLine: 16
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: public Transform Transform { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: Awperative.Transform
|
||||||
|
content.vb: Public ReadOnly Property Transform As Transform
|
||||||
|
overload: Awperative.BodyComponent.Transform*
|
||||||
|
references:
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
|
- uid: System.Object
|
||||||
|
commentId: T:System.Object
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
name: object
|
||||||
|
nameWithType: object
|
||||||
|
fullName: object
|
||||||
|
nameWithType.vb: Object
|
||||||
|
fullName.vb: Object
|
||||||
|
name.vb: Object
|
||||||
|
- uid: Awperative.Component
|
||||||
|
commentId: T:Awperative.Component
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Component.html
|
||||||
|
name: Component
|
||||||
|
nameWithType: Component
|
||||||
|
fullName: Awperative.Component
|
||||||
|
- uid: Awperative.Component.Scene
|
||||||
|
commentId: P:Awperative.Component.Scene
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Scene
|
||||||
|
name: Scene
|
||||||
|
nameWithType: Component.Scene
|
||||||
|
fullName: Awperative.Component.Scene
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
commentId: M:Awperative.Component.Unload
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
name: Unload()
|
||||||
|
nameWithType: Component.Unload()
|
||||||
|
fullName: Awperative.Component.Unload()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
name: Unload
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
name: Unload
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
commentId: M:Awperative.Component.Load
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
name: Load()
|
||||||
|
nameWithType: Component.Load()
|
||||||
|
fullName: Awperative.Component.Load()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
name: Load
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
name: Load
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Update(GameTime)
|
||||||
|
nameWithType: Component.Update(GameTime)
|
||||||
|
fullName: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Draw(GameTime)
|
||||||
|
nameWithType: Component.Draw(GameTime)
|
||||||
|
fullName: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
commentId: M:Awperative.Component.Create
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
name: Create()
|
||||||
|
nameWithType: Component.Create()
|
||||||
|
fullName: Awperative.Component.Create()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
name: Create
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
name: Create
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
commentId: M:Awperative.Component.Destroy
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
name: Destroy()
|
||||||
|
nameWithType: Component.Destroy()
|
||||||
|
fullName: Awperative.Component.Destroy()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
name: Destroy
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
name: Destroy
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
commentId: M:Awperative.Component.AddBody
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
name: AddBody()
|
||||||
|
nameWithType: Component.AddBody()
|
||||||
|
fullName: Awperative.Component.AddBody()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
commentId: M:Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
name: AddBody(Transform)
|
||||||
|
nameWithType: Component.AddBody(Transform)
|
||||||
|
fullName: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
name: Transform
|
||||||
|
href: Awperative.Transform.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
name: Transform
|
||||||
|
href: Awperative.Transform.html
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
commentId: M:Awperative.Component.GetBody(System.String)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
name: GetBody(string)
|
||||||
|
nameWithType: Component.GetBody(string)
|
||||||
|
fullName: Awperative.Component.GetBody(string)
|
||||||
|
nameWithType.vb: Component.GetBody(String)
|
||||||
|
fullName.vb: Awperative.Component.GetBody(String)
|
||||||
|
name.vb: GetBody(String)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
name: GetBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: string
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
name: GetBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
commentId: M:Awperative.Component.GetBodies(System.String)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
name: GetBodies(string)
|
||||||
|
nameWithType: Component.GetBodies(string)
|
||||||
|
fullName: Awperative.Component.GetBodies(string)
|
||||||
|
nameWithType.vb: Component.GetBodies(String)
|
||||||
|
fullName.vb: Awperative.Component.GetBodies(String)
|
||||||
|
name.vb: GetBodies(String)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
name: GetBodies
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: string
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
name: GetBodies
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
commentId: M:Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
name: DestroyBody(Body)
|
||||||
|
nameWithType: Component.DestroyBody(Body)
|
||||||
|
fullName: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
name: DestroyBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Body
|
||||||
|
name: Body
|
||||||
|
href: Awperative.Body.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
name: DestroyBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Body
|
||||||
|
name: Body
|
||||||
|
href: Awperative.Body.html
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddComponent``1
|
||||||
|
commentId: M:Awperative.Component.AddComponent``1
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddComponent__1
|
||||||
|
name: AddComponent<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
|
||||||
390
api/Awperative.BodyCreateEvent.yml
Normal file
390
api/Awperative.BodyCreateEvent.yml
Normal file
@@ -0,0 +1,390 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.BodyCreateEvent
|
||||||
|
commentId: T:Awperative.BodyCreateEvent
|
||||||
|
id: BodyCreateEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.BodyCreateEvent.body
|
||||||
|
- Awperative.BodyCreateEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: BodyCreateEvent
|
||||||
|
nameWithType: BodyCreateEvent
|
||||||
|
fullName: Awperative.BodyCreateEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: BodyCreateEvent
|
||||||
|
path: Awperative/Kernel/Events/Bodies/BodyCreateEvent.cs
|
||||||
|
startLine: 2
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record BodyCreateEvent : IEquatable<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
|
||||||
390
api/Awperative.BodyDestroyEvent.yml
Normal file
390
api/Awperative.BodyDestroyEvent.yml
Normal file
@@ -0,0 +1,390 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.BodyDestroyEvent
|
||||||
|
commentId: T:Awperative.BodyDestroyEvent
|
||||||
|
id: BodyDestroyEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.BodyDestroyEvent.body
|
||||||
|
- Awperative.BodyDestroyEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: BodyDestroyEvent
|
||||||
|
nameWithType: BodyDestroyEvent
|
||||||
|
fullName: Awperative.BodyDestroyEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: BodyDestroyEvent
|
||||||
|
path: Awperative/Kernel/Events/Bodies/BodyDestroyEvent.cs
|
||||||
|
startLine: 2
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record BodyDestroyEvent : IEquatable<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
|
||||||
1055
api/Awperative.Component.yml
Normal file
1055
api/Awperative.Component.yml
Normal file
File diff suppressed because it is too large
Load Diff
425
api/Awperative.ComponentCreateEvent.yml
Normal file
425
api/Awperative.ComponentCreateEvent.yml
Normal file
@@ -0,0 +1,425 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.ComponentCreateEvent
|
||||||
|
commentId: T:Awperative.ComponentCreateEvent
|
||||||
|
id: ComponentCreateEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.ComponentCreateEvent.body
|
||||||
|
- Awperative.ComponentCreateEvent.component
|
||||||
|
- Awperative.ComponentCreateEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ComponentCreateEvent
|
||||||
|
nameWithType: ComponentCreateEvent
|
||||||
|
fullName: Awperative.ComponentCreateEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: ComponentCreateEvent
|
||||||
|
path: Awperative/Kernel/Events/Components/ComponentCreateEvent.cs
|
||||||
|
startLine: 2
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record ComponentCreateEvent : IEquatable<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
|
||||||
425
api/Awperative.ComponentDestroyEvent.yml
Normal file
425
api/Awperative.ComponentDestroyEvent.yml
Normal file
@@ -0,0 +1,425 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.ComponentDestroyEvent
|
||||||
|
commentId: T:Awperative.ComponentDestroyEvent
|
||||||
|
id: ComponentDestroyEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.ComponentDestroyEvent.body
|
||||||
|
- Awperative.ComponentDestroyEvent.component
|
||||||
|
- Awperative.ComponentDestroyEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ComponentDestroyEvent
|
||||||
|
nameWithType: ComponentDestroyEvent
|
||||||
|
fullName: Awperative.ComponentDestroyEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: ComponentDestroyEvent
|
||||||
|
path: Awperative/Kernel/Events/Components/ComponentDestroyEvent.cs
|
||||||
|
startLine: 2
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record ComponentDestroyEvent : IEquatable<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
|
||||||
1115
api/Awperative.Debug.yml
Normal file
1115
api/Awperative.Debug.yml
Normal file
File diff suppressed because it is too large
Load Diff
636
api/Awperative.DockerEntity.yml
Normal file
636
api/Awperative.DockerEntity.yml
Normal file
@@ -0,0 +1,636 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.DockerEntity
|
||||||
|
commentId: T:Awperative.DockerEntity
|
||||||
|
id: DockerEntity
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.DockerEntity.AddComponent``1
|
||||||
|
- Awperative.DockerEntity.AddComponent``1(System.Object[])
|
||||||
|
- Awperative.DockerEntity.GetComponent``1
|
||||||
|
- Awperative.DockerEntity.GetComponents``1
|
||||||
|
- Awperative.DockerEntity.RemoveComponent(Awperative.Component)
|
||||||
|
- Awperative.DockerEntity.RemoveComponent``1
|
||||||
|
- Awperative.DockerEntity.RemoveComponents``1
|
||||||
|
- Awperative.DockerEntity.Scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: DockerEntity
|
||||||
|
nameWithType: DockerEntity
|
||||||
|
fullName: Awperative.DockerEntity
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Entities/DockerEntity/Removal.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: DockerEntity
|
||||||
|
path: Awperative/Kernel/Entities/DockerEntity/Removal.cs
|
||||||
|
startLine: 2
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
summary: Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public abstract class DockerEntity
|
||||||
|
content.vb: Public MustInherit Class DockerEntity
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
derivedClasses:
|
||||||
|
- Awperative.Body
|
||||||
|
- Awperative.Scene
|
||||||
|
inheritedMembers:
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.DockerEntity.AddComponent``1
|
||||||
|
commentId: M:Awperative.DockerEntity.AddComponent``1
|
||||||
|
id: AddComponent``1
|
||||||
|
parent: Awperative.DockerEntity
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: AddComponent<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
|
||||||
353
api/Awperative.Kernel.Communication.Config.Config.yml
Normal file
353
api/Awperative.Kernel.Communication.Config.Config.yml
Normal file
@@ -0,0 +1,353 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Kernel.Communication.Config.Config
|
||||||
|
commentId: T:Awperative.Kernel.Communication.Config.Config
|
||||||
|
id: Config
|
||||||
|
parent: Awperative.Kernel.Communication.Config
|
||||||
|
children:
|
||||||
|
- Awperative.Kernel.Communication.Config.Config.logFileName
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Config
|
||||||
|
nameWithType: Config
|
||||||
|
fullName: Awperative.Kernel.Communication.Config.Config
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Communication/Config/TempConfig.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Config
|
||||||
|
path: Awperative/Kernel/Communication/Config/TempConfig.cs
|
||||||
|
startLine: 5
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative.Kernel.Communication.Config
|
||||||
|
syntax:
|
||||||
|
content: public static class Config
|
||||||
|
content.vb: Public Module Config
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
inheritedMembers:
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.Kernel.Communication.Config.Config.logFileName
|
||||||
|
commentId: F:Awperative.Kernel.Communication.Config.Config.logFileName
|
||||||
|
id: logFileName
|
||||||
|
parent: Awperative.Kernel.Communication.Config.Config
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: logFileName
|
||||||
|
nameWithType: Config.logFileName
|
||||||
|
fullName: Awperative.Kernel.Communication.Config.Config.logFileName
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Communication/Config/TempConfig.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: logFileName
|
||||||
|
path: Awperative/Kernel/Communication/Config/TempConfig.cs
|
||||||
|
startLine: 8
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative.Kernel.Communication.Config
|
||||||
|
syntax:
|
||||||
|
content: public static string logFileName
|
||||||
|
return:
|
||||||
|
type: System.String
|
||||||
|
content.vb: Public Shared logFileName As String
|
||||||
|
references:
|
||||||
|
- uid: Awperative.Kernel.Communication.Config
|
||||||
|
commentId: N:Awperative.Kernel.Communication.Config
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative.Kernel.Communication.Config
|
||||||
|
nameWithType: Awperative.Kernel.Communication.Config
|
||||||
|
fullName: Awperative.Kernel.Communication.Config
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative
|
||||||
|
name: Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel
|
||||||
|
name: Kernel
|
||||||
|
href: Awperative.Kernel.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel.Communication
|
||||||
|
name: Communication
|
||||||
|
href: Awperative.Kernel.Communication.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel.Communication.Config
|
||||||
|
name: Config
|
||||||
|
href: Awperative.Kernel.Communication.Config.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative
|
||||||
|
name: Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel
|
||||||
|
name: Kernel
|
||||||
|
href: Awperative.Kernel.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel.Communication
|
||||||
|
name: Communication
|
||||||
|
href: Awperative.Kernel.Communication.html
|
||||||
|
- name: .
|
||||||
|
- uid: Awperative.Kernel.Communication.Config
|
||||||
|
name: Config
|
||||||
|
href: Awperative.Kernel.Communication.Config.html
|
||||||
|
- uid: System.Object
|
||||||
|
commentId: T:System.Object
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
name: object
|
||||||
|
nameWithType: object
|
||||||
|
fullName: object
|
||||||
|
nameWithType.vb: Object
|
||||||
|
fullName.vb: Object
|
||||||
|
name.vb: Object
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
commentId: M:System.Object.Equals(System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
name: Equals(object)
|
||||||
|
nameWithType: object.Equals(object)
|
||||||
|
fullName: object.Equals(object)
|
||||||
|
nameWithType.vb: Object.Equals(Object)
|
||||||
|
fullName.vb: Object.Equals(Object)
|
||||||
|
name.vb: Equals(Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.Equals(System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
name: Equals(object, object)
|
||||||
|
nameWithType: object.Equals(object, object)
|
||||||
|
fullName: object.Equals(object, object)
|
||||||
|
nameWithType.vb: Object.Equals(Object, Object)
|
||||||
|
fullName.vb: Object.Equals(Object, Object)
|
||||||
|
name.vb: Equals(Object, Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||||||
|
name: Equals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
commentId: M:System.Object.GetHashCode
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
name: GetHashCode()
|
||||||
|
nameWithType: object.GetHashCode()
|
||||||
|
fullName: object.GetHashCode()
|
||||||
|
nameWithType.vb: Object.GetHashCode()
|
||||||
|
fullName.vb: Object.GetHashCode()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
name: GetHashCode
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.GetHashCode
|
||||||
|
name: GetHashCode
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
commentId: M:System.Object.GetType
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
name: GetType()
|
||||||
|
nameWithType: object.GetType()
|
||||||
|
fullName: object.GetType()
|
||||||
|
nameWithType.vb: Object.GetType()
|
||||||
|
fullName.vb: Object.GetType()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
name: GetType
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.GetType
|
||||||
|
name: GetType
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.MemberwiseClone
|
||||||
|
commentId: M:System.Object.MemberwiseClone
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||||
|
name: MemberwiseClone()
|
||||||
|
nameWithType: object.MemberwiseClone()
|
||||||
|
fullName: object.MemberwiseClone()
|
||||||
|
nameWithType.vb: Object.MemberwiseClone()
|
||||||
|
fullName.vb: Object.MemberwiseClone()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.MemberwiseClone
|
||||||
|
name: MemberwiseClone
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.MemberwiseClone
|
||||||
|
name: MemberwiseClone
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
name: ReferenceEquals(object, object)
|
||||||
|
nameWithType: object.ReferenceEquals(object, object)
|
||||||
|
fullName: object.ReferenceEquals(object, object)
|
||||||
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||||
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||||
|
name.vb: ReferenceEquals(Object, Object)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
name: ReferenceEquals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
name: ReferenceEquals
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||||
|
- name: (
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Object
|
||||||
|
name: Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
- name: )
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
commentId: M:System.Object.ToString
|
||||||
|
parent: System.Object
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
name: ToString()
|
||||||
|
nameWithType: object.ToString()
|
||||||
|
fullName: object.ToString()
|
||||||
|
nameWithType.vb: Object.ToString()
|
||||||
|
fullName.vb: Object.ToString()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
name: ToString
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Object.ToString
|
||||||
|
name: ToString
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: System
|
||||||
|
commentId: N:System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||||||
|
name: System
|
||||||
|
nameWithType: System
|
||||||
|
fullName: System
|
||||||
|
- uid: System.String
|
||||||
|
commentId: T:System.String
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
name: string
|
||||||
|
nameWithType: string
|
||||||
|
fullName: string
|
||||||
|
nameWithType.vb: String
|
||||||
|
fullName.vb: String
|
||||||
|
name.vb: String
|
||||||
23
api/Awperative.Kernel.Communication.Config.yml
Normal file
23
api/Awperative.Kernel.Communication.Config.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Kernel.Communication.Config
|
||||||
|
commentId: N:Awperative.Kernel.Communication.Config
|
||||||
|
id: Awperative.Kernel.Communication.Config
|
||||||
|
children:
|
||||||
|
- Awperative.Kernel.Communication.Config.Config
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Awperative.Kernel.Communication.Config
|
||||||
|
nameWithType: Awperative.Kernel.Communication.Config
|
||||||
|
fullName: Awperative.Kernel.Communication.Config
|
||||||
|
type: Namespace
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
references:
|
||||||
|
- uid: Awperative.Kernel.Communication.Config.Config
|
||||||
|
commentId: T:Awperative.Kernel.Communication.Config.Config
|
||||||
|
href: Awperative.Kernel.Communication.Config.Config.html
|
||||||
|
name: Config
|
||||||
|
nameWithType: Config
|
||||||
|
fullName: Awperative.Kernel.Communication.Config.Config
|
||||||
1188
api/Awperative.Scene.yml
Normal file
1188
api/Awperative.Scene.yml
Normal file
File diff suppressed because it is too large
Load Diff
736
api/Awperative.SceneComponent.yml
Normal file
736
api/Awperative.SceneComponent.yml
Normal file
@@ -0,0 +1,736 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.SceneComponent
|
||||||
|
commentId: T:Awperative.SceneComponent
|
||||||
|
id: SceneComponent
|
||||||
|
parent: Awperative
|
||||||
|
children: []
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: SceneComponent
|
||||||
|
nameWithType: SceneComponent
|
||||||
|
fullName: Awperative.SceneComponent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Scripting/SceneComponent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: SceneComponent
|
||||||
|
path: Awperative/Kernel/Scripting/SceneComponent.cs
|
||||||
|
startLine: 3
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public class SceneComponent : Component'
|
||||||
|
content.vb: Public Class SceneComponent Inherits Component
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
- Awperative.Component
|
||||||
|
inheritedMembers:
|
||||||
|
- Awperative.Component.Scene
|
||||||
|
- Awperative.Component.Unload
|
||||||
|
- Awperative.Component.Load
|
||||||
|
- Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
- Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
- Awperative.Component.Create
|
||||||
|
- Awperative.Component.Destroy
|
||||||
|
- Awperative.Component.AddBody
|
||||||
|
- Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
- Awperative.Component.GetBody(System.String)
|
||||||
|
- Awperative.Component.GetBodies(System.String)
|
||||||
|
- Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
- Awperative.Component.AddComponent``1
|
||||||
|
- Awperative.Component.AddComponent``1(System.Object[])
|
||||||
|
- Awperative.Component.GetComponent``1
|
||||||
|
- Awperative.Component.GetComponents``1
|
||||||
|
- Awperative.Component.RemoveComponent``1
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.MemberwiseClone
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
references:
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
|
- uid: System.Object
|
||||||
|
commentId: T:System.Object
|
||||||
|
parent: System
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||||
|
name: object
|
||||||
|
nameWithType: object
|
||||||
|
fullName: object
|
||||||
|
nameWithType.vb: Object
|
||||||
|
fullName.vb: Object
|
||||||
|
name.vb: Object
|
||||||
|
- uid: Awperative.Component
|
||||||
|
commentId: T:Awperative.Component
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Component.html
|
||||||
|
name: Component
|
||||||
|
nameWithType: Component
|
||||||
|
fullName: Awperative.Component
|
||||||
|
- uid: Awperative.Component.Scene
|
||||||
|
commentId: P:Awperative.Component.Scene
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Scene
|
||||||
|
name: Scene
|
||||||
|
nameWithType: Component.Scene
|
||||||
|
fullName: Awperative.Component.Scene
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
commentId: M:Awperative.Component.Unload
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
name: Unload()
|
||||||
|
nameWithType: Component.Unload()
|
||||||
|
fullName: Awperative.Component.Unload()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
name: Unload
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Unload
|
||||||
|
name: Unload
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Unload
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
commentId: M:Awperative.Component.Load
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
name: Load()
|
||||||
|
nameWithType: Component.Load()
|
||||||
|
fullName: Awperative.Component.Load()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
name: Load
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Load
|
||||||
|
name: Load
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Load
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Update(GameTime)
|
||||||
|
nameWithType: Component.Update(GameTime)
|
||||||
|
fullName: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Update(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Update
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Update_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
commentId: M:Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
name: Draw(GameTime)
|
||||||
|
nameWithType: Component.Draw(GameTime)
|
||||||
|
fullName: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Draw(Microsoft.Xna.Framework.GameTime)
|
||||||
|
name: Draw
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Draw_Microsoft_Xna_Framework_GameTime_
|
||||||
|
- name: (
|
||||||
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
|
name: GameTime
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
commentId: M:Awperative.Component.Create
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
name: Create()
|
||||||
|
nameWithType: Component.Create()
|
||||||
|
fullName: Awperative.Component.Create()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
name: Create
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Create
|
||||||
|
name: Create
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Create
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
commentId: M:Awperative.Component.Destroy
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
name: Destroy()
|
||||||
|
nameWithType: Component.Destroy()
|
||||||
|
fullName: Awperative.Component.Destroy()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
name: Destroy
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.Destroy
|
||||||
|
name: Destroy
|
||||||
|
href: Awperative.Component.html#Awperative_Component_Destroy
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
commentId: M:Awperative.Component.AddBody
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
name: AddBody()
|
||||||
|
nameWithType: Component.AddBody()
|
||||||
|
fullName: Awperative.Component.AddBody()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.AddBody
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
commentId: M:Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
name: AddBody(Transform)
|
||||||
|
nameWithType: Component.AddBody(Transform)
|
||||||
|
fullName: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
name: Transform
|
||||||
|
href: Awperative.Transform.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.AddBody(Awperative.Transform)
|
||||||
|
name: AddBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddBody_Awperative_Transform_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
name: Transform
|
||||||
|
href: Awperative.Transform.html
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
commentId: M:Awperative.Component.GetBody(System.String)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
name: GetBody(string)
|
||||||
|
nameWithType: Component.GetBody(string)
|
||||||
|
fullName: Awperative.Component.GetBody(string)
|
||||||
|
nameWithType.vb: Component.GetBody(String)
|
||||||
|
fullName.vb: Awperative.Component.GetBody(String)
|
||||||
|
name.vb: GetBody(String)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
name: GetBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: string
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.GetBody(System.String)
|
||||||
|
name: GetBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBody_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
commentId: M:Awperative.Component.GetBodies(System.String)
|
||||||
|
parent: Awperative.Component
|
||||||
|
isExternal: true
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
name: GetBodies(string)
|
||||||
|
nameWithType: Component.GetBodies(string)
|
||||||
|
fullName: Awperative.Component.GetBodies(string)
|
||||||
|
nameWithType.vb: Component.GetBodies(String)
|
||||||
|
fullName.vb: Awperative.Component.GetBodies(String)
|
||||||
|
name.vb: GetBodies(String)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
name: GetBodies
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: string
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.GetBodies(System.String)
|
||||||
|
name: GetBodies
|
||||||
|
href: Awperative.Component.html#Awperative_Component_GetBodies_System_String_
|
||||||
|
- name: (
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
commentId: M:Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
name: DestroyBody(Body)
|
||||||
|
nameWithType: Component.DestroyBody(Body)
|
||||||
|
fullName: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
name: DestroyBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Body
|
||||||
|
name: Body
|
||||||
|
href: Awperative.Body.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: Awperative.Component.DestroyBody(Awperative.Body)
|
||||||
|
name: DestroyBody
|
||||||
|
href: Awperative.Component.html#Awperative_Component_DestroyBody_Awperative_Body_
|
||||||
|
- name: (
|
||||||
|
- uid: Awperative.Body
|
||||||
|
name: Body
|
||||||
|
href: Awperative.Body.html
|
||||||
|
- name: )
|
||||||
|
- uid: Awperative.Component.AddComponent``1
|
||||||
|
commentId: M:Awperative.Component.AddComponent``1
|
||||||
|
parent: Awperative.Component
|
||||||
|
href: Awperative.Component.html#Awperative_Component_AddComponent__1
|
||||||
|
name: AddComponent<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
|
||||||
355
api/Awperative.SceneCreateEvent.yml
Normal file
355
api/Awperative.SceneCreateEvent.yml
Normal file
@@ -0,0 +1,355 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.SceneCreateEvent
|
||||||
|
commentId: T:Awperative.SceneCreateEvent
|
||||||
|
id: SceneCreateEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.SceneCreateEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: SceneCreateEvent
|
||||||
|
nameWithType: SceneCreateEvent
|
||||||
|
fullName: Awperative.SceneCreateEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: SceneCreateEvent
|
||||||
|
path: Awperative/Kernel/Events/Scenes/SceneCreateEvent.cs
|
||||||
|
startLine: 3
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record SceneCreateEvent : IEquatable<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
|
||||||
355
api/Awperative.SceneDestroyEvent.yml
Normal file
355
api/Awperative.SceneDestroyEvent.yml
Normal file
@@ -0,0 +1,355 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.SceneDestroyEvent
|
||||||
|
commentId: T:Awperative.SceneDestroyEvent
|
||||||
|
id: SceneDestroyEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.SceneDestroyEvent.scene
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: SceneDestroyEvent
|
||||||
|
nameWithType: SceneDestroyEvent
|
||||||
|
fullName: Awperative.SceneDestroyEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: SceneDestroyEvent
|
||||||
|
path: Awperative/Kernel/Events/Scenes/SceneDestroyEvent.cs
|
||||||
|
startLine: 3
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record SceneDestroyEvent : IEquatable<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
|
||||||
785
api/Awperative.Transform.yml
Normal file
785
api/Awperative.Transform.yml
Normal file
@@ -0,0 +1,785 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
commentId: T:Awperative.Transform
|
||||||
|
id: Transform
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.Transform.#ctor
|
||||||
|
- Awperative.Transform.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)
|
||||||
|
- Awperative.Transform.Clone
|
||||||
|
- Awperative.Transform.Depth
|
||||||
|
- Awperative.Transform.OnTransformChangedEvent
|
||||||
|
- Awperative.Transform.Origin
|
||||||
|
- Awperative.Transform.Position
|
||||||
|
- Awperative.Transform.Rotation
|
||||||
|
- Awperative.Transform.Scale
|
||||||
|
- Awperative.Transform.Set(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,Microsoft.Xna.Framework.Vector2)
|
||||||
|
- Awperative.Transform.ToMatrix
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Transform
|
||||||
|
nameWithType: Transform
|
||||||
|
fullName: Awperative.Transform
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Types/Transform/Transform.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: Transform
|
||||||
|
path: Awperative/Kernel/Types/Transform/Transform.cs
|
||||||
|
startLine: 6
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: public sealed class Transform
|
||||||
|
content.vb: Public NotInheritable Class Transform
|
||||||
|
inheritance:
|
||||||
|
- System.Object
|
||||||
|
inheritedMembers:
|
||||||
|
- System.Object.Equals(System.Object)
|
||||||
|
- System.Object.Equals(System.Object,System.Object)
|
||||||
|
- System.Object.GetHashCode
|
||||||
|
- System.Object.GetType
|
||||||
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
|
- System.Object.ToString
|
||||||
|
- uid: Awperative.Transform.OnTransformChangedEvent
|
||||||
|
commentId: E:Awperative.Transform.OnTransformChangedEvent
|
||||||
|
id: OnTransformChangedEvent
|
||||||
|
parent: Awperative.Transform
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: OnTransformChangedEvent
|
||||||
|
nameWithType: Transform.OnTransformChangedEvent
|
||||||
|
fullName: Awperative.Transform.OnTransformChangedEvent
|
||||||
|
type: Event
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Types/Transform/Transform.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: OnTransformChangedEvent
|
||||||
|
path: Awperative/Kernel/Types/Transform/Transform.cs
|
||||||
|
startLine: 9
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: public event EventHandler<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
|
||||||
383
api/Awperative.TransformModifyEvent.yml
Normal file
383
api/Awperative.TransformModifyEvent.yml
Normal file
@@ -0,0 +1,383 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative.TransformModifyEvent
|
||||||
|
commentId: T:Awperative.TransformModifyEvent
|
||||||
|
id: TransformModifyEvent
|
||||||
|
parent: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.TransformModifyEvent.after
|
||||||
|
- Awperative.TransformModifyEvent.before
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: TransformModifyEvent
|
||||||
|
nameWithType: TransformModifyEvent
|
||||||
|
fullName: Awperative.TransformModifyEvent
|
||||||
|
type: Class
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs
|
||||||
|
branch: main
|
||||||
|
repo: http://aeroglory.duckdns.org:3000/AveryNorris/Awperative.git
|
||||||
|
id: TransformModifyEvent
|
||||||
|
path: Awperative/Kernel/Events/Transform/TransformModifyEvent.cs
|
||||||
|
startLine: 5
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
namespace: Awperative
|
||||||
|
syntax:
|
||||||
|
content: 'public sealed record TransformModifyEvent : IEquatable<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
|
||||||
154
api/Awperative.yml
Normal file
154
api/Awperative.yml
Normal file
@@ -0,0 +1,154 @@
|
|||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
id: Awperative
|
||||||
|
children:
|
||||||
|
- Awperative.Awperative
|
||||||
|
- Awperative.AwperativeHook
|
||||||
|
- Awperative.Base
|
||||||
|
- Awperative.Body
|
||||||
|
- Awperative.BodyComponent
|
||||||
|
- Awperative.BodyCreateEvent
|
||||||
|
- Awperative.BodyDestroyEvent
|
||||||
|
- Awperative.Component
|
||||||
|
- Awperative.ComponentCreateEvent
|
||||||
|
- Awperative.ComponentDestroyEvent
|
||||||
|
- Awperative.Debug
|
||||||
|
- Awperative.DockerEntity
|
||||||
|
- Awperative.Scene
|
||||||
|
- Awperative.SceneComponent
|
||||||
|
- Awperative.SceneCreateEvent
|
||||||
|
- Awperative.SceneDestroyEvent
|
||||||
|
- Awperative.Transform
|
||||||
|
- Awperative.TransformModifyEvent
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
|
type: Namespace
|
||||||
|
assemblies:
|
||||||
|
- Awperative
|
||||||
|
references:
|
||||||
|
- uid: Awperative.Debug
|
||||||
|
commentId: T:Awperative.Debug
|
||||||
|
href: Awperative.Debug.html
|
||||||
|
name: Debug
|
||||||
|
nameWithType: Debug
|
||||||
|
fullName: Awperative.Debug
|
||||||
|
- uid: Awperative.Body
|
||||||
|
commentId: T:Awperative.Body
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Body.html
|
||||||
|
name: Body
|
||||||
|
nameWithType: Body
|
||||||
|
fullName: Awperative.Body
|
||||||
|
- uid: Awperative.DockerEntity
|
||||||
|
commentId: T:Awperative.DockerEntity
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.DockerEntity.html
|
||||||
|
name: DockerEntity
|
||||||
|
nameWithType: DockerEntity
|
||||||
|
fullName: Awperative.DockerEntity
|
||||||
|
- uid: Awperative.Scene
|
||||||
|
commentId: T:Awperative.Scene
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Scene.html
|
||||||
|
name: Scene
|
||||||
|
nameWithType: Scene
|
||||||
|
fullName: Awperative.Scene
|
||||||
|
- uid: Awperative.BodyCreateEvent
|
||||||
|
commentId: T:Awperative.BodyCreateEvent
|
||||||
|
href: Awperative.BodyCreateEvent.html
|
||||||
|
name: BodyCreateEvent
|
||||||
|
nameWithType: BodyCreateEvent
|
||||||
|
fullName: Awperative.BodyCreateEvent
|
||||||
|
- uid: Awperative.BodyDestroyEvent
|
||||||
|
commentId: T:Awperative.BodyDestroyEvent
|
||||||
|
href: Awperative.BodyDestroyEvent.html
|
||||||
|
name: BodyDestroyEvent
|
||||||
|
nameWithType: BodyDestroyEvent
|
||||||
|
fullName: Awperative.BodyDestroyEvent
|
||||||
|
- uid: Awperative.ComponentCreateEvent
|
||||||
|
commentId: T:Awperative.ComponentCreateEvent
|
||||||
|
href: Awperative.ComponentCreateEvent.html
|
||||||
|
name: ComponentCreateEvent
|
||||||
|
nameWithType: ComponentCreateEvent
|
||||||
|
fullName: Awperative.ComponentCreateEvent
|
||||||
|
- uid: Awperative.ComponentDestroyEvent
|
||||||
|
commentId: T:Awperative.ComponentDestroyEvent
|
||||||
|
href: Awperative.ComponentDestroyEvent.html
|
||||||
|
name: ComponentDestroyEvent
|
||||||
|
nameWithType: ComponentDestroyEvent
|
||||||
|
fullName: Awperative.ComponentDestroyEvent
|
||||||
|
- uid: Awperative.SceneCreateEvent
|
||||||
|
commentId: T:Awperative.SceneCreateEvent
|
||||||
|
href: Awperative.SceneCreateEvent.html
|
||||||
|
name: SceneCreateEvent
|
||||||
|
nameWithType: SceneCreateEvent
|
||||||
|
fullName: Awperative.SceneCreateEvent
|
||||||
|
- uid: Awperative.SceneDestroyEvent
|
||||||
|
commentId: T:Awperative.SceneDestroyEvent
|
||||||
|
href: Awperative.SceneDestroyEvent.html
|
||||||
|
name: SceneDestroyEvent
|
||||||
|
nameWithType: SceneDestroyEvent
|
||||||
|
fullName: Awperative.SceneDestroyEvent
|
||||||
|
- uid: Awperative.TransformModifyEvent
|
||||||
|
commentId: T:Awperative.TransformModifyEvent
|
||||||
|
href: Awperative.TransformModifyEvent.html
|
||||||
|
name: TransformModifyEvent
|
||||||
|
nameWithType: TransformModifyEvent
|
||||||
|
fullName: Awperative.TransformModifyEvent
|
||||||
|
- uid: Awperative.AwperativeHook
|
||||||
|
commentId: T:Awperative.AwperativeHook
|
||||||
|
href: Awperative.AwperativeHook.html
|
||||||
|
name: AwperativeHook
|
||||||
|
nameWithType: AwperativeHook
|
||||||
|
fullName: Awperative.AwperativeHook
|
||||||
|
- uid: Awperative.Base
|
||||||
|
commentId: T:Awperative.Base
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Base.html
|
||||||
|
name: Base
|
||||||
|
nameWithType: Base
|
||||||
|
fullName: Awperative.Base
|
||||||
|
- uid: Awperative.Awperative
|
||||||
|
commentId: T:Awperative.Awperative
|
||||||
|
href: Awperative.Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative.Awperative
|
||||||
|
- uid: Awperative.BodyComponent
|
||||||
|
commentId: T:Awperative.BodyComponent
|
||||||
|
href: Awperative.BodyComponent.html
|
||||||
|
name: BodyComponent
|
||||||
|
nameWithType: BodyComponent
|
||||||
|
fullName: Awperative.BodyComponent
|
||||||
|
- uid: Awperative.Component
|
||||||
|
commentId: T:Awperative.Component
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Component.html
|
||||||
|
name: Component
|
||||||
|
nameWithType: Component
|
||||||
|
fullName: Awperative.Component
|
||||||
|
- uid: Awperative.SceneComponent
|
||||||
|
commentId: T:Awperative.SceneComponent
|
||||||
|
href: Awperative.SceneComponent.html
|
||||||
|
name: SceneComponent
|
||||||
|
nameWithType: SceneComponent
|
||||||
|
fullName: Awperative.SceneComponent
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
commentId: T:Awperative.Transform
|
||||||
|
parent: Awperative
|
||||||
|
href: Awperative.Transform.html
|
||||||
|
name: Transform
|
||||||
|
nameWithType: Transform
|
||||||
|
fullName: Awperative.Transform
|
||||||
|
- uid: Awperative
|
||||||
|
commentId: N:Awperative
|
||||||
|
href: Awperative.html
|
||||||
|
name: Awperative
|
||||||
|
nameWithType: Awperative
|
||||||
|
fullName: Awperative
|
||||||
68
api/toc.yml
Normal file
68
api/toc.yml
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
### YamlMime:TableOfContent
|
||||||
|
items:
|
||||||
|
- uid: Awperative
|
||||||
|
name: Awperative
|
||||||
|
type: Namespace
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Awperative
|
||||||
|
name: Awperative
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.AwperativeHook
|
||||||
|
name: AwperativeHook
|
||||||
|
type: Interface
|
||||||
|
- uid: Awperative.Base
|
||||||
|
name: Base
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Body
|
||||||
|
name: Body
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.BodyComponent
|
||||||
|
name: BodyComponent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.BodyCreateEvent
|
||||||
|
name: BodyCreateEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.BodyDestroyEvent
|
||||||
|
name: BodyDestroyEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Component
|
||||||
|
name: Component
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.ComponentCreateEvent
|
||||||
|
name: ComponentCreateEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.ComponentDestroyEvent
|
||||||
|
name: ComponentDestroyEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Debug
|
||||||
|
name: Debug
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.DockerEntity
|
||||||
|
name: DockerEntity
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Scene
|
||||||
|
name: Scene
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.SceneComponent
|
||||||
|
name: SceneComponent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.SceneCreateEvent
|
||||||
|
name: SceneCreateEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.SceneDestroyEvent
|
||||||
|
name: SceneDestroyEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Transform
|
||||||
|
name: Transform
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.TransformModifyEvent
|
||||||
|
name: TransformModifyEvent
|
||||||
|
type: Class
|
||||||
|
- uid: Awperative.Kernel.Communication.Config
|
||||||
|
name: Awperative.Kernel.Communication.Config
|
||||||
|
type: Namespace
|
||||||
|
items:
|
||||||
|
- uid: Awperative.Kernel.Communication.Config.Config
|
||||||
|
name: Config
|
||||||
|
type: Class
|
||||||
|
memberLayout: SamePage
|
||||||
114
docs/_site/Docs/chapter1.html
Normal file
114
docs/_site/Docs/chapter1.html
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
<!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>
|
||||||
Binary file not shown.
189
docs/_site/Docs/whatis.html
Normal file
189
docs/_site/Docs/whatis.html
Normal file
@@ -0,0 +1,189 @@
|
|||||||
|
<!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>
|
||||||
114
docs/_site/Docs/whatisawperative.html
Normal file
114
docs/_site/Docs/whatisawperative.html
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
<!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>
|
||||||
136
docs/_site/Docs/whyuse.html
Normal file
136
docs/_site/Docs/whyuse.html
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
<!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>
|
||||||
Binary file not shown.
@@ -2,9 +2,9 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>This is the HOMEPAGE. | Awperative </title>
|
<title> Welcome To **Awpera | Awperative </title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="title" content="This is the HOMEPAGE. | Awperative ">
|
<meta name="title" content=" Welcome To **Awpera | Awperative ">
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" href="favicon.ico">
|
<link rel="icon" href="favicon.ico">
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<article data-uid="">
|
<article data-uid="">
|
||||||
<h1 id="this-is-the-homepage">This is the <strong>HOMEPAGE</strong>.</h1>
|
<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>
|
<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>
|
<h2 id="quick-start-notes">Quick Start Notes:</h2>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
# What Is Awperative?
|
# What Is Awperative?
|
||||||
|
|
||||||
Awperative is a passion fueled **Game Development Platform**; created by me, **Avery Norris**. With the goal of low level, customizable and event driven game design.
|
Awperative is a passion fueled **Game Development Platform** in **C#**; created by me, **Avery Norris**. With the goal of low level, customizable and event driven game design.
|
||||||
It is completely **free** and **open source** and modifying it is actually encouraged!
|
It is completely **free** and **open source** and modifying it is actually encouraged!
|
||||||
|
|
||||||
Awperative could also be considered a Game Library but the definition is rather loose.
|
Awperative could also be considered a Game Library but the definition is rather loose.
|
||||||
@@ -15,20 +15,19 @@ much **"Development Bias"** from Awperative as possible.
|
|||||||
|
|
||||||
[**Unity**](https://unity.com/) has a very good example of this bias. If you have worked in Unity **2D** you are
|
[**Unity**](https://unity.com/) has a very good example of this bias. If you have worked in Unity **2D** you are
|
||||||
almost certainly familiar with the fact that all *Vectors* for 2D Game Objects, are actually **3D** despite
|
almost certainly familiar with the fact that all *Vectors* for 2D Game Objects, are actually **3D** despite
|
||||||
the 2D environment. This is becuase Unity was built as a 3D Game Engine. When they went
|
the 2D environment. This is becuase Unity was originally built as a 3D Game Engine. After initial success they decided
|
||||||
to make 2D they chose to bandaid this solution by pretending the Z axis did not exist.
|
to make a 2D version. And when they did, rather than completely modify Unity internals, They sanely chose to bandaid this original 3D environment by pretending the Z axis did not exist.
|
||||||
|
|
||||||
In other words, what I call "Developmental Bias" is when Development Tools implement ideas with specific
|
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.
|
assumptions or panderings to a certain type of Game; It is not detrimental to development. However it can certainly muddy the waters.
|
||||||
|
|
||||||
Modern Game engines have hundreds if not thousands of small bias' plaguing their **Renderers**, **Physics**, **Lighting**, etc. While
|
Modern Game engines have hundreds if not thousands of small bias' plaguing their **Renderers**, **Physics**, **Lighting**, etc. While
|
||||||
Awperative does not claim to be a 100% bias
|
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
|
free system. I believe it is quite close, and certainly more effective than any Game Engine by many times.
|
||||||
many times.
|
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
So then how does one purge bias from a **System**? I would say there's two schools
|
So then how does one purge bias from a **System**? There's two schools
|
||||||
of thought.
|
of thought.
|
||||||
|
|
||||||
1. Make a system that works in any circumstance imaginable.
|
1. Make a system that works in any circumstance imaginable.
|
||||||
@@ -44,14 +43,14 @@ Following our previous rule of bias elimination, we should make it work in as ma
|
|||||||
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.
|
example we will pretend the only factor that can change how transform works in the world. For instance 2d or 3d, Quaternions or Euler Angles, etc.
|
||||||
|
|
||||||
Making a player controller that could work from 0-∞ dimensions is nothing short of computer magic.
|
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.
|
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.
|
Lest we modify the source code, our only option is to implement an interface or abstract class so that we can actually use the transformation struct.
|
||||||
|
|
||||||
Even if we get past all of these problems, making a system that works for every design philosiphy is still impossible. You can only build systems with so much foresight. We
|
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.
|
can't make a system that uses Quaternions AND Euler Angles without manually coding them both in. Our availablility and customization relies solely on what our foresight predicted.
|
||||||
|
|
||||||
We have no way of knowing if someone will ever make another Quaternion type of Angle. If they do and want to
|
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 those. Our library cannot magically support it unfortunately.
|
use it in the game, our library cannot magically support it unfortunately.
|
||||||
|
|
||||||
### Idea 2
|
### Idea 2
|
||||||
|
|
||||||
@@ -81,13 +80,13 @@ core design principles
|
|||||||
|
|
||||||
### Generalization
|
### Generalization
|
||||||
|
|
||||||
Starting with Generalization; I've worked very hard to reduce redundancy and speficifcation in
|
Starting with Generalization; I've worked very hard to reduce redundancy and specification in
|
||||||
some scenarios. A good example of Generalizaiton is **Doors** and **Windows**. To us humans they are
|
some scenarios. A good example of Generalizaiton is **Doors** and **Windows**. To us humans they are
|
||||||
different things, but in General, they are both just passages that open.
|
different things, but in General, they are both just passages that open.
|
||||||
|
|
||||||
Awperative takes a doors and windows approach with multiple core systems; Most times we can generalize this scenario by
|
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
|
having both doors and windows inherit an interface called something along the lines of "ThingsThatOpen". The same can
|
||||||
be done with abstract classes and sometimes even better, we can compress both systems into one class, for instance bowls and cups can be
|
be done with abstract classes or sometimes even better, we can compress both systems into one class, for instance: bowls and cups can be
|
||||||
combined into one joined **receptical** class.
|
combined into one joined **receptical** class.
|
||||||
|
|
||||||
### Reduction And Modulation
|
### Reduction And Modulation
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -2,7 +2,7 @@
|
|||||||
_layout: landing
|
_layout: landing
|
||||||
---
|
---
|
||||||
|
|
||||||
# This is the **HOMEPAGE**.
|
# <center> Welcome To **Awpera </center>
|
||||||
|
|
||||||
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
|
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user