C# Class HighlighterFlashing, centauri-tac

Inheritance: HighlighterBase
Exibir arquivo 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_oe property

public float flashingDelay
return float

flashingEndColor public_oe property

public Color flashingEndColor
return Color

flashingFrequency public_oe property

public float flashingFrequency
return float

flashingStartColor public_oe property

public Color flashingStartColor
return Color