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
UnityPlatformer
JumpAfterFeetKill
C# Class UnityPlatformer.JumpAfterFeetKill
Inheritance:
UnityEngine.MonoBehaviour
Mostrar archivo
Open project: llafuente/unity-platformer
Public Properties
Property
Type
Description
jumpProperties
JumpConstantProperties
Public Methods
Method
Description
OnEnable
( ) :
void
OnHurtCharacter
(
Damage
dt
,
CharacterHealth
to
) :
void
Start
( ) :
void
Method Details
OnEnable()
public
method
public
OnEnable
( ) :
void
return
void
OnHurtCharacter()
public
method
public
OnHurtCharacter
(
Damage
dt
,
CharacterHealth
to
) :
void
dt
Damage
to
CharacterHealth
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
jumpProperties
public_oe property
Jump properties
public
JumpConstantProperties,UnityPlatformer
jumpProperties
return
JumpConstantProperties