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
EnemyLoop
C# Class EnemyLoop, TWI_Repo
Creates a Point based movement for enemies in the world, currently outdated by Jose.
Inheritance:
MonoBehaviour
ファイルを表示
Open project: justcollins/TWI_Repo
Public Properties
Property
Type
Description
moveSpeed
float
patrolPoints
Transform[]
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
moveSpeed
public_oe property
public
float
moveSpeed
return
float
patrolPoints
public_oe property
public
Transform[]
patrolPoints
return
Transform[]