C# Class TwitchPickManager, twitchPickTool

Inheritance: MonoBehaviour
Afficher le fichier Open project: DanielSnd/twitchPickTool

Méthodes publiques

Свойство Type Description
BackToMenu Button
ExportList Button
IRC TwitchIRC,
PickSketchButton Button
PickText Text
ResetButton Button
StartStopButton Button
StartStopText Text
acceptMultiple bool
chromakey bool
cmdStr string
countDownSlider TextBasedOnSlider,
objStr string
objectsUserDictionary List>.Dictionary
objsStr string
optionToIndex VoteOption>.Dictionary
pickInstant bool
pickRandomText Text
removeAfterPick bool
startWithOptions string
textColor1 Color
textColor2 Color
titleStr string
titleText Text
type int
usernamesVotedAlready HashSet
waitForTime float

Méthodes publiques

Méthode Description
CalculateVoteResults ( ) : void
CountAll ( ) : int
DoExportList ( ) : void
ObjectReceived ( string username, string idea ) : void
PickRandomObject ( ) : void
ResetDictionary ( ) : void
ReturnToMenu ( ) : void
SetObjectText ( string username, bool forReals = true ) : void
ShakeScale ( Transform t, float scale = 1, float duration = 0.15f ) : void
StartPicking ( ) : void
StartStopClicked ( ) : void
StartWithVotesAdd ( ) : void
StopPicking ( ) : void
UpdateButtons ( ) : void
UpdateObjsText ( ) : void
VoteReceived ( string _username, int _voteindex ) : void

Private Methods

Méthode Description
Awake ( ) : void
CountDownToStop ( ) : IEnumerator
DOPickRandom ( ) : IEnumerator
HexConverter ( Color32 c ) : string
InitializeCommon ( ) : void
InitializeIRC ( ) : void
InitializePickUser ( ) : void
InitializePickingSuggestion ( ) : void
InitializeVotingSuggestion ( ) : void
OnChatMsgRecieved ( string msg ) : void
Start ( ) : void
StartVoting ( ) : void
UpdateVotesText ( ) : void

Method Details

CalculateVoteResults() public méthode

public CalculateVoteResults ( ) : void
Résultat void

CountAll() public méthode

public CountAll ( ) : int
Résultat int

DoExportList() public méthode

public DoExportList ( ) : void
Résultat void

ObjectReceived() public méthode

public ObjectReceived ( string username, string idea ) : void
username string
idea string
Résultat void

PickRandomObject() public méthode

public PickRandomObject ( ) : void
Résultat void

ResetDictionary() public méthode

public ResetDictionary ( ) : void
Résultat void

ReturnToMenu() public méthode

public ReturnToMenu ( ) : void
Résultat void

SetObjectText() public méthode

public SetObjectText ( string username, bool forReals = true ) : void
username string
forReals bool
Résultat void

ShakeScale() public méthode

public ShakeScale ( Transform t, float scale = 1, float duration = 0.15f ) : void
t Transform
scale float
duration float
Résultat void

StartPicking() public méthode

public StartPicking ( ) : void
Résultat void

StartStopClicked() public méthode

public StartStopClicked ( ) : void
Résultat void

StartWithVotesAdd() public méthode

public StartWithVotesAdd ( ) : void
Résultat void

StopPicking() public méthode

public StopPicking ( ) : void
Résultat void

UpdateButtons() public méthode

public UpdateButtons ( ) : void
Résultat void

UpdateObjsText() public méthode

public UpdateObjsText ( ) : void
Résultat void

VoteReceived() public méthode

public VoteReceived ( string _username, int _voteindex ) : void
_username string
_voteindex int
Résultat void

Property Details

BackToMenu public_oe property

public Button BackToMenu
Résultat Button

ExportList public_oe property

public Button ExportList
Résultat Button

IRC public_oe property

public TwitchIRC, IRC
Résultat TwitchIRC,

PickSketchButton public_oe property

public Button PickSketchButton
Résultat Button

PickText public_oe property

public Text PickText
Résultat Text

ResetButton public_oe property

public Button ResetButton
Résultat Button

StartStopButton public_oe property

public Button StartStopButton
Résultat Button

StartStopText public_oe property

public Text StartStopText
Résultat Text

acceptMultiple public_oe property

public bool acceptMultiple
Résultat bool

chromakey public_oe property

public bool chromakey
Résultat bool

cmdStr public_oe property

public string cmdStr
Résultat string

countDownSlider public_oe property

public TextBasedOnSlider, countDownSlider
Résultat TextBasedOnSlider,

objStr public_oe property

public string objStr
Résultat string

objectsUserDictionary public_oe property

public Dictionary> objectsUserDictionary
Résultat List>.Dictionary

objsStr public_oe property

public string objsStr
Résultat string

optionToIndex public_oe property

public Dictionary optionToIndex
Résultat VoteOption>.Dictionary

pickInstant public_oe property

public bool pickInstant
Résultat bool

pickRandomText public_oe property

public Text pickRandomText
Résultat Text

removeAfterPick public_oe property

public bool removeAfterPick
Résultat bool

startWithOptions public_oe property

public string startWithOptions
Résultat string

textColor1 public_oe property

public Color textColor1
Résultat Color

textColor2 public_oe property

public Color textColor2
Résultat Color

titleStr public_oe property

public string titleStr
Résultat string

titleText public_oe property

public Text titleText
Résultat Text

type public_oe property

public int type
Résultat int

usernamesVotedAlready public_oe property

public HashSet usernamesVotedAlready
Résultat HashSet

waitForTime public_oe property

public float waitForTime
Résultat float