Show / Hide Table of Contents

Struct QuadTexCoords

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
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
In this article
Back to top yak2D - Alex Paterson