C# Class InputFieldPlayerPref, twitchPickTool

Inheritance: MonoBehaviour
Show file Open project: DanielSnd/twitchPickTool

Public Properties

Property Type Description
defaultValue string
iField InputField,
onChangeEvent UnityEngine.Events.UnityEvent
valueName string

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

changedValue() public method

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

Property Details

defaultValue public property

public string defaultValue
return string

iField public property

public InputField, iField
return InputField,

onChangeEvent public property

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

valueName public property

public string valueName
return string