C# 클래스 TwitchPickManager, twitchPickTool

상속: MonoBehaviour
파일 보기 프로젝트 열기: DanielSnd/twitchPickTool

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CalculateVoteResults() 공개 메소드

public CalculateVoteResults ( ) : void
리턴 void

CountAll() 공개 메소드

public CountAll ( ) : int
리턴 int

DoExportList() 공개 메소드

public DoExportList ( ) : void
리턴 void

ObjectReceived() 공개 메소드

public ObjectReceived ( string username, string idea ) : void
username string
idea string
리턴 void

PickRandomObject() 공개 메소드

public PickRandomObject ( ) : void
리턴 void

ResetDictionary() 공개 메소드

public ResetDictionary ( ) : void
리턴 void

ReturnToMenu() 공개 메소드

public ReturnToMenu ( ) : void
리턴 void

SetObjectText() 공개 메소드

public SetObjectText ( string username, bool forReals = true ) : void
username string
forReals bool
리턴 void

ShakeScale() 공개 메소드

public ShakeScale ( Transform t, float scale = 1, float duration = 0.15f ) : void
t Transform
scale float
duration float
리턴 void

StartPicking() 공개 메소드

public StartPicking ( ) : void
리턴 void

StartStopClicked() 공개 메소드

public StartStopClicked ( ) : void
리턴 void

StartWithVotesAdd() 공개 메소드

public StartWithVotesAdd ( ) : void
리턴 void

StopPicking() 공개 메소드

public StopPicking ( ) : void
리턴 void

UpdateButtons() 공개 메소드

public UpdateButtons ( ) : void
리턴 void

UpdateObjsText() 공개 메소드

public UpdateObjsText ( ) : void
리턴 void

VoteReceived() 공개 메소드

public VoteReceived ( string _username, int _voteindex ) : void
_username string
_voteindex int
리턴 void

프로퍼티 상세

BackToMenu 공개적으로 프로퍼티

public Button BackToMenu
리턴 Button

ExportList 공개적으로 프로퍼티

public Button ExportList
리턴 Button

IRC 공개적으로 프로퍼티

public TwitchIRC, IRC
리턴 TwitchIRC,

PickSketchButton 공개적으로 프로퍼티

public Button PickSketchButton
리턴 Button

PickText 공개적으로 프로퍼티

public Text PickText
리턴 Text

ResetButton 공개적으로 프로퍼티

public Button ResetButton
리턴 Button

StartStopButton 공개적으로 프로퍼티

public Button StartStopButton
리턴 Button

StartStopText 공개적으로 프로퍼티

public Text StartStopText
리턴 Text

acceptMultiple 공개적으로 프로퍼티

public bool acceptMultiple
리턴 bool

chromakey 공개적으로 프로퍼티

public bool chromakey
리턴 bool

cmdStr 공개적으로 프로퍼티

public string cmdStr
리턴 string

countDownSlider 공개적으로 프로퍼티

public TextBasedOnSlider, countDownSlider
리턴 TextBasedOnSlider,

objStr 공개적으로 프로퍼티

public string objStr
리턴 string

objectsUserDictionary 공개적으로 프로퍼티

public Dictionary> objectsUserDictionary
리턴 List>.Dictionary

objsStr 공개적으로 프로퍼티

public string objsStr
리턴 string

optionToIndex 공개적으로 프로퍼티

public Dictionary optionToIndex
리턴 VoteOption>.Dictionary

pickInstant 공개적으로 프로퍼티

public bool pickInstant
리턴 bool

pickRandomText 공개적으로 프로퍼티

public Text pickRandomText
리턴 Text

removeAfterPick 공개적으로 프로퍼티

public bool removeAfterPick
리턴 bool

startWithOptions 공개적으로 프로퍼티

public string startWithOptions
리턴 string

textColor1 공개적으로 프로퍼티

public Color textColor1
리턴 Color

textColor2 공개적으로 프로퍼티

public Color textColor2
리턴 Color

titleStr 공개적으로 프로퍼티

public string titleStr
리턴 string

titleText 공개적으로 프로퍼티

public Text titleText
리턴 Text

type 공개적으로 프로퍼티

public int type
리턴 int

usernamesVotedAlready 공개적으로 프로퍼티

public HashSet usernamesVotedAlready
리턴 HashSet

waitForTime 공개적으로 프로퍼티

public float waitForTime
리턴 float