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