C# 클래스 UISpellDetails

상속: MonoBehaviour
파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule

공개 프로퍼티들

프로퍼티 타입 설명
_textEnemyTargetable Text
_textOrientation Text
_textPiercing Text
_textRange Text
board GameObject
rawImage UnityEngine.UI.RawImage

공개 메소드들

메소드 설명
Awake ( ) : void
SetLayerRecursively ( GameObject obj, int newLayer ) : void
Update ( ) : void
UpdateArea ( ) : void
UpdateRange ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

SetLayerRecursively() 공개 메소드

public SetLayerRecursively ( GameObject obj, int newLayer ) : void
obj GameObject
newLayer int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateArea() 공개 메소드

public UpdateArea ( ) : void
리턴 void

UpdateRange() 공개 메소드

public UpdateRange ( ) : void
리턴 void

프로퍼티 상세

_textEnemyTargetable 공개적으로 프로퍼티

public Text _textEnemyTargetable
리턴 Text

_textOrientation 공개적으로 프로퍼티

public Text _textOrientation
리턴 Text

_textPiercing 공개적으로 프로퍼티

public Text _textPiercing
리턴 Text

_textRange 공개적으로 프로퍼티

public Text _textRange
리턴 Text

board 공개적으로 프로퍼티

public GameObject board
리턴 GameObject

rawImage 공개적으로 프로퍼티

public RawImage,UnityEngine.UI rawImage
리턴 UnityEngine.UI.RawImage