Update Materials.md.html (#6646)

Fixed typo in the source documentation : getUserTimeMode(float m) which should be getUserTimeMod(float m)
This commit is contained in:
Andi Smithers
2023-03-17 12:36:39 -07:00
committed by GitHub
parent 3c794247c3
commit 7914372707

View File

@@ -2306,7 +2306,7 @@ type aliases:
**getUserWorldFromWorldMatrix()** | float4x4 | Matrix that converts from world space to API-level (user) world space.
**getTime()** | float | Current time as a remainder of 1 second. Yields a value between 0 and 1
**getUserTime()** | float4 | Current time in seconds: `time`, `(double)time - time`, `0`, `0`
**getUserTimeMode(float m)** | float | Current time modulo m in seconds
**getUserTimeMod(float m)** | float | Current time modulo m in seconds
**getExposure()** | float | Photometric exposure of the camera
**getEV100()** | float | [Exposure value at ISO 100](https://en.wikipedia.org/wiki/Exposure_value) of the camera