Bugfixes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user