Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
scene2Controller
C# Class scene2Controller, unityPhantomClick
Inheritance:
MonoBehaviour
显示文件
Open project: playi/unityPhantomClick
Class Usage Examples
Public Properties
Property
Type
Description
btn
Button
doItAgain
Button
txt
Text
Public Methods
Method
Description
Start
( ) :
void
onClickBtn
( ) :
void
onClickDoItAgain
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
onClickBtn()
public
method
public
onClickBtn
( ) :
void
return
void
onClickDoItAgain()
public
method
public
onClickDoItAgain
( ) :
void
return
void
Property Details
btn
public_oe property
public
Button
btn
return
Button
doItAgain
public_oe property
public
Button
doItAgain
return
Button
txt
public_oe property
public
Text
txt
return
Text