Enum BlockHolder.MultiBlockStrategy
Strategy when multiple blocks are located.
public enum BlockHolder.MultiBlockStrategy
Fields
Disable = 0Multiple blocks are not allowed. A fatal error will be thrown if multiple blocks are detected during runtime.
PlayMode = 1The relative transformation between blocks will be calculated at runtime, and the values set (usually) by Mega Studio in edit mode will be maintained until both related blocks are located.
EditMode = 2The relative transformation between blocks will not change at runtime and will maintain the values set (usually) by Mega Studio in edit mode unchanged.