Summary
Sets the
PlatformerGameKit.Health.MaximumHealth
and then adjusts the PlatformerGameKit.Health.CurrentHealth
based on the `mode`.
- Assembly
- PlatformerGameKit
.dll - Namespace
- PlatformerGameKit
- Containing Type
- Health
Syntax
public void SetMaximumHealth(int value, Health.HealthChangeMode mode)
Parameters
Name | Type | Description |
---|---|---|
value | int | |
mode | Health |
Return Value
Type | Description |
---|---|
void |