Polarith AI
1.8

◆ LayerBlending

LayerBlendingType LayerBlending = LayerBlendingType.None
inherited

Sets the operation for blending the behaviour results into the context.

If set to a value other than LayerBlendingType.None, this behaviour writes to an intermediate instead of writing directly to the context, whereby this parameter defines the operation used to apply the intermediate to the context.

Note that the intermediate values are initialized with the neutral element with respect to the set ValueWriting (1 for ValueWritingType.Multiplication or ValueWritingType.Division and 0.0f otherwise).

Imprint