C# Class TamPlayerHealth, kaijurising

Inheritance: NetworkBehaviour
Afficher le fichier Open project: Moehammered/kaijurising

Méthodes publiques

Свойство Type Description
health float
healthUI Slider,
playerAnimations KaijuAnimations,
sounds KaijuSounds,

Méthodes publiques

Méthode Description
modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void

Private Methods

Méthode Description
Cmd_syncVariable ( float syncedNumber ) : void
Rpc_respawnPlayer ( Vector3 spawnPos ) : void
Rpc_updateClientHealth ( float value ) : void
Start ( ) : void
chooseSound ( ) : void
reenableCollision ( ) : IEnumerator

Method Details

modifyHealth() public méthode

public modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void
healthModifier float
attackingPlayerNumber int
Résultat void

Property Details

health public_oe property

public float health
Résultat float

healthUI public_oe property

public Slider, healthUI
Résultat Slider,

playerAnimations public_oe property

public KaijuAnimations, playerAnimations
Résultat KaijuAnimations,

sounds public_oe property

public KaijuSounds, sounds
Résultat KaijuSounds,