C# 클래스 TamPlayerHealth, kaijurising

상속: NetworkBehaviour
파일 보기 프로젝트 열기: Moehammered/kaijurising

공개 프로퍼티들

프로퍼티 타입 설명
health float
healthUI Slider,
playerAnimations KaijuAnimations,
sounds KaijuSounds,

공개 메소드들

메소드 설명
modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void

비공개 메소드들

메소드 설명
Cmd_syncVariable ( float syncedNumber ) : void
Rpc_respawnPlayer ( Vector3 spawnPos ) : void
Rpc_updateClientHealth ( float value ) : void
Start ( ) : void
chooseSound ( ) : void
reenableCollision ( ) : IEnumerator

메소드 상세

modifyHealth() 공개 메소드

public modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void
healthModifier float
attackingPlayerNumber int
리턴 void

프로퍼티 상세

health 공개적으로 프로퍼티

public float health
리턴 float

healthUI 공개적으로 프로퍼티

public Slider, healthUI
리턴 Slider,

playerAnimations 공개적으로 프로퍼티

public KaijuAnimations, playerAnimations
리턴 KaijuAnimations,

sounds 공개적으로 프로퍼티

public KaijuSounds, sounds
리턴 KaijuSounds,