Click or drag to resize

WeatherMakerCommandBufferManagerScriptRegisterPreCull Method

Register for pre cull events. Call from OnEnable.

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

Parameters

action
Type: SystemActionCamera
Action
script
Type: MonoBehaviour
Script
See Also