Unity Products:Amplify Shader Editor/Time Parameters
Jump to navigation
Jump to search
Time Parameters Node
The Time Parameters node outputs Unity internal elapsed time in seconds scaled by different constant amounts.
Nodes used:
Texture Sample,
Fresnel,
Time Parameters,
Fract,
One Minus,
Multiply,
Add
Output Port | Description | Type |
---|---|---|
Output | Returns the original time vector as given by Unity. | Float4 |
t/20 | Returns the time value scaled by a factor of 0.05 (20x slower). | Float |
t | Returns the unscaled time value. | Float |
t*2 | Returns the time value scaled by a factor of 2. | Float |
t*3 | Returns the time value scaled by a factor of 3. | Float |