C# Class InputFieldPlayerPref, twitchPickTool

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

Méthodes publiques

Свойство Type Description
defaultValue string
iField InputField,
onChangeEvent UnityEngine.Events.UnityEvent
valueName string

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

changedValue() public méthode

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

Property Details

defaultValue public_oe property

public string defaultValue
Résultat string

iField public_oe property

public InputField, iField
Résultat InputField,

onChangeEvent public_oe property

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

valueName public_oe property

public string valueName
Résultat string