Loading...
Searching...
No Matches
CityBuilderCore.IHealther Interface Reference

Detailed Description

any object that has health wich should be displayed

Inheritance diagram for CityBuilderCore.IHealther:
CityBuilderCore.AttackWalker CityBuilderCore.AttackableComponent CityBuilderCore.Tests.DebugAttacker

Properties

float TotalHealth [get]
 maximum health the entity can have
 
float CurrentHealth [get]
 current health the entity has
 
Vector3 HealthPosition [get]
 the absolute world position that the health bar should be displayed at
 

Property Documentation

◆ CurrentHealth

float CityBuilderCore.IHealther.CurrentHealth
get

current health the entity has

Implemented in CityBuilderCore.AttackableComponent, and CityBuilderCore.AttackWalker.

◆ HealthPosition

Vector3 CityBuilderCore.IHealther.HealthPosition
get

the absolute world position that the health bar should be displayed at

Implemented in CityBuilderCore.AttackableComponent, and CityBuilderCore.AttackWalker.

◆ TotalHealth

float CityBuilderCore.IHealther.TotalHealth
get

maximum health the entity can have

Implemented in CityBuilderCore.AttackableComponent, and CityBuilderCore.AttackWalker.