Player movement tweaks, bugfxes; Docs

This commit is contained in:
RochesterX
2025-04-16 19:20:36 -04:00
parent 186811be42
commit 5dee952cad
432 changed files with 66953 additions and 481 deletions

View File

@@ -0,0 +1,136 @@
### YamlMime:ManagedReference
items:
- uid: Global.GameTimer
commentId: T:Global.GameTimer
id: GameTimer
parent: Global
children:
- Global.GameTimer.startTime
- Global.GameTimer.StartTimer
- Global.GameTimer.timerText
langs:
- csharp
- vb
name: GameTimer
nameWithType: GameTimer
fullName: GameTimer
type: Class
source:
id: GameTimer
path: ''
startLine: 1249
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class GameTimer : MonoBehaviour'
content.vb: Public Class GameTimer Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.GameTimer.startTime
commentId: F:Global.GameTimer.startTime
id: startTime
parent: Global.GameTimer
langs:
- csharp
- vb
name: startTime
nameWithType: GameTimer.startTime
fullName: GameTimer.startTime
type: Field
source:
id: startTime
path: ''
startLine: 1251
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float startTime
return:
type: System.Single
content.vb: Public startTime As Single
- uid: Global.GameTimer.timerText
commentId: F:Global.GameTimer.timerText
id: timerText
parent: Global.GameTimer
langs:
- csharp
- vb
name: timerText
nameWithType: GameTimer.timerText
fullName: GameTimer.timerText
type: Field
source:
id: timerText
path: ''
startLine: 1255
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public Text timerText
return:
type: Global.Text
content.vb: Public timerText As Text
- uid: Global.GameTimer.StartTimer
commentId: M:Global.GameTimer.StartTimer
id: StartTimer
parent: Global.GameTimer
langs:
- csharp
- vb
name: StartTimer()
nameWithType: GameTimer.StartTimer()
fullName: GameTimer.StartTimer()
type: Method
source:
id: StartTimer
path: ''
startLine: 1282
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public void StartTimer()
content.vb: Public Sub StartTimer()
overload: Global.GameTimer.StartTimer*
references:
- uid: Global
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: Global.Text
commentId: '!:Global.Text'
isExternal: true
name: Text
nameWithType: Text
fullName: Text
- uid: Global.GameTimer.StartTimer*
commentId: Overload:Global.GameTimer.StartTimer
name: StartTimer
nameWithType: GameTimer.StartTimer
fullName: GameTimer.StartTimer