Click or drag to resize
IMyCubeBuilder Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyCubeBuilder"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyCubeBuilder

The IMyCubeBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBlockCreationIsActivated
Returns state of building mode
Public propertyCopyPasteIsActivated
Returns state of copy pasting mode
Public propertyFreezeGizmo
Freezes the built object preview in current position
Public propertyIsActivated
Is any mode active
Public propertyShipCreationIsActivated
Current stat of grid creation mode
Public propertyShowRemoveGizmo
Shows the delete area preview
Public propertyUseSymmetry
Enables synmetry block placing
Public propertyUseTransparency
Top
Methods
  NameDescription
Public methodActivate
Activates the building mode
Public methodAddConstruction
Adds construction site of block with currently selected definition
Public methodDeactivate
Deactivates all modes
Public methodDeactivateBlockCreation
Deactivates building mode
Public methodDeactivateCopyPaste
Deactivates copy pasting mode
Public methodDeactivateShipCreationClipboard
Deactivates creating grids
Public methodFindClosestGrid
Finds grid to build on
Public methodStartNewGridPlacement
Creates new grid
Top
See Also