C# 클래스 Incantation, diluvium

상속: MonoBehaviour
파일 보기 프로젝트 열기: Collegiennes/diluvium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
boxStyle GUIStyle
containerStyle GUIStyle
enterSound UnityEngine.AudioClip
errorTint Color
hpBadColor Color
hpEnemyBadColor Color
hpEnemyGoodColor Color
hpGoodColor Color
mistakeSound UnityEngine.AudioClip
outlineStyle GUIStyle
portraits UnityEngine.Texture2D
successTint Color
textBoxStyle GUIStyle
textStyle GUIStyle

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
Restart ( ) : void
ShowHealthBar ( Summoner, s, Color full, Color empty ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

ShowHealthBar() 공개 메소드

public ShowHealthBar ( Summoner, s, Color full, Color empty ) : void
s Summoner,
full Color
empty Color
리턴 void

프로퍼티 상세

boxStyle 공개적으로 프로퍼티

public GUIStyle boxStyle
리턴 GUIStyle

containerStyle 공개적으로 프로퍼티

public GUIStyle containerStyle
리턴 GUIStyle

enterSound 공개적으로 프로퍼티

public AudioClip,UnityEngine enterSound
리턴 UnityEngine.AudioClip

errorTint 공개적으로 프로퍼티

public Color errorTint
리턴 Color

hpBadColor 공개적으로 프로퍼티

public Color hpBadColor
리턴 Color

hpEnemyBadColor 공개적으로 프로퍼티

public Color hpEnemyBadColor
리턴 Color

hpEnemyGoodColor 공개적으로 프로퍼티

public Color hpEnemyGoodColor
리턴 Color

hpGoodColor 공개적으로 프로퍼티

public Color hpGoodColor
리턴 Color

mistakeSound 공개적으로 프로퍼티

public AudioClip,UnityEngine mistakeSound
리턴 UnityEngine.AudioClip

outlineStyle 공개적으로 프로퍼티

public GUIStyle outlineStyle
리턴 GUIStyle

portraits 공개적으로 프로퍼티

public Texture2D,UnityEngine portraits
리턴 UnityEngine.Texture2D

successTint 공개적으로 프로퍼티

public Color successTint
리턴 Color

textBoxStyle 공개적으로 프로퍼티

public GUIStyle textBoxStyle
리턴 GUIStyle

textStyle 공개적으로 프로퍼티

public GUIStyle textStyle
리턴 GUIStyle