Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Hurt
C# Class Hurt, Obsolete
Inheritance:
MonoBehaviour
ファイルを表示
Open project: Orihaus/Obsolete
Class Usage Examples
Public Properties
Property
Type
Description
Frequency
float
HurtAmount
int
Public Methods
Method
Description
OnTriggerStay
(
Collider
other
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerStay()
public
method
public
OnTriggerStay
(
Collider
other
) :
void
other
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
Frequency
public_oe property
public
float
Frequency
return
float
HurtAmount
public_oe property
public
int
HurtAmount
return
int