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
PaceBetweenWalls
C# Class PaceBetweenWalls, JuniorProject
Inheritance:
MonoBehaviour
显示文件
Open project: MilesMeacham/JuniorProject
Class Usage Examples
Public Properties
Property
Type
Description
gapCheck
GroundCheck,
turnDuration
float
turning
bool
wallCheck
GroundCheck,
Public Methods
Method
Description
Movement
( ) :
void
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
TurnArroundCo
( ) :
IEnumerator
Method Details
Movement()
public
method
public
Movement
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
gapCheck
public_oe property
public
GroundCheck,
gapCheck
return
GroundCheck,
turnDuration
public_oe property
public
float
turnDuration
return
float
turning
public_oe property
public
bool
turning
return
bool
wallCheck
public_oe property
public
GroundCheck,
wallCheck
return
GroundCheck,