### YamlMime:ManagedReference items: - uid: Voile.SceneGraph.RectangleShape2d commentId: T:Voile.SceneGraph.RectangleShape2d id: RectangleShape2d parent: Voile.SceneGraph children: - Voile.SceneGraph.RectangleShape2d.Color - Voile.SceneGraph.RectangleShape2d.OnDraw(Voile.Rendering.RenderSystem) - Voile.SceneGraph.RectangleShape2d.Size langs: - csharp - vb name: RectangleShape2d nameWithType: RectangleShape2d fullName: Voile.SceneGraph.RectangleShape2d type: Class source: remote: path: Voile/Source/SceneGraph/Entities/RectangleShape2d.cs branch: main repo: git@github.com:dnesov/DaggerFramework.git id: RectangleShape2d path: Source/SceneGraph/Entities/RectangleShape2d.cs startLine: 5 assemblies: - Voile namespace: Voile.SceneGraph syntax: content: 'public class RectangleShape2d : Drawable2d, IDrawable' content.vb: Public Class RectangleShape2d Inherits Drawable2d Implements IDrawable inheritance: - System.Object - Voile.SceneGraph.Entity - Voile.SceneGraph.Entity2d - Voile.SceneGraph.Drawable2d implements: - Voile.SceneGraph.IDrawable inheritedMembers: - Voile.SceneGraph.Drawable2d.PivotOffset - Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) - Voile.SceneGraph.Entity2d.Position - Voile.SceneGraph.Entity2d.Rotation - Voile.SceneGraph.Entity.Layer - Voile.SceneGraph.Entity.Input - Voile.SceneGraph.Entity.Audio - Voile.SceneGraph.Entity.Renderer - Voile.SceneGraph.Entity.Id - Voile.SceneGraph.Entity.Start - Voile.SceneGraph.Entity.Update(System.Double) - Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) - Voile.SceneGraph.Entity.OnStart - Voile.SceneGraph.Entity.OnDestroy - Voile.SceneGraph.Entity.OnUpdate(System.Double) - Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) - Voile.SceneGraph.Entity.Destroy - 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: Voile.SceneGraph.RectangleShape2d.Size commentId: P:Voile.SceneGraph.RectangleShape2d.Size id: Size parent: Voile.SceneGraph.RectangleShape2d langs: - csharp - vb name: Size nameWithType: RectangleShape2d.Size fullName: Voile.SceneGraph.RectangleShape2d.Size type: Property source: remote: path: Voile/Source/SceneGraph/Entities/RectangleShape2d.cs branch: main repo: git@github.com:dnesov/DaggerFramework.git id: Size path: Source/SceneGraph/Entities/RectangleShape2d.cs startLine: 7 assemblies: - Voile namespace: Voile.SceneGraph syntax: content: public Vector2 Size { get; set; } parameters: [] return: type: System.Numerics.Vector2 content.vb: Public Property Size As Vector2 overload: Voile.SceneGraph.RectangleShape2d.Size* - uid: Voile.SceneGraph.RectangleShape2d.Color commentId: P:Voile.SceneGraph.RectangleShape2d.Color id: Color parent: Voile.SceneGraph.RectangleShape2d langs: - csharp - vb name: Color nameWithType: RectangleShape2d.Color fullName: Voile.SceneGraph.RectangleShape2d.Color type: Property source: remote: path: Voile/Source/SceneGraph/Entities/RectangleShape2d.cs branch: main repo: git@github.com:dnesov/DaggerFramework.git id: Color path: Source/SceneGraph/Entities/RectangleShape2d.cs startLine: 8 assemblies: - Voile namespace: Voile.SceneGraph syntax: content: public Color Color { get; set; } parameters: [] return: type: Voile.Color content.vb: Public Property Color As Color overload: Voile.SceneGraph.RectangleShape2d.Color* - uid: Voile.SceneGraph.RectangleShape2d.OnDraw(Voile.Rendering.RenderSystem) commentId: M:Voile.SceneGraph.RectangleShape2d.OnDraw(Voile.Rendering.RenderSystem) id: OnDraw(Voile.Rendering.RenderSystem) parent: Voile.SceneGraph.RectangleShape2d langs: - csharp - vb name: OnDraw(RenderSystem) nameWithType: RectangleShape2d.OnDraw(RenderSystem) fullName: Voile.SceneGraph.RectangleShape2d.OnDraw(Voile.Rendering.RenderSystem) type: Method source: remote: path: Voile/Source/SceneGraph/Entities/RectangleShape2d.cs branch: main repo: git@github.com:dnesov/DaggerFramework.git id: OnDraw path: Source/SceneGraph/Entities/RectangleShape2d.cs startLine: 9 assemblies: - Voile namespace: Voile.SceneGraph example: [] syntax: content: public override void OnDraw(RenderSystem renderer) parameters: - id: renderer type: Voile.Rendering.RenderSystem content.vb: Public Overrides Sub OnDraw(renderer As RenderSystem) overridden: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) overload: Voile.SceneGraph.RectangleShape2d.OnDraw* references: - uid: Voile.SceneGraph commentId: N:Voile.SceneGraph href: Voile.html name: Voile.SceneGraph nameWithType: Voile.SceneGraph fullName: Voile.SceneGraph spec.csharp: - uid: Voile name: Voile href: Voile.html - name: . - uid: Voile.SceneGraph name: SceneGraph href: Voile.SceneGraph.html spec.vb: - uid: Voile name: Voile href: Voile.html - name: . - uid: Voile.SceneGraph name: SceneGraph href: Voile.SceneGraph.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: Voile.SceneGraph.Entity commentId: T:Voile.SceneGraph.Entity parent: Voile.SceneGraph href: Voile.SceneGraph.Entity.html name: Entity nameWithType: Entity fullName: Voile.SceneGraph.Entity - uid: Voile.SceneGraph.Entity2d commentId: T:Voile.SceneGraph.Entity2d parent: Voile.SceneGraph href: Voile.SceneGraph.Entity2d.html name: Entity2d nameWithType: Entity2d fullName: Voile.SceneGraph.Entity2d - uid: Voile.SceneGraph.Drawable2d commentId: T:Voile.SceneGraph.Drawable2d parent: Voile.SceneGraph href: Voile.SceneGraph.Drawable2d.html name: Drawable2d nameWithType: Drawable2d fullName: Voile.SceneGraph.Drawable2d - uid: Voile.SceneGraph.IDrawable commentId: T:Voile.SceneGraph.IDrawable parent: Voile.SceneGraph href: Voile.SceneGraph.IDrawable.html name: IDrawable nameWithType: IDrawable fullName: Voile.SceneGraph.IDrawable - uid: Voile.SceneGraph.Drawable2d.PivotOffset commentId: P:Voile.SceneGraph.Drawable2d.PivotOffset parent: Voile.SceneGraph.Drawable2d href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_PivotOffset name: PivotOffset nameWithType: Drawable2d.PivotOffset fullName: Voile.SceneGraph.Drawable2d.PivotOffset - uid: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) commentId: M:Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) parent: Voile.SceneGraph.Drawable2d href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_Draw_Voile_Rendering_RenderSystem_ name: Draw(RenderSystem) nameWithType: Drawable2d.Draw(RenderSystem) fullName: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) spec.csharp: - uid: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) name: Draw href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_Draw_Voile_Rendering_RenderSystem_ - name: ( - uid: Voile.Rendering.RenderSystem name: RenderSystem href: Voile.Rendering.RenderSystem.html - name: ) spec.vb: - uid: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem) name: Draw href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_Draw_Voile_Rendering_RenderSystem_ - name: ( - uid: Voile.Rendering.RenderSystem name: RenderSystem href: Voile.Rendering.RenderSystem.html - name: ) - uid: Voile.SceneGraph.Entity2d.Position commentId: P:Voile.SceneGraph.Entity2d.Position parent: Voile.SceneGraph.Entity2d href: Voile.SceneGraph.Entity2d.html#Voile_SceneGraph_Entity2d_Position name: Position nameWithType: Entity2d.Position fullName: Voile.SceneGraph.Entity2d.Position - uid: Voile.SceneGraph.Entity2d.Rotation commentId: P:Voile.SceneGraph.Entity2d.Rotation parent: Voile.SceneGraph.Entity2d href: Voile.SceneGraph.Entity2d.html#Voile_SceneGraph_Entity2d_Rotation name: Rotation nameWithType: Entity2d.Rotation fullName: Voile.SceneGraph.Entity2d.Rotation - uid: Voile.SceneGraph.Entity.Layer commentId: P:Voile.SceneGraph.Entity.Layer parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Layer name: Layer nameWithType: Entity.Layer fullName: Voile.SceneGraph.Entity.Layer - uid: Voile.SceneGraph.Entity.Input commentId: P:Voile.SceneGraph.Entity.Input parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Input name: Input nameWithType: Entity.Input fullName: Voile.SceneGraph.Entity.Input - uid: Voile.SceneGraph.Entity.Audio commentId: P:Voile.SceneGraph.Entity.Audio parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Audio name: Audio nameWithType: Entity.Audio fullName: Voile.SceneGraph.Entity.Audio - uid: Voile.SceneGraph.Entity.Renderer commentId: P:Voile.SceneGraph.Entity.Renderer parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Renderer name: Renderer nameWithType: Entity.Renderer fullName: Voile.SceneGraph.Entity.Renderer - uid: Voile.SceneGraph.Entity.Id commentId: P:Voile.SceneGraph.Entity.Id parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Id name: Id nameWithType: Entity.Id fullName: Voile.SceneGraph.Entity.Id - uid: Voile.SceneGraph.Entity.Start commentId: M:Voile.SceneGraph.Entity.Start parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Start name: Start() nameWithType: Entity.Start() fullName: Voile.SceneGraph.Entity.Start() spec.csharp: - uid: Voile.SceneGraph.Entity.Start name: Start href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Start - name: ( - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.Start name: Start href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Start - name: ( - name: ) - uid: Voile.SceneGraph.Entity.Update(System.Double) commentId: M:Voile.SceneGraph.Entity.Update(System.Double) parent: Voile.SceneGraph.Entity isExternal: true href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Update_System_Double_ name: Update(double) nameWithType: Entity.Update(double) fullName: Voile.SceneGraph.Entity.Update(double) nameWithType.vb: Entity.Update(Double) fullName.vb: Voile.SceneGraph.Entity.Update(Double) name.vb: Update(Double) spec.csharp: - uid: Voile.SceneGraph.Entity.Update(System.Double) name: Update href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Update_System_Double_ - name: ( - uid: System.Double name: double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.Update(System.Double) name: Update href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Update_System_Double_ - name: ( - uid: System.Double name: Double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: ) - uid: Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) commentId: M:Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_ReceiveInput_Voile_Input_InputSystem_ name: ReceiveInput(InputSystem) nameWithType: Entity.ReceiveInput(InputSystem) fullName: Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) spec.csharp: - uid: Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) name: ReceiveInput href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_ReceiveInput_Voile_Input_InputSystem_ - name: ( - uid: Voile.Input.InputSystem name: InputSystem href: Voile.Input.InputSystem.html - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.ReceiveInput(Voile.Input.InputSystem) name: ReceiveInput href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_ReceiveInput_Voile_Input_InputSystem_ - name: ( - uid: Voile.Input.InputSystem name: InputSystem href: Voile.Input.InputSystem.html - name: ) - uid: Voile.SceneGraph.Entity.OnStart commentId: M:Voile.SceneGraph.Entity.OnStart parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnStart name: OnStart() nameWithType: Entity.OnStart() fullName: Voile.SceneGraph.Entity.OnStart() spec.csharp: - uid: Voile.SceneGraph.Entity.OnStart name: OnStart href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnStart - name: ( - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.OnStart name: OnStart href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnStart - name: ( - name: ) - uid: Voile.SceneGraph.Entity.OnDestroy commentId: M:Voile.SceneGraph.Entity.OnDestroy parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnDestroy name: OnDestroy() nameWithType: Entity.OnDestroy() fullName: Voile.SceneGraph.Entity.OnDestroy() spec.csharp: - uid: Voile.SceneGraph.Entity.OnDestroy name: OnDestroy href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnDestroy - name: ( - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.OnDestroy name: OnDestroy href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnDestroy - name: ( - name: ) - uid: Voile.SceneGraph.Entity.OnUpdate(System.Double) commentId: M:Voile.SceneGraph.Entity.OnUpdate(System.Double) parent: Voile.SceneGraph.Entity isExternal: true href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnUpdate_System_Double_ name: OnUpdate(double) nameWithType: Entity.OnUpdate(double) fullName: Voile.SceneGraph.Entity.OnUpdate(double) nameWithType.vb: Entity.OnUpdate(Double) fullName.vb: Voile.SceneGraph.Entity.OnUpdate(Double) name.vb: OnUpdate(Double) spec.csharp: - uid: Voile.SceneGraph.Entity.OnUpdate(System.Double) name: OnUpdate href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnUpdate_System_Double_ - name: ( - uid: System.Double name: double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.OnUpdate(System.Double) name: OnUpdate href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnUpdate_System_Double_ - name: ( - uid: System.Double name: Double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: ) - uid: Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) commentId: M:Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnInput_Voile_Input_InputSystem_ name: OnInput(InputSystem) nameWithType: Entity.OnInput(InputSystem) fullName: Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) spec.csharp: - uid: Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) name: OnInput href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnInput_Voile_Input_InputSystem_ - name: ( - uid: Voile.Input.InputSystem name: InputSystem href: Voile.Input.InputSystem.html - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.OnInput(Voile.Input.InputSystem) name: OnInput href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_OnInput_Voile_Input_InputSystem_ - name: ( - uid: Voile.Input.InputSystem name: InputSystem href: Voile.Input.InputSystem.html - name: ) - uid: Voile.SceneGraph.Entity.Destroy commentId: M:Voile.SceneGraph.Entity.Destroy parent: Voile.SceneGraph.Entity href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Destroy name: Destroy() nameWithType: Entity.Destroy() fullName: Voile.SceneGraph.Entity.Destroy() spec.csharp: - uid: Voile.SceneGraph.Entity.Destroy name: Destroy href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Destroy - name: ( - name: ) spec.vb: - uid: Voile.SceneGraph.Entity.Destroy name: Destroy href: Voile.SceneGraph.Entity.html#Voile_SceneGraph_Entity_Destroy - 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: Voile.SceneGraph.RectangleShape2d.Size* commentId: Overload:Voile.SceneGraph.RectangleShape2d.Size href: Voile.SceneGraph.RectangleShape2d.html#Voile_SceneGraph_RectangleShape2d_Size name: Size nameWithType: RectangleShape2d.Size fullName: Voile.SceneGraph.RectangleShape2d.Size - uid: System.Numerics.Vector2 commentId: T:System.Numerics.Vector2 parent: System.Numerics isExternal: true href: https://learn.microsoft.com/dotnet/api/system.numerics.vector2 name: Vector2 nameWithType: Vector2 fullName: System.Numerics.Vector2 - uid: System.Numerics commentId: N:System.Numerics isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Numerics nameWithType: System.Numerics fullName: System.Numerics spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Numerics name: Numerics isExternal: true href: https://learn.microsoft.com/dotnet/api/system.numerics spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Numerics name: Numerics isExternal: true href: https://learn.microsoft.com/dotnet/api/system.numerics - uid: Voile.SceneGraph.RectangleShape2d.Color* commentId: Overload:Voile.SceneGraph.RectangleShape2d.Color href: Voile.SceneGraph.RectangleShape2d.html#Voile_SceneGraph_RectangleShape2d_Color name: Color nameWithType: RectangleShape2d.Color fullName: Voile.SceneGraph.RectangleShape2d.Color - uid: Voile.Color commentId: T:Voile.Color parent: Voile href: Voile.Color.html name: Color nameWithType: Color fullName: Voile.Color - uid: Voile commentId: N:Voile href: Voile.html name: Voile nameWithType: Voile fullName: Voile - uid: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) commentId: M:Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) parent: Voile.SceneGraph.Drawable2d href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_OnDraw_Voile_Rendering_RenderSystem_ name: OnDraw(RenderSystem) nameWithType: Drawable2d.OnDraw(RenderSystem) fullName: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) spec.csharp: - uid: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) name: OnDraw href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_OnDraw_Voile_Rendering_RenderSystem_ - name: ( - uid: Voile.Rendering.RenderSystem name: RenderSystem href: Voile.Rendering.RenderSystem.html - name: ) spec.vb: - uid: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem) name: OnDraw href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_OnDraw_Voile_Rendering_RenderSystem_ - name: ( - uid: Voile.Rendering.RenderSystem name: RenderSystem href: Voile.Rendering.RenderSystem.html - name: ) - uid: Voile.SceneGraph.RectangleShape2d.OnDraw* commentId: Overload:Voile.SceneGraph.RectangleShape2d.OnDraw href: Voile.SceneGraph.RectangleShape2d.html#Voile_SceneGraph_RectangleShape2d_OnDraw_Voile_Rendering_RenderSystem_ name: OnDraw nameWithType: RectangleShape2d.OnDraw fullName: Voile.SceneGraph.RectangleShape2d.OnDraw - uid: Voile.Rendering.RenderSystem commentId: T:Voile.Rendering.RenderSystem parent: Voile.Rendering href: Voile.Rendering.RenderSystem.html name: RenderSystem nameWithType: RenderSystem fullName: Voile.Rendering.RenderSystem - uid: Voile.Rendering commentId: N:Voile.Rendering href: Voile.html name: Voile.Rendering nameWithType: Voile.Rendering fullName: Voile.Rendering spec.csharp: - uid: Voile name: Voile href: Voile.html - name: . - uid: Voile.Rendering name: Rendering href: Voile.Rendering.html spec.vb: - uid: Voile name: Voile href: Voile.html - name: . - uid: Voile.Rendering name: Rendering href: Voile.Rendering.html