C# Class TogglePlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Show file Open project: DanielSnd/twitchPickTool

Public Properties

Property Type Description
defaultValue int
onChangeEvent UnityEngine.Events.UnityEvent
tog Toggle,
valueName string

Public Methods

Method Description
Awake ( ) : void
changedValue ( bool _s ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

changedValue() public method

public changedValue ( bool _s ) : void
_s bool
return void

Property Details

defaultValue public property

public int defaultValue
return int

onChangeEvent public property

public UnityEvent,UnityEngine.Events onChangeEvent
return UnityEngine.Events.UnityEvent

tog public property

public Toggle, tog
return Toggle,

valueName public property

public string valueName
return string