Enum PriorityTransformUtil.ItemPriorityDepthEffect
- Namespace
- RandomizerCore.Randomization
- Assembly
- RandomizerCore.dll
Parameter which determines how location depth should be adjusted according to item priority depth.
public enum PriorityTransformUtil.ItemPriorityDepthEffect
Fields
Cap = 2
Clamp location depth to item priority depth as an upper bound.
Cliff = 0
Cancel priority transform if item priority depth exceeds location depth.
Fade = 1
Adjust location depth to fade linearly to 0 when greater than item priority depth.
Ignore = 3
Item priority depth has no effect.