Enum BlockHolder.MultiBlockStrategy
Strategy when locating multiple Blocks.
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 (usually) set by Mega Studio in edit mode will remain until both relevant Blocks are located.
EditMode = 2The relative transformation between Blocks will not change at runtime and will remain the values (usually) set by Mega Studio in edit mode unchanged.