WeatherMakerFullScreenFogProfileScriptUpdateMaterialProperties Method |
Update full screen fog material properties
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override void UpdateMaterialProperties(
Material material,
Camera camera,
bool global
)
Public Overrides Sub UpdateMaterialProperties (
material As Material,
camera As Camera,
global As Boolean
)
public:
virtual void UpdateMaterialProperties(
Material^ material,
Camera^ camera,
bool global
) override
abstract UpdateMaterialProperties :
material : Material *
camera : Camera *
global : bool -> unit
override UpdateMaterialProperties :
material : Material *
camera : Camera *
global : bool -> unit
Parameters
- material
- Type: Material
Fog material - camera
- Type: Camera
Camera - global
- Type: SystemBoolean
Whether to set global shader properties
See Also