Struct QuadTexCoords
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public struct QuadTexCoords
Properties
BottomLeft
Declaration
public Vector2 BottomLeft { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
BottomRight
Declaration
public Vector2 BottomRight { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
TopLeft
Declaration
public Vector2 TopLeft { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
TopRight
Declaration
public Vector2 TopRight { get; set; }
Property Value
| Type | Description |
|---|---|
| Vector2 |