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
GT_GhostScript
C# Class GT_GhostScript, Heracles
Inheritance:
MonoBehaviour
显示文件
Open project: TrinityUniversityGameDesign/Heracles
Public Properties
Property
Type
Description
d
float
directionTimer
Stopwatch
fade
int
fadingTimer
Stopwatch
Public Methods
Method
Description
FixedUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
flipDirection
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
flipDirection()
public
method
public
flipDirection
( ) :
void
return
void
Property Details
d
public_oe property
public
float
d
return
float
directionTimer
public_oe property
public
Stopwatch
directionTimer
return
Stopwatch
fade
public_oe property
public
int
fade
return
int
fadingTimer
public_oe property
public
Stopwatch
fadingTimer
return
Stopwatch