Polarith AI
1.8

◆ LayerBlendingType

enum LayerBlendingType
strong

Defines how objective values are blended into context maps for individual SteeringBehaviour instances.

Enumerator
None 

The layer blending feature is not used.

Values are written directly to the Context.Problem by using the ValueWritingType.

AssignGreater 

Writes a new value iff it is greater than the value which already exists.

AssignLesser 

Writes a new value iff it is lesser than the value which already exists.

Addition 

Adds the new value to the value which already exists.

Subtraction 

Subtracts the new value from the value which already exists.

Multiplication 

Multiplies the new value to the value which already exists.

Division 

Divides the value which already exists by the new value.

Imprint