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,97 @@
### YamlMime:ManagedReference
items:
- uid: Global.PongScorekeeper
commentId: T:Global.PongScorekeeper
id: PongScorekeeper
parent: Global
children:
- Global.PongScorekeeper.player1Score
- Global.PongScorekeeper.player2Score
langs:
- csharp
- vb
name: PongScorekeeper
nameWithType: PongScorekeeper
fullName: PongScorekeeper
type: Class
source:
id: PongScorekeeper
path: ''
startLine: 193
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class PongScorekeeper : MonoBehaviour'
content.vb: Public Class PongScorekeeper Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.PongScorekeeper.player1Score
commentId: F:Global.PongScorekeeper.player1Score
id: player1Score
parent: Global.PongScorekeeper
langs:
- csharp
- vb
name: player1Score
nameWithType: PongScorekeeper.player1Score
fullName: PongScorekeeper.player1Score
type: Field
source:
id: player1Score
path: ''
startLine: 195
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public TextMeshProUGUI player1Score
return:
type: Global.TextMeshProUGUI
content.vb: Public player1Score As TextMeshProUGUI
- uid: Global.PongScorekeeper.player2Score
commentId: F:Global.PongScorekeeper.player2Score
id: player2Score
parent: Global.PongScorekeeper
langs:
- csharp
- vb
name: player2Score
nameWithType: PongScorekeeper.player2Score
fullName: PongScorekeeper.player2Score
type: Field
source:
id: player2Score
path: ''
startLine: 196
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public TextMeshProUGUI player2Score
return:
type: Global.TextMeshProUGUI
content.vb: Public player2Score As TextMeshProUGUI
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: Global.TextMeshProUGUI
isExternal: true
name: TextMeshProUGUI
nameWithType: TextMeshProUGUI
fullName: TextMeshProUGUI