Skip to content

Commit c484fc1

Browse files
committed
docs: update
1 parent 4265103 commit c484fc1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/ScriptReference/Util/JCS_Random.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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. |

docs/ScriptReference/Util/JCS_Time.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)