Skip to content

Commit 548ba34

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.0] Update Time Node page
1 parent 8e38b07 commit 548ba34

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Packages/com.unity.shadergraph/Documentation~/Time-Node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Provides access to various **Time** parameters in the shader.
88

99
| Name | Direction | Type | Binding | Description |
1010
|:------------ |:-------------|:-----|:---|:---|
11-
| Time | Output | Float | None | Time value |
12-
| Sine Time | Output | Float | None | Sine of Time value |
13-
| Cosine Time | Output | Float | None | Cosine of Time value |
14-
| Delta Time | Output | Float | None | Current frame time |
15-
| Smooth Delta | Output | Float | None | Current frame time smoothed |
11+
| Time | Output | Float | None | Elapsed time in seconds. |
12+
| Sine Time | Output | Float | None | Sine of the **Time** value. Output ranges from −1 to 1. |
13+
| Cosine Time | Output | Float | None | Cosine of the **Time** value. Output ranges from −1 to 1. |
14+
| Delta Time | Output | Float | None | The time that has elapsed between the current frame and the last frame, in seconds. |
15+
| Smooth Delta | Output | Float | None | The time that has elapsed between the current frame and the last frame, in seconds, averaged over several frames to reduce jitter. |
1616

1717
## Generated Code Example
1818

0 commit comments

Comments
 (0)