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
HitBehaviour
C# Class HitBehaviour, rainCrossBow
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: Collegiennes/rainCrossBow
Class Usage Examples
Public Properties
Property
Type
Description
Velocity
Vector3
Public Methods
Method
Description
FixedUpdate
( ) :
void
SetSpeed
(
float
speed
) :
void
Start
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
SetSpeed()
public
method
public
SetSpeed
(
float
speed
) :
void
speed
float
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
Velocity
public_oe property
public
Vector3
Velocity
return
Vector3