Crosstales.DJ.Demo.GUIRecordStatic Class Reference

GUI for a record. More...

Inheritance diagram for Crosstales.DJ.Demo.GUIRecordStatic:

Public Member Functions

void Play ()
 
void Stop ()
 
void ShowFile ()
 

Public Attributes

Color32 PlayColor = new Color32(0, 255, 0, 64)
 The color for the Play-mode. More...
 
bool isContinuousPlay = true
 Continuous play. More...
 
Text TitleText
 
Text SubText
 
GameObject PlayButton
 
GameObject StopButton
 
Image MainImage
 
Color32 StopColor
 

Properties

Crosstales.DJ.SimplePlayer Player [get, set]
 'SimplePlayer' from the scene. More...
 
Crosstales.DJ.Model.RecordRecord [get, set]
 'Record' of the player. More...
 
int Index [get, set]
 'Record' index of the player. More...
 

Detailed Description

GUI for a record.

Member Data Documentation

◆ isContinuousPlay

bool Crosstales.DJ.Demo.GUIRecordStatic.isContinuousPlay = true

Continuous play.

◆ PlayColor

Color32 Crosstales.DJ.Demo.GUIRecordStatic.PlayColor = new Color32(0, 255, 0, 64)

The color for the Play-mode.

Property Documentation

◆ Index

int Crosstales.DJ.Demo.GUIRecordStatic.Index
getset

'Record' index of the player.

◆ Player

Crosstales.DJ.SimplePlayer Crosstales.DJ.Demo.GUIRecordStatic.Player
getset

'SimplePlayer' from the scene.

◆ Record

Crosstales.DJ.Model.Record? Crosstales.DJ.Demo.GUIRecordStatic.Record
getset

'Record' of the player.


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