public MyGridClipboard2(MyPlacementSettings settings, bool calculateVelocity = true) : base(settings, calculateVelocity) { EnableGridChangeToDynamic = false; m_useDynamicPreviews = false; m_dragDistance = 0; }
public MyGridClipboardAdvanced(MyPlacementSettings settings, bool calculateVelocity = true) : base(settings, calculateVelocity) { m_useDynamicPreviews = false; m_dragDistance = 0; }
public MyMultiBlockClipboard(MyPlacementSettings settings, bool calculateVelocity = true) : base(settings, calculateVelocity) { EnableGridChangeToDynamic = false; m_useDynamicPreviews = false; }
public MyGridClipboard(MyPlacementSettings settings, bool calculateVelocity = true) { m_calculateVelocity = calculateVelocity; m_settings = settings; }