WeatherMakerFullScreenCloudsScriptBeforeCloudsRenderHooks Field |
Allow rendering to command buffer before the clouds render
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public readonly List<Action<WeatherMakerCommandBuffer>> BeforeCloudsRenderHooks
Public ReadOnly BeforeCloudsRenderHooks As List(Of Action(Of WeatherMakerCommandBuffer))
public:
initonly List<Action<WeatherMakerCommandBuffer^>^>^ BeforeCloudsRenderHooks
val BeforeCloudsRenderHooks: List<Action<WeatherMakerCommandBuffer>>
Field Value
Type:
ListActionWeatherMakerCommandBufferSee Also