C# 클래스 CharacterUI

상속: MonoBehaviour
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_actionPoints GameObject
_characterImage Image,
_isOnLeft bool
_life Scrollbar
_lifePointsText Text,
_movementPoints GameObject
_name Text,
_pointAction Image,
_pointMovement Image,
_resAirText Text,
_resEarthText Text,
_resFireText Text,
_resWaterText Text,
_resWoodText Text,

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
UpdateActionPoints ( ) : void
UpdateLife ( ) : void
UpdateMovementPoints ( ) : void
UpdateResistances ( ) : void
UpdateTurn ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateActionPoints() 공개 메소드

public UpdateActionPoints ( ) : void
리턴 void

UpdateLife() 공개 메소드

public UpdateLife ( ) : void
리턴 void

UpdateMovementPoints() 공개 메소드

public UpdateMovementPoints ( ) : void
리턴 void

UpdateResistances() 공개 메소드

public UpdateResistances ( ) : void
리턴 void

UpdateTurn() 공개 메소드

public UpdateTurn ( ) : void
리턴 void

프로퍼티 상세

_actionPoints 공개적으로 프로퍼티

public GameObject _actionPoints
리턴 GameObject

_characterImage 공개적으로 프로퍼티

public Image, _characterImage
리턴 Image,

_isOnLeft 공개적으로 프로퍼티

public bool _isOnLeft
리턴 bool

_life 공개적으로 프로퍼티

public Scrollbar _life
리턴 Scrollbar

_lifePointsText 공개적으로 프로퍼티

public Text, _lifePointsText
리턴 Text,

_movementPoints 공개적으로 프로퍼티

public GameObject _movementPoints
리턴 GameObject

_name 공개적으로 프로퍼티

public Text, _name
리턴 Text,

_pointAction 공개적으로 프로퍼티

public Image, _pointAction
리턴 Image,

_pointMovement 공개적으로 프로퍼티

public Image, _pointMovement
리턴 Image,

_resAirText 공개적으로 프로퍼티

public Text, _resAirText
리턴 Text,

_resEarthText 공개적으로 프로퍼티

public Text, _resEarthText
리턴 Text,

_resFireText 공개적으로 프로퍼티

public Text, _resFireText
리턴 Text,

_resWaterText 공개적으로 프로퍼티

public Text, _resWaterText
리턴 Text,

_resWoodText 공개적으로 프로퍼티

public Text, _resWoodText
리턴 Text,