C# Class NightView, SelectivePerception

Inheritance: MonoBehaviour
显示文件 Open project: hs-furtwangen/SelectivePerception Class Usage Examples

Public Properties

Property Type Description
prefabSpotlight Transform

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
activateNightView ( ) : void
counter ( ) : void
deactivateNightView ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activateNightView() public method

public activateNightView ( ) : void
return void

counter() public method

public counter ( ) : void
return void

deactivateNightView() public method

public deactivateNightView ( ) : void
return void

Property Details

prefabSpotlight public_oe property

public Transform prefabSpotlight
return Transform