Files
Crash-Course/Documentation/api/Game.HealthBarManager.yml
RochesterX ce741c87d5 Bugfixes
2025-04-18 20:11:19 -04:00

82 lines
1.9 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Game.HealthBarManager
commentId: T:Game.HealthBarManager
id: HealthBarManager
parent: Game
children:
- Game.HealthBarManager.healthBarPrefab
langs:
- csharp
- vb
name: HealthBarManager
nameWithType: HealthBarManager
fullName: Game.HealthBarManager
type: Class
source:
id: HealthBarManager
path: ''
startLine: 1456
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThis class manages the health bars for all players in the game.\nIt creates, updates, and removes health bars as needed.\n"
example: []
syntax:
content: 'public class HealthBarManager : MonoBehaviour'
content.vb: Public Class HealthBarManager Inherits MonoBehaviour
inheritance:
- System.Object
- uid: Game.HealthBarManager.healthBarPrefab
commentId: F:Game.HealthBarManager.healthBarPrefab
id: healthBarPrefab
parent: Game.HealthBarManager
langs:
- csharp
- vb
name: healthBarPrefab
nameWithType: HealthBarManager.healthBarPrefab
fullName: Game.HealthBarManager.healthBarPrefab
type: Field
source:
id: healthBarPrefab
path: ''
startLine: 1461
assemblies:
- cs.temp.dll
namespace: Game
summary: "\nThe template used to create new health bars.\n"
example: []
syntax:
content: public GameObject healthBarPrefab
return:
type: Global.GameObject
content.vb: Public healthBarPrefab 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