C# Class TogglePlayerPref, twitchPickTool

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

Méthodes publiques

Свойство Type Description
defaultValue int
onChangeEvent UnityEngine.Events.UnityEvent
tog Toggle,
valueName string

Méthodes publiques

Méthode Description
Awake ( ) : void
changedValue ( bool _s ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

changedValue() public méthode

public changedValue ( bool _s ) : void
_s bool
Résultat void

Property Details

defaultValue public_oe property

public int defaultValue
Résultat int

onChangeEvent public_oe property

public UnityEvent,UnityEngine.Events onChangeEvent
Résultat UnityEngine.Events.UnityEvent

tog public_oe property

public Toggle, tog
Résultat Toggle,

valueName public_oe property

public string valueName
Résultat string