Files
Crash-Course/Documentation/api/Global.PongPaddleBehavior.yml
2025-04-16 19:20:36 -04:00

113 lines
2.4 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Global.PongPaddleBehavior
commentId: T:Global.PongPaddleBehavior
id: PongPaddleBehavior
parent: Global
children:
- Global.PongPaddleBehavior.isPlayer1
- Global.PongPaddleBehavior.speed
langs:
- csharp
- vb
name: PongPaddleBehavior
nameWithType: PongPaddleBehavior
fullName: PongPaddleBehavior
type: Class
source:
id: PongPaddleBehavior
path: ''
startLine: 264
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: 'public class PongPaddleBehavior : MonoBehaviour'
content.vb: Public Class PongPaddleBehavior Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Global.PongPaddleBehavior.speed
commentId: F:Global.PongPaddleBehavior.speed
id: speed
parent: Global.PongPaddleBehavior
langs:
- csharp
- vb
name: speed
nameWithType: PongPaddleBehavior.speed
fullName: PongPaddleBehavior.speed
type: Field
source:
id: speed
path: ''
startLine: 266
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public float speed
return:
type: System.Single
content.vb: Public speed As Single
- uid: Global.PongPaddleBehavior.isPlayer1
commentId: F:Global.PongPaddleBehavior.isPlayer1
id: isPlayer1
parent: Global.PongPaddleBehavior
langs:
- csharp
- vb
name: isPlayer1
nameWithType: PongPaddleBehavior.isPlayer1
fullName: PongPaddleBehavior.isPlayer1
type: Field
source:
id: isPlayer1
path: ''
startLine: 267
assemblies:
- cs.temp.dll
namespace: Global
syntax:
content: public bool isPlayer1
return:
type: System.Boolean
content.vb: Public isPlayer1 As Boolean
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: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean