WeatherMakerFogProfileScriptUpdateMaterialProperties Method |
Update a fog material with fog properties from this object
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public virtual void UpdateMaterialProperties(
Material material,
Camera camera,
bool global
)
Public Overridable Sub UpdateMaterialProperties (
material As Material,
camera As Camera,
global As Boolean
)
public:
virtual void UpdateMaterialProperties(
Material^ material,
Camera^ camera,
bool global
)
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