Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.BuildEngine.TimeInterval Class Reference

An helper class used to store command timing More...

Inheritance diagram for SiliconStudio.BuildEngine.TimeInterval:
SiliconStudio.BuildEngine.TimeInterval< T >

Public Member Functions

 TimeInterval (long startTime)
 
 TimeInterval (long startTime, long endTime)
 
void End (long endTime)
 
bool Overlap (long startTime, long endTime)
 

Properties

long StartTime [get, set]
 
long EndTime [get, set]
 
bool HasEnded [get]
 

Detailed Description

An helper class used to store command timing

Definition at line 10 of file TimeInterval.cs.

Constructor & Destructor Documentation

SiliconStudio.BuildEngine.TimeInterval.TimeInterval ( long  startTime)

Definition at line 21 of file TimeInterval.cs.

SiliconStudio.BuildEngine.TimeInterval.TimeInterval ( long  startTime,
long  endTime 
)

Definition at line 26 of file TimeInterval.cs.

Member Function Documentation

void SiliconStudio.BuildEngine.TimeInterval.End ( long  endTime)

Definition at line 32 of file TimeInterval.cs.

bool SiliconStudio.BuildEngine.TimeInterval.Overlap ( long  startTime,
long  endTime 
)

Definition at line 40 of file TimeInterval.cs.

Property Documentation

long SiliconStudio.BuildEngine.TimeInterval.EndTime
getset

Definition at line 14 of file TimeInterval.cs.

bool SiliconStudio.BuildEngine.TimeInterval.HasEnded
get

Definition at line 17 of file TimeInterval.cs.

long SiliconStudio.BuildEngine.TimeInterval.StartTime
getset

Definition at line 12 of file TimeInterval.cs.


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