Crosstales.DJ.Util.Context Class Reference

Context for the asset. More...

Static Public Attributes

static int TotalRecordsPlayed = 0
 Total number of records played in all Turntable. More...
 
static double TotalPlayTime = 0
 Total playtime in seconds for all Turntable. More...
 
static readonly System.Collections.Generic.List< Crosstales.DJ.Model.RecordAllPlayedRecords = new System.Collections.Generic.List<Crosstales.DJ.Model.Record>()
 List of all played records. More...
 
static int NumberOfCachedData = 0
 The total number of cached data played. More...
 
static int NumberOfNonCachedData = 0
 The total number of non-cached data played. More...
 
static int NumberOfCachedClips = 0
 The total number of cached clips played. More...
 
static int NumberOfNonCachedClips = 0
 The total number of non-cached clips played. More...
 

Properties

static float CacheEfficiencyData [get]
 The current cache efficiency for data. More...
 
static float CacheEfficiencyClips [get]
 The current cache efficiency for clips. More...
 

Detailed Description

Context for the asset.

Member Data Documentation

◆ AllPlayedRecords

readonly System.Collections.Generic.List<Crosstales.DJ.Model.Record> Crosstales.DJ.Util.Context.AllPlayedRecords = new System.Collections.Generic.List<Crosstales.DJ.Model.Record>()
static

List of all played records.

◆ NumberOfCachedClips

int Crosstales.DJ.Util.Context.NumberOfCachedClips = 0
static

The total number of cached clips played.

◆ NumberOfCachedData

int Crosstales.DJ.Util.Context.NumberOfCachedData = 0
static

The total number of cached data played.

◆ NumberOfNonCachedClips

int Crosstales.DJ.Util.Context.NumberOfNonCachedClips = 0
static

The total number of non-cached clips played.

>

◆ NumberOfNonCachedData

int Crosstales.DJ.Util.Context.NumberOfNonCachedData = 0
static

The total number of non-cached data played.

>

◆ TotalPlayTime

double Crosstales.DJ.Util.Context.TotalPlayTime = 0
static

Total playtime in seconds for all Turntable.

◆ TotalRecordsPlayed

int Crosstales.DJ.Util.Context.TotalRecordsPlayed = 0
static

Total number of records played in all Turntable.

Property Documentation

◆ CacheEfficiencyClips

float Crosstales.DJ.Util.Context.CacheEfficiencyClips
staticget

The current cache efficiency for clips.

>

◆ CacheEfficiencyData

float Crosstales.DJ.Util.Context.CacheEfficiencyData
staticget

The current cache efficiency for data.

>


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/DJPro/DJPro/Assets/Plugins/crosstales/DJ/Scripts/Util/Context.cs