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
SimpleMovement
C# Class SimpleMovement
Inheritance:
MonoBehaviour
显示文件
Open project: imann24/cs327-bestmobilegameever
Class Usage Examples
Public Properties
Property
Type
Description
moveSpeed
float
Public Methods
Method
Description
Move
(
Vector2
location
) :
void
Private Methods
Method
Description
MoveTo
(
Vector2
endLocation
) :
IEnumerator
Method Details
Move()
public
method
public
Move
(
Vector2
location
) :
void
location
Vector2
return
void
Property Details
moveSpeed
public_oe property
public
float
moveSpeed
return
float