From 60c766dc374e55a6fa587ab990c63cca946b928e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 30 Nov 2023 15:51:27 +0000
Subject: [PATCH] update slate[no ci]
---
docs/index.html | 10 +++++-----
docs/light.html | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index ab3a83314..fc55cccaa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -16756,18 +16756,18 @@
StateMemory
float |
-fadevalue |
+fade_value |
Current fade-to-black amount (0.0 = all visible; 1.0 = all black). Manipulated by the loading routine when loading > 0. |
int |
-fadeout |
-Amount of frames the fadeout should last when loading |
+fade_timer |
+Remaining frames for fade-in/fade-out when loading. Counts down to 0. |
int |
-fadein |
-Amount of frames the fadein should last when loading |
+fade_length |
+Total frames for fade-in/fade-out when loading. |
int |
diff --git a/docs/light.html b/docs/light.html
index cb3f71748..c07a53053 100644
--- a/docs/light.html
+++ b/docs/light.html
@@ -16756,18 +16756,18 @@ StateMemory
float |
-fadevalue |
+fade_value |
Current fade-to-black amount (0.0 = all visible; 1.0 = all black). Manipulated by the loading routine when loading > 0. |
int |
-fadeout |
-Amount of frames the fadeout should last when loading |
+fade_timer |
+Remaining frames for fade-in/fade-out when loading. Counts down to 0. |
int |
-fadein |
-Amount of frames the fadein should last when loading |
+fade_length |
+Total frames for fade-in/fade-out when loading. |
int |