Struct Rectf
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
- 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
Field Value
- float
one
public static readonly Rectf one
Field Value
- Rectf
width
Field Value
- float
x
Field Value
- 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