From 791437270797239e1822bcac15c55042aa6f8564 Mon Sep 17 00:00:00 2001 From: Andi Smithers Date: Fri, 17 Mar 2023 12:36:39 -0700 Subject: [PATCH] Update Materials.md.html (#6646) Fixed typo in the source documentation : getUserTimeMode(float m) which should be getUserTimeMod(float m) --- docs/Materials.md.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Materials.md.html b/docs/Materials.md.html index 8441a903cc..dc45ea39c4 100644 --- a/docs/Materials.md.html +++ b/docs/Materials.md.html @@ -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