Property | 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 | ||
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 |
Method | 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 |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CountDownToStop ( ) : IEnumerator | ||
DOPickRandom ( ) : IEnumerator | ||
HexConverter ( |
||
InitializeCommon ( ) : void | ||
InitializeIRC ( ) : void | ||
InitializePickUser ( ) : void | ||
InitializePickingSuggestion ( ) : void | ||
InitializeVotingSuggestion ( ) : void | ||
OnChatMsgRecieved ( string msg ) : void | ||
Start ( ) : void | ||
StartVoting ( ) : void | ||
UpdateVotesText ( ) : void |
public ObjectReceived ( string username, string idea ) : void | ||
username | string | |
idea | string | |
return | void |
public SetObjectText ( string username, bool forReals = true ) : void | ||
username | string | |
forReals | bool | |
return | void |
public ShakeScale ( Transform t, float scale = 1, float duration = 0.15f ) : void | ||
t | Transform | |
scale | float | |
duration | float | |
return | void |
public VoteReceived ( string _username, int _voteindex ) : void | ||
_username | string | |
_voteindex | int | |
return | void |
public TextBasedOnSlider, countDownSlider | ||
return | TextBasedOnSlider, |
public Dictionary |
||
return | List |