File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
docs/ScriptReference/Util Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ Random library class.
44
55## Functions
66
7- | Name | Description |
8- | :-------------| :--------------------------------------------|
9- | Range | Default random range wrapper. |
10- | RaneeInclude | Include the maxinum number. |
11- | PickColor | Returns a random color. |
12- | ChooseOne | Choose one object from the list. |
13- | ChooseOneE | Choose one object from the list. (Ellipsis) |
14- | EnumValue | Return a random enum value. |
7+ | Name | Description |
8+ | :--------------| :--------------------------------------------|
9+ | Range | Default random range wrapper. |
10+ | RaneeInclude | Include the maxinum number. |
11+ | PickColor | Returns a random color. |
12+ | ChooseOne | Choose one object from the list. |
13+ | ChooseOneE | Choose one object from the list. (Ellipsis) |
14+ | EnumValue | Return a random enum value. |
15+ | PointInBounds | Return a random point in bounds. |
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ All code utility is stored here.
1616| LoopIn | Make the index is within the array length by setting the maxinum of (legnth - 1) or mininum of 0. |
1717| SpawnAnimateObject | Spawn a gameobject with animation attached. |
1818| SpawnAnimateObjectDeathEvent | Spawn a gameobject with the animator and death event on it. |
19+ | GroundVector | Make the vector to a ground vector. |
1920| SetActiveToAllChildren | Active all the child in a transform. |
2021| MoveToTheLastChild | Make the transform to the last transform of the current parent transform. |
2122| SetParentWithoutLosingInfo | Set the transform to another transform without losing it's info. (position, rotation, scale) |
You can’t perform that action at this time.
0 commit comments