C# Class TogglePlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Mostra 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_oe property

public int defaultValue
return int

onChangeEvent public_oe property

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

tog public_oe property

public Toggle, tog
return Toggle,

valueName public_oe property

public string valueName
return string