Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ShooterBase
C# Class ShooterBase, SpaceInvadersRemake
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: skahal/SpaceInvadersRemake
Protected Properties
Property
Type
Description
Projectile
Projectile,
Protected Methods
Method
Description
Awake
( ) :
void
CanShoot
( ) :
bool
FixedUpdate
( ) :
void
PerformShoot
( ) :
void
SetupShooter
( ) :
void
Shoot
( ) :
void
Method Details
Awake()
protected
method
protected
Awake
( ) :
void
return
void
CanShoot()
protected
abstract
method
protected
abstract
CanShoot
( ) :
bool
return
bool
FixedUpdate()
protected
method
protected
FixedUpdate
( ) :
void
return
void
PerformShoot()
protected
method
protected
PerformShoot
( ) :
void
return
void
SetupShooter()
protected
method
protected
SetupShooter
( ) :
void
return
void
Shoot()
protected
method
protected
Shoot
( ) :
void
return
void
Property Details
Projectile
protected_oe property
protected
Projectile,
Projectile
return
Projectile,