C# Class BlackLight, Hero.Coli

Inheritance: MonoBehaviour
Mostra file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
isActive bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
createBlackLight ( ) : void
leaveBlackLight ( ) : void
lerpLight ( ) : void
setDiffuseTransparentPlane ( ) : void
switchLight ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

createBlackLight() public method

public createBlackLight ( ) : void
return void

leaveBlackLight() public method

public leaveBlackLight ( ) : void
return void

lerpLight() public method

public lerpLight ( ) : void
return void

setDiffuseTransparentPlane() public method

public setDiffuseTransparentPlane ( ) : void
return void

switchLight() public method

public switchLight ( ) : void
return void

Property Details

isActive public_oe property

public bool isActive
return bool