C# Class SetStars

Inheritance: MonoBehaviour
Exibir arquivo Open project: FIU-SCIS-Senior-Projects/SmartBuilding4

Public Properties

Property Type Description
lightwall Renderer
water Renderer
worldProbe Transform

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lightwall public_oe property

public Renderer lightwall
return Renderer

water public_oe property

public Renderer water
return Renderer

worldProbe public_oe property

public Transform worldProbe
return Transform