Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PlayerShooting
C# Class PlayerShooting, Ninja_Dudes
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: GDCASU/Ninja_Dudes
Class Usage Examples
Public Properties
Property
Type
Description
PlayerNumber
int
cooldownTimeSecs
float
muzzle
GameObject
projectile
GameObject
speed
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
fire
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
fire()
public
method
public
fire
( ) :
void
return
void
Property Details
PlayerNumber
public_oe property
public
int
PlayerNumber
return
int
cooldownTimeSecs
public_oe property
public
float
cooldownTimeSecs
return
float
muzzle
public_oe property
public
GameObject
muzzle
return
GameObject
projectile
public_oe property
public
GameObject
projectile
return
GameObject
speed
public_oe property
public
float
speed
return
float