C# Class shaderGlow, clockwork

Inheritance: MonoBehaviour
Afficher le fichier Open project: shadowseer99/clockwork Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
scaleFactor ( Bounds meshfilter ) : Color

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DrawOutline() public méthode

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

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( ) : void
Résultat void

OnMouseExit() public méthode

public OnMouseExit ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

lightOff() public méthode

public lightOff ( ) : void
Résultat void

lightOn() public méthode

public lightOn ( ) : void
Résultat void

Property Details

flashing public_oe property

public bool flashing
Résultat bool

fontSize public_oe property

public int fontSize
Résultat int

glowColor public_oe property

public Color glowColor
Résultat Color

glowMode public_oe property

public allowedModes glowMode
Résultat allowedModes

labelColor public_oe property

public Color labelColor
Résultat Color

labelMode public_oe property

public labelModes labelMode
Résultat labelModes

labelToDisplay public_oe property

public String labelToDisplay
Résultat String

noOcclusion public_oe property

public bool noOcclusion
Résultat bool

outlineColor public_oe property

public Color outlineColor
Résultat Color

outlined public_oe property

public bool outlined
Résultat bool

scaleGlow public_oe property

public bool scaleGlow
Résultat bool

textFont public_oe property

public Font textFont
Résultat Font

useNormal public_oe property

public bool useNormal
Résultat bool