Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AutoCanon
C# Class AutoCanon, Unity2d-Game
Inheritance:
Building
Exibir arquivo
Open project: sagivo/Unity2d-Game
Public Properties
Property
Type
Description
bullet
Bullet,
shootSpeedPerLevel
float[]
Public Methods
Method
Description
findTarget
( ) :
void
shoot
( ) :
void
Protected Methods
Method
Description
Awake
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Awake()
protected
method
protected
Awake
( ) :
void
return
void
Start()
protected
method
protected
Start
( ) :
void
return
void
Update()
protected
method
protected
Update
( ) :
void
return
void
findTarget()
public
method
public
findTarget
( ) :
void
return
void
shoot()
public
method
public
shoot
( ) :
void
return
void
Property Details
bullet
public_oe property
public
Bullet,
bullet
return
Bullet,
shootSpeedPerLevel
public_oe property
public
float[]
shootSpeedPerLevel
return
float[]