C# 클래스 shaderGlow, clockwork

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

공개 프로퍼티들

프로퍼티 타입 설명
flashing bool
fontSize int
glowColor Color
glowMode allowedModes
labelColor Color
labelMode labelModes
labelToDisplay String
noOcclusion bool
outlineColor Color
outlined bool
scaleGlow bool
textFont Font
useNormal bool

공개 메소드들

메소드 설명
Awake ( ) : void
DrawOutline ( Rect position, String text, GUIStyle theStyle, Color outColor, Color inColor ) : void
OnGUI ( ) : void
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
Start ( ) : void
Update ( ) : void
lightOff ( ) : void
lightOn ( ) : void

비공개 메소드들

메소드 설명
scaleFactor ( Bounds meshfilter ) : Color

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DrawOutline() 공개 메소드

public DrawOutline ( Rect position, String text, GUIStyle theStyle, Color outColor, Color inColor ) : void
position Rect
text String
theStyle GUIStyle
outColor Color
inColor Color
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnMouseEnter() 공개 메소드

public OnMouseEnter ( ) : void
리턴 void

OnMouseExit() 공개 메소드

public OnMouseExit ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

lightOff() 공개 메소드

public lightOff ( ) : void
리턴 void

lightOn() 공개 메소드

public lightOn ( ) : void
리턴 void

프로퍼티 상세

flashing 공개적으로 프로퍼티

public bool flashing
리턴 bool

fontSize 공개적으로 프로퍼티

public int fontSize
리턴 int

glowColor 공개적으로 프로퍼티

public Color glowColor
리턴 Color

glowMode 공개적으로 프로퍼티

public allowedModes glowMode
리턴 allowedModes

labelColor 공개적으로 프로퍼티

public Color labelColor
리턴 Color

labelMode 공개적으로 프로퍼티

public labelModes labelMode
리턴 labelModes

labelToDisplay 공개적으로 프로퍼티

public String labelToDisplay
리턴 String

noOcclusion 공개적으로 프로퍼티

public bool noOcclusion
리턴 bool

outlineColor 공개적으로 프로퍼티

public Color outlineColor
리턴 Color

outlined 공개적으로 프로퍼티

public bool outlined
리턴 bool

scaleGlow 공개적으로 프로퍼티

public bool scaleGlow
리턴 bool

textFont 공개적으로 프로퍼티

public Font textFont
리턴 Font

useNormal 공개적으로 프로퍼티

public bool useNormal
리턴 bool