Abacus  v0.1.0-alpha
Playtesting tools for Unity
Abacus.TimeDuration Class Reference

Stores a time duration, with start, end, and duration More...

Inheritance diagram for Abacus.TimeDuration:
Abacus.Split

Public Member Functions

void StartClock ()
 Saves the start time for the duration More...
 
void StopClock ()
 Saves the end time for the duration More...
 

Public Attributes

float StartTime
 
float EndTime
 

Properties

float Duration [get]
 

Detailed Description

Stores a time duration, with start, end, and duration

Member Function Documentation

◆ StartClock()

void Abacus.TimeDuration.StartClock ( )

Saves the start time for the duration

◆ StopClock()

void Abacus.TimeDuration.StopClock ( )

Saves the end time for the duration


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