Enum EnumCombination
- Namespace
- Vintagestory.API.MathTools
- Assembly
- VintagestoryAPI.dll
Used to define how variant types interact with each other to create unique objects.
public enum EnumCombination
- Extension Methods
Fields
Add = 0
This variant type will ignore all other variant types. Each state is appended onto the object's code, without any other variant types.
Multiply = 1
Default behavior - This variant's states will be enumerated with all other variant states that have this combination.
SelectiveMultiply = 2
This variant's states will be enumerated only with the selected variant group. You must select another variant code using the 'onVariant' property.