Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BaseEnemyAI
C# Class BaseEnemyAI, Unity3D-Space-Shooter-Game
Inheritance:
MonoBehaviour
Mostra 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_oe property
public
float
MaxSpeed
return
float
MinSpeed
public_oe property
public
float
MinSpeed
return
float
timeMoveMax
public_oe property
public
float
timeMoveMax
return
float
timeMoveMin
public_oe property
public
float
timeMoveMin
return
float