Pinned Loading
-
-
A helper class for Unity.Rect with f...
A helper class for Unity.Rect with functions that return the 2D coordinates of the respective vertex. Uses Unity (screen) coordinates 1using UnityEngine;
23public static class RectExtension
4{5public static Vector2 TopLeft(this Rect rect)
-
-
Split String function written in GML...
Split String function written in GML for GameMaker Studio 2. Splits the string into substrings at a given charcter and returns an array of the substrings 1/// @function SplitString(str, divider)2/// @description takes a string and a character, splits the string into substrings wherever that character occurs in the string, and returns an array of the substrings3/// @param str String to split4/// @param divider Character that indicates at what place the string will be split5function SplitString(str, divider){
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

