C# Class TriggeredLight, Hero.Coli

Inheritance: TriggeredBehaviour
Afficher le fichier Open project: CyberCRI/Hero.Coli

Méthodes publiques

Свойство Type Description
maxIntensity float
tweenSpeed float

Méthodes publiques

Méthode Description
Update ( ) : void
getIsPlaying ( ) : bool
getIsStarting ( ) : bool
setIsPlaying ( bool b ) : void
triggerExit ( ) : void
triggerStart ( ) : void
triggerStay ( ) : void

Private Methods

Méthode Description
updateLight ( float val ) : void
updateLightIntensity ( ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

getIsPlaying() public méthode

public getIsPlaying ( ) : bool
Résultat bool

getIsStarting() public méthode

public getIsStarting ( ) : bool
Résultat bool

setIsPlaying() public méthode

public setIsPlaying ( bool b ) : void
b bool
Résultat void

triggerExit() public méthode

public triggerExit ( ) : void
Résultat void

triggerStart() public méthode

public triggerStart ( ) : void
Résultat void

triggerStay() public méthode

public triggerStay ( ) : void
Résultat void

Property Details

maxIntensity public_oe property

public float maxIntensity
Résultat float

tweenSpeed public_oe property

public float tweenSpeed
Résultat float