Table of Contents

Class Rect2_GD_CB_Extension

Namespace
Godot
Assembly
com.cobilas.godot.utility.dll
public static class Rect2_GD_CB_Extension
Inheritance
Rect2_GD_CB_Extension
Inherited Members

Methods

Bottom(Rect2)

public static float Bottom(this Rect2 R)

Parameters

R Rect2

Returns

float

Center(Rect2)

[Obsolete("Use Rect2.GetCenter()")]
public static Vector2 Center(this Rect2 R)

Parameters

R Rect2

Returns

Vector2

Left(Rect2)

public static float Left(this Rect2 R)

Parameters

R Rect2

Returns

float

Right(Rect2)

public static float Right(this Rect2 R)

Parameters

R Rect2

Returns

float

Top(Rect2)

public static float Top(this Rect2 R)

Parameters

R Rect2

Returns

float