Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BaseEnemyAI
C# Class BaseEnemyAI, Unity3D-Space-Shooter-Game
Inheritance:
MonoBehaviour
Show file
Open project: emir01/Unity3D-Space-Shooter-Game
Class Usage Examples
Public Properties
Property
Type
Description
MaxSpeed
float
MinSpeed
float
timeMoveMax
float
timeMoveMin
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
StartedMoving
(
float
time
) :
IEnumerator
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
MaxSpeed
public property
public
float
MaxSpeed
return
float
MinSpeed
public property
public
float
MinSpeed
return
float
timeMoveMax
public property
public
float
timeMoveMax
return
float
timeMoveMin
public property
public
float
timeMoveMin
return
float