Method | Description | |
---|---|---|
Draw ( ) : void |
Draws this instance.
|
|
Draw ( |
||
Draw ( Myre.Graphics.Materials.Material material, BoxedValueStore |
||
Quad ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System |
Initializes a new instance of the Quad class.
|
|
SetPosition ( Rectangle screenCoordinates, float depth ) : void | ||
SetPosition ( System.Numerics.Vector2 topLeft, System.Numerics.Vector2 bottomRight, float depth ) : void |
Sets the poisition of this quad.
|
|
SetPosition ( float topLeftX = -1, float topLeftY = 1, float bottomRightX = 1, float bottomRightY = -1, float depth ) : void |
Method | Description | |
---|---|---|
ToDeviceCoordinate ( float x, float y, System.Numerics.Vector2 resolution ) : System.Numerics.Vector2 |
public Draw ( |
||
effect | ||
return | void |
public Draw ( Myre.Graphics.Materials.Material material, BoxedValueStore |
||
material | Myre.Graphics.Materials.Material | |
parameters | BoxedValueStore |
|
return | void |
public Quad ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : System | ||
device | Microsoft.Xna.Framework.Graphics.GraphicsDevice | The graphics device. |
return | System |
public SetPosition ( Rectangle screenCoordinates, float depth ) : void | ||
screenCoordinates | Rectangle | |
depth | float | |
return | void |
public SetPosition ( System.Numerics.Vector2 topLeft, System.Numerics.Vector2 bottomRight, float depth ) : void | ||
topLeft | System.Numerics.Vector2 | The top left corner, in normalised device coordinates. |
bottomRight | System.Numerics.Vector2 | The bottom right corner, in normalised device coordinates. |
depth | float | The depth. |
return | void |
public SetPosition ( float topLeftX = -1, float topLeftY = 1, float bottomRightX = 1, float bottomRightY = -1, float depth ) : void | ||
topLeftX | float | |
topLeftY | float | |
bottomRightX | float | |
bottomRightY | float | |
depth | float | |
return | void |