Files
Voile/Voile/api/Voile.SceneGraph.Drawable2d.yml

781 lines
26 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Voile.SceneGraph.Drawable2d
commentId: T:Voile.SceneGraph.Drawable2d
id: Drawable2d
parent: Voile.SceneGraph
children:
- Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem)
- Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem)
- Voile.SceneGraph.Drawable2d.PivotOffset
langs:
- csharp
- vb
name: Drawable2d
nameWithType: Drawable2d
fullName: Voile.SceneGraph.Drawable2d
type: Class
source:
remote:
path: Voile/Source/SceneGraph/Entities/Drawable2d.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: Drawable2d
path: Source/SceneGraph/Entities/Drawable2d.cs
startLine: 5
assemblies:
- Voile
namespace: Voile.SceneGraph
syntax:
content: 'public abstract class Drawable2d : Entity2d, IDrawable'
content.vb: Public MustInherit Class Drawable2d Inherits Entity2d Implements IDrawable
inheritance:
- System.Object
- Voile.SceneGraph.Entity
- Voile.SceneGraph.Entity2d
derivedClasses:
- Voile.SceneGraph.CircleShape2d
- Voile.SceneGraph.RectangleShape2d
- Voile.SceneGraph.Sprite2d
- Voile.SceneGraph.Text2d
implements:
- Voile.SceneGraph.IDrawable
inheritedMembers:
- 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.Drawable2d.PivotOffset
commentId: P:Voile.SceneGraph.Drawable2d.PivotOffset
id: PivotOffset
parent: Voile.SceneGraph.Drawable2d
langs:
- csharp
- vb
name: PivotOffset
nameWithType: Drawable2d.PivotOffset
fullName: Voile.SceneGraph.Drawable2d.PivotOffset
type: Property
source:
remote:
path: Voile/Source/SceneGraph/Entities/Drawable2d.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: PivotOffset
path: Source/SceneGraph/Entities/Drawable2d.cs
startLine: 7
assemblies:
- Voile
namespace: Voile.SceneGraph
syntax:
content: public Vector2 PivotOffset { get; set; }
parameters: []
return:
type: System.Numerics.Vector2
content.vb: Public Property PivotOffset As Vector2
overload: Voile.SceneGraph.Drawable2d.PivotOffset*
- uid: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem)
commentId: M:Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem)
id: Draw(Voile.Rendering.RenderSystem)
parent: Voile.SceneGraph.Drawable2d
langs:
- csharp
- vb
name: Draw(RenderSystem)
nameWithType: Drawable2d.Draw(RenderSystem)
fullName: Voile.SceneGraph.Drawable2d.Draw(Voile.Rendering.RenderSystem)
type: Method
source:
remote:
path: Voile/Source/SceneGraph/Entities/Drawable2d.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: Draw
path: Source/SceneGraph/Entities/Drawable2d.cs
startLine: 8
assemblies:
- Voile
namespace: Voile.SceneGraph
example: []
syntax:
content: public void Draw(RenderSystem renderer)
parameters:
- id: renderer
type: Voile.Rendering.RenderSystem
content.vb: Public Sub Draw(renderer As RenderSystem)
overload: Voile.SceneGraph.Drawable2d.Draw*
implements:
- Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
- uid: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem)
commentId: M:Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem)
id: OnDraw(Voile.Rendering.RenderSystem)
parent: Voile.SceneGraph.Drawable2d
langs:
- csharp
- vb
name: OnDraw(RenderSystem)
nameWithType: Drawable2d.OnDraw(RenderSystem)
fullName: Voile.SceneGraph.Drawable2d.OnDraw(Voile.Rendering.RenderSystem)
type: Method
source:
remote:
path: Voile/Source/SceneGraph/Entities/Drawable2d.cs
branch: main
repo: git@github.com:dnesov/DaggerFramework.git
id: OnDraw
path: Source/SceneGraph/Entities/Drawable2d.cs
startLine: 14
assemblies:
- Voile
namespace: Voile.SceneGraph
syntax:
content: public abstract void OnDraw(RenderSystem renderer)
parameters:
- id: renderer
type: Voile.Rendering.RenderSystem
content.vb: Public MustOverride Sub OnDraw(renderer As RenderSystem)
overload: Voile.SceneGraph.Drawable2d.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.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.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.Drawable2d.PivotOffset*
commentId: Overload:Voile.SceneGraph.Drawable2d.PivotOffset
href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_PivotOffset
name: PivotOffset
nameWithType: Drawable2d.PivotOffset
fullName: Voile.SceneGraph.Drawable2d.PivotOffset
- 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.Drawable2d.Draw*
commentId: Overload:Voile.SceneGraph.Drawable2d.Draw
href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_Draw_Voile_Rendering_RenderSystem_
name: Draw
nameWithType: Drawable2d.Draw
fullName: Voile.SceneGraph.Drawable2d.Draw
- uid: Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
commentId: M:Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
parent: Voile.SceneGraph.IDrawable
href: Voile.SceneGraph.IDrawable.html#Voile_SceneGraph_IDrawable_Draw_Voile_Rendering_RenderSystem_
name: Draw(RenderSystem)
nameWithType: IDrawable.Draw(RenderSystem)
fullName: Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
spec.csharp:
- uid: Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
name: Draw
href: Voile.SceneGraph.IDrawable.html#Voile_SceneGraph_IDrawable_Draw_Voile_Rendering_RenderSystem_
- name: (
- uid: Voile.Rendering.RenderSystem
name: RenderSystem
href: Voile.Rendering.RenderSystem.html
- name: )
spec.vb:
- uid: Voile.SceneGraph.IDrawable.Draw(Voile.Rendering.RenderSystem)
name: Draw
href: Voile.SceneGraph.IDrawable.html#Voile_SceneGraph_IDrawable_Draw_Voile_Rendering_RenderSystem_
- name: (
- uid: Voile.Rendering.RenderSystem
name: RenderSystem
href: Voile.Rendering.RenderSystem.html
- name: )
- 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
- uid: Voile.SceneGraph.Drawable2d.OnDraw*
commentId: Overload:Voile.SceneGraph.Drawable2d.OnDraw
href: Voile.SceneGraph.Drawable2d.html#Voile_SceneGraph_Drawable2d_OnDraw_Voile_Rendering_RenderSystem_
name: OnDraw
nameWithType: Drawable2d.OnDraw
fullName: Voile.SceneGraph.Drawable2d.OnDraw