C# Class HighlighterFlashing, centauri-tac

Inheritance: HighlighterBase
Show file Open project: dshook/centauri-tac Class Usage Examples

Public Properties

Property Type Description
flashingDelay float
flashingEndColor Color
flashingFrequency float
flashingStartColor Color

Protected Methods

Method Description
DelayFlashing ( ) : IEnumerator
OnValidate ( ) : void
Start ( ) : void

Method Details

DelayFlashing() protected method

protected DelayFlashing ( ) : IEnumerator
return IEnumerator

OnValidate() protected method

protected OnValidate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

flashingDelay public property

public float flashingDelay
return float

flashingEndColor public property

public Color flashingEndColor
return Color

flashingFrequency public property

public float flashingFrequency
return float

flashingStartColor public property

public Color flashingStartColor
return Color