This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -17,10 +17,12 @@ items:
source:
id: FallPlatform
path: ''
startLine: 1612
startLine: 2125
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThis class controls platforms that fall when touched by a player or another platform.\nThe platform will fall after a delay and then reset to its original position.\n"
example: []
syntax:
content: 'public class FallPlatform : MonoBehaviour'
content.vb: Public Class FallPlatform Inherits MonoBehaviour
@@ -40,10 +42,12 @@ items:
source:
id: fallDelay
path: ''
startLine: 1614
startLine: 2130
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe time (in seconds) before the platform starts falling after being triggered.\n"
example: []
syntax:
content: public float fallDelay
return:
@@ -63,10 +67,12 @@ items:
source:
id: resetDelay
path: ''
startLine: 1615
startLine: 2135
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe time (in seconds) before the platform resets to its original position after falling.\n"
example: []
syntax:
content: public float resetDelay
return: