Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Storyboard
C# Class Storyboard, 306_project2
Inheritance:
MonoBehaviour
ファイルを表示
Open project: ElliotWhiley/306_project2
Class Usage Examples
Public Properties
Property
Type
Description
evilText
Text
flubText
Text
Public Methods
Method
Description
Update
( ) :
void
clickedIntro
( ) :
void
setEvilText
(
string
msg
) :
void
setFlubText
(
string
msg
) :
void
skipped
( ) :
void
Method Details
Update()
public
method
public
Update
( ) :
void
return
void
clickedIntro()
public
method
public
clickedIntro
( ) :
void
return
void
setEvilText()
public
method
public
setEvilText
(
string
msg
) :
void
msg
string
return
void
setFlubText()
public
method
public
setFlubText
(
string
msg
) :
void
msg
string
return
void
skipped()
public
method
public
skipped
( ) :
void
return
void
Property Details
evilText
public_oe property
public
Text
evilText
return
Text
flubText
public_oe property
public
Text
flubText
return
Text