Click or drag to resize

WeatherMakerCommandBufferManagerScriptRegisterPreRender Method

Register pre render events. Call from OnEnable.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void RegisterPreRender(
	Action<Camera> action,
	MonoBehaviour script,
	bool highPriority = false
)

Parameters

action
Type: SystemActionCamera
Action
script
Type: MonoBehaviour
Script
highPriority (Optional)
Type: SystemBoolean
High priority go to front of the list, low to the back
See Also