Class HealthPickup
Inherited Members
Namespace: KaijuSolutions.Agents.Exercises.CTF
Syntax
public class HealthPickup : NumberPickup
Properties
All
Get all active health pickups.
Declaration
public static IReadOnlyCollection<HealthPickup> All { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyCollection<HealthPickup> |
Methods
OnSetActive(Boolean)
Additional behaviour for when the active state of this has changed.
Declaration
protected override void OnSetActive(bool active)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | active | If this is currently active or not. |