Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
Slasher.Entity.InspirationTracker Class Reference
Inheritance diagram for Slasher.Entity.InspirationTracker:
Inheritance graph
Collaboration diagram for Slasher.Entity.InspirationTracker:
Collaboration graph

Public Member Functions

void TrackDamage (float damage)
 

Private Member Functions

void Awake ()
 
void OnEnable ()
 
void OnDisable ()
 
void Start ()
 
void Update ()
 
void LateUpdate ()
 

Private Attributes

BaseEntity entity
 
float currentIp
 

Member Function Documentation

◆ Awake()

void Slasher.Entity.InspirationTracker.Awake ( )
private

◆ LateUpdate()

void Slasher.Entity.InspirationTracker.LateUpdate ( )
private

◆ OnDisable()

void Slasher.Entity.InspirationTracker.OnDisable ( )
private

◆ OnEnable()

void Slasher.Entity.InspirationTracker.OnEnable ( )
private
Here is the call graph for this function:

◆ Start()

void Slasher.Entity.InspirationTracker.Start ( )
private

◆ TrackDamage()

void Slasher.Entity.InspirationTracker.TrackDamage ( float damage)

◆ Update()

void Slasher.Entity.InspirationTracker.Update ( )
private

Member Data Documentation

◆ currentIp

float Slasher.Entity.InspirationTracker.currentIp
private

◆ entity

BaseEntity Slasher.Entity.InspirationTracker.entity
private

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