File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/ScriptReference/Util Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ Random library class.
1313| ChooseOneE | Choose one object from the list. (Ellipsis) |
1414| EnumValue | Return a random enum value. |
1515| PointInBounds | Return a random point in bounds. |
16+ | PointInSphere | Return a random position in sphere. |
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Provides an interface to get time information from Unity.
44
55## Functions
66
7- | Name | Description |
8- | :-------| :---------------------------------------|
9- | ItTime | Get the time by type. |
10- | Format | Return the time similar to skill time. |
7+ | Name | Description |
8+ | :--------------| :---------------------------------------------|
9+ | ItTime | Return the time by type. |
10+ | FormatLargest | Return the time largest unit time. |
11+ | FormatFull | Return the time string in full colon format. |
You can’t perform that action at this time.
0 commit comments