82 lines
1.8 KiB
YAML
82 lines
1.8 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Game.ObstacleCourse
|
|
commentId: T:Game.ObstacleCourse
|
|
id: ObstacleCourse
|
|
parent: Game
|
|
children:
|
|
- Game.ObstacleCourse.playerWon
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ObstacleCourse
|
|
nameWithType: ObstacleCourse
|
|
fullName: Game.ObstacleCourse
|
|
type: Class
|
|
source:
|
|
id: ObstacleCourse
|
|
path: ''
|
|
startLine: 800
|
|
assemblies:
|
|
- cs.temp.dll
|
|
namespace: Game
|
|
summary: "\nThis class handles the logic for detecting when a player completes the obstacle course.\n"
|
|
example: []
|
|
syntax:
|
|
content: 'public class ObstacleCourse : MonoBehaviour'
|
|
content.vb: Public Class ObstacleCourse Inherits MonoBehaviour
|
|
inheritance:
|
|
- System.Object
|
|
- uid: Game.ObstacleCourse.playerWon
|
|
commentId: F:Game.ObstacleCourse.playerWon
|
|
id: playerWon
|
|
parent: Game.ObstacleCourse
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: playerWon
|
|
nameWithType: ObstacleCourse.playerWon
|
|
fullName: Game.ObstacleCourse.playerWon
|
|
type: Field
|
|
source:
|
|
id: playerWon
|
|
path: ''
|
|
startLine: 805
|
|
assemblies:
|
|
- cs.temp.dll
|
|
namespace: Game
|
|
summary: "\nThe player who successfully completes the obstacle course.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static GameObject playerWon
|
|
return:
|
|
type: Global.GameObject
|
|
content.vb: Public Shared playerWon As GameObject
|
|
references:
|
|
- uid: Game
|
|
commentId: N:Game
|
|
name: Game
|
|
nameWithType: Game
|
|
fullName: Game
|
|
- 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.GameObject
|
|
isExternal: true
|
|
name: GameObject
|
|
nameWithType: GameObject
|
|
fullName: GameObject
|