IMyCubeBuilder Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:VRage.Game.ModAPI.IMyCubeBuilder"]
Namespace: VRage.Game.ModAPI
public interface IMyCubeBuilder
The IMyCubeBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlockCreationIsActivated |
Returns state of building mode
|
![]() | CopyPasteIsActivated |
Returns state of copy pasting mode
|
![]() | FreezeGizmo |
Freezes the built object preview in current position
|
![]() | IsActivated |
Is any mode active
|
![]() | ShipCreationIsActivated |
Current stat of grid creation mode
|
![]() | ShowRemoveGizmo |
Shows the delete area preview
|
![]() | UseSymmetry |
Enables synmetry block placing
|
![]() | UseTransparency |
Name | Description | |
---|---|---|
![]() | Activate |
Activates the building mode
|
![]() | AddConstruction |
Adds construction site of block with currently selected definition
|
![]() | Deactivate |
Deactivates all modes
|
![]() | DeactivateBlockCreation |
Deactivates building mode
|
![]() | DeactivateCopyPaste |
Deactivates copy pasting mode
|
![]() | DeactivateShipCreationClipboard |
Deactivates creating grids
|
![]() | FindClosestGrid |
Finds grid to build on
|
![]() | StartNewGridPlacement |
Creates new grid
|