C# Class shaderGlow, clockwork

Inheritance: MonoBehaviour
ファイルを表示 Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
scaleFactor ( Bounds meshfilter ) : Color

Method Details

Awake() public method

public Awake ( ) : void
return void

DrawOutline() public method

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

OnGUI() public method

public OnGUI ( ) : void
return void

OnMouseEnter() public method

public OnMouseEnter ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

lightOff() public method

public lightOff ( ) : void
return void

lightOn() public method

public lightOn ( ) : void
return void

Property Details

flashing public_oe property

public bool flashing
return bool

fontSize public_oe property

public int fontSize
return int

glowColor public_oe property

public Color glowColor
return Color

glowMode public_oe property

public allowedModes glowMode
return allowedModes

labelColor public_oe property

public Color labelColor
return Color

labelMode public_oe property

public labelModes labelMode
return labelModes

labelToDisplay public_oe property

public String labelToDisplay
return String

noOcclusion public_oe property

public bool noOcclusion
return bool

outlineColor public_oe property

public Color outlineColor
return Color

outlined public_oe property

public bool outlined
return bool

scaleGlow public_oe property

public bool scaleGlow
return bool

textFont public_oe property

public Font textFont
return Font

useNormal public_oe property

public bool useNormal
return bool