WaterDataBackgroundMode

Enum in WaveHarmonic.Crest, WaveHarmonic.Crest

The background processing mode for when cameras do not render.

Members

Properties

Always

Always progress simulations in the background when camera does not render.

Inactive

Progress simulations in the background when camera is inactive (ie !isActiveAndEnabled).

Disabled

Progress simulations in the background when camera is disabled (ie !enabled).

Never

Never progress simulations in the background.