Table of Contents

Struct Rectf

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct Rectf
Inherited Members

Constructors

Rectf(float, float, float, float)

public Rectf(float x, float y, float width, float height)

Parameters

x float
y float
width float
height float

Fields

height

public float height

Field Value

float

one

public static readonly Rectf one

Field Value

Rectf

width

public float width

Field Value

float

x

public float x

Field Value

float

y

public float y

Field Value

float

zero

public static readonly Rectf zero

Field Value

Rectf

Properties

bottom

public float bottom { get; }

Property Value

float

bottomRight

public Vector2f bottomRight { get; }

Property Value

Vector2f

left

public float left { get; }

Property Value

float

right

public float right { get; }

Property Value

float

top

public float top { get; }

Property Value

float

topLeft

public Vector2f topLeft { get; }

Property Value

Vector2f