-
Notifications
You must be signed in to change notification settings - Fork 0
TPRandomPackage
Tomasz Piowczyk edited this page Sep 8, 2018
·
1 revision
You can see core wiki THERE
/// Returns a random point inside a box with radius 1
public static Vector2 InsideUnitSquare(){}
/// Returns a random point inside a square with radius 1
public static Vector3 InsideUnitBox(){}This is extended documentation of TPFramework.Core, for core functionallity see THIS