Crosstales.DJ.Demo.GUIRecordList Class Reference

Play a record in the UI. More...

Inheritance diagram for Crosstales.DJ.Demo.GUIRecordList:

Public Member Functions

void Update ()
 
void Stop ()
 
void OpenSpotifyUrl ()
 
void OpenLyricsUrl ()
 
void LimitChanged (float value)
 
void FilterTitle (string filter)
 
void FilterArtist (string filter)
 
void FilterAlbum (string filter)
 
void FilterGenre (string filter)
 

Public Attributes

Crosstales.DJ.SimplePlayer Player
 'SimplePlayer' from the scene. More...
 
Crosstales.DJ.OnRadio.Service.SongArtService Service
 'SongArtService' from the scene. More...
 
GameObject ItemPrefab
 Prefab for the record list. More...
 
bool isContinuousPlay = true
 Continuous play. More...
 
bool ShowDetails = true
 Show extra details like playlist time and size. This is a time-costly operation (default: true). More...
 
int RowLength
 Limit row length for music info. More...
 
Text TagAreaDesc
 
Text TagArea
 
Text TurntableAreaDesc
 
Text TurntableArea
 
Text PlaylistAreaDesc
 
Text PlaylistArea
 
Text ErrorText
 
GameObject Target
 
Scrollbar Scroll
 
int ColumnCount = 1
 
Vector2 SpaceWidth = new Vector2(8, 8)
 
Vector2 SpaceHeight = new Vector2(8, 8)
 
Color32 EvenColor = new Color32(242, 236, 224, 128)
 
Color32 OddColor = new Color32(128, 128, 128, 128)
 
Image SongIcon
 
Text LimitText
 
GameObject BuildingPanel
 

Properties

static bool isPlayback [get, set]
 
bool isShowDetails [get, set]
 Shows the details (main use is for UI). More...
 

Detailed Description

Play a record in the UI.

Member Data Documentation

◆ isContinuousPlay

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

Continuous play.

◆ ItemPrefab

GameObject Crosstales.DJ.Demo.GUIRecordList.ItemPrefab

Prefab for the record list.

◆ Player

Crosstales.DJ.SimplePlayer Crosstales.DJ.Demo.GUIRecordList.Player

'SimplePlayer' from the scene.

◆ RowLength

int Crosstales.DJ.Demo.GUIRecordList.RowLength

Limit row length for music info.

◆ Service

Crosstales.DJ.OnRadio.Service.SongArtService Crosstales.DJ.Demo.GUIRecordList.Service

'SongArtService' from the scene.

◆ ShowDetails

bool Crosstales.DJ.Demo.GUIRecordList.ShowDetails = true

Show extra details like playlist time and size. This is a time-costly operation (default: true).

Property Documentation

◆ isShowDetails

bool Crosstales.DJ.Demo.GUIRecordList.isShowDetails
getset

Shows the details (main use is for UI).


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