platformer
Public Member Functions | Public Attributes | List of all members
UnityPlatformer.Damage Class Reference

Damage info More...

Inheritance diagram for UnityPlatformer.Damage:

Public Member Functions

void Start ()
 check missconfiguration More...
 

Public Attributes

int amount = 1
 Damage amount More...
 
DamageType type = DamageType.Default
 Damage type More...
 
CharacterHealth causer
 who cause this damage More...
 
Vector3 direction
 TODO direction will be calc, someday :) More...
 

Detailed Description

Damage info

Member Function Documentation

◆ Start()

void UnityPlatformer.Damage.Start ( )
inline

check missconfiguration

Member Data Documentation

◆ amount

int UnityPlatformer.Damage.amount = 1

Damage amount

◆ causer

CharacterHealth UnityPlatformer.Damage.causer

who cause this damage

◆ direction

Vector3 UnityPlatformer.Damage.direction

TODO direction will be calc, someday :)

◆ type

DamageType UnityPlatformer.Damage.type = DamageType.Default

Damage type


The documentation for this class was generated from the following file: