Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SetupExample
C# Class SetupExample, unity-ads-helper
Inheritance:
MonoBehaviour
Mostra file
Open project: Applifier/unity-ads-helper
Public Properties
Property
Type
Description
gameIdField
InputField,
submitButton
Button
testModeToggle
Toggle,
Public Methods
Method
Description
Start
( ) :
void
Submit
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Submit()
public
method
public
Submit
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
gameIdField
public_oe property
public
InputField,
gameIdField
return
InputField,
submitButton
public_oe property
public
Button
submitButton
return
Button
testModeToggle
public_oe property
public
Toggle,
testModeToggle
return
Toggle,