Method | Description | |
---|---|---|
ExpandRect ( Rect rect, float paddingX, float paddingY ) : Rect | ||
GetColorFromHex ( uint hex ) : Color | ||
LogRect ( string name, Rect rect ) : void | ||
LogVectors ( string name ) : void | ||
LogVectorsDetailed ( string name ) : void | ||
RXUtils ( ) : System | ||
VectorDetailedToString ( Vector2 vector ) : string |
public static ExpandRect ( Rect rect, float paddingX, float paddingY ) : Rect | ||
rect | Rect | |
paddingX | float | |
paddingY | float | |
return | Rect |
public static GetColorFromHex ( uint hex ) : Color | ||
hex | uint | |
return | Color |
public static LogRect ( string name, Rect rect ) : void | ||
name | string | |
rect | Rect | |
return | void |
public static LogVectors ( string name ) : void | ||
name | string | |
return | void |
public static LogVectorsDetailed ( string name ) : void | ||
name | string | |
return | void |
public static VectorDetailedToString ( Vector2 vector ) : string | ||
vector | Vector2 | |
return | string |