Skip to content

Commit

Permalink
Update Materials.md.html (google#6646)
Browse files Browse the repository at this point in the history
Fixed typo in the source documentation : getUserTimeMode(float m) which should be getUserTimeMod(float m)
  • Loading branch information
Andi Smithers authored Mar 17, 2023
1 parent 3c79424 commit 7914372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Materials.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@
**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

Expand Down

0 comments on commit 7914372

Please sign in to comment.