Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings Struct Reference

Public Member Functions

MyGridPlacementSettings GetGridPlacementSettings (MyCubeSize cubeSize, bool isStatic)
 
MyGridPlacementSettings GetGridPlacementSettings (MyCubeSize cubeSize)
 

Public Attributes

MyGridPlacementSettings SmallGrid
 
MyGridPlacementSettings SmallStaticGrid
 
MyGridPlacementSettings LargeGrid
 
MyGridPlacementSettings LargeStaticGrid
 
bool StaticGridAlignToCenter
 Align static grids to corners (false) or centers (true). You should always set to corners in new games. Center alignment is only for backwards compatibility so that static grids are correctly aligned with already existing saves. More...
 

Detailed Description

Definition at line 7 of file MyObjectBuilder_CubeBuilderDefinition.cs.

Member Function Documentation

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.GetGridPlacementSettings ( MyCubeSize  cubeSize,
bool  isStatic 
)
inline

Definition at line 20 of file MyObjectBuilder_CubeBuilderDefinition.cs.

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.GetGridPlacementSettings ( MyCubeSize  cubeSize)
inline

Definition at line 33 of file MyObjectBuilder_CubeBuilderDefinition.cs.

Member Data Documentation

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.LargeGrid

Definition at line 11 of file MyObjectBuilder_CubeBuilderDefinition.cs.

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.LargeStaticGrid

Definition at line 12 of file MyObjectBuilder_CubeBuilderDefinition.cs.

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.SmallGrid

Definition at line 9 of file MyObjectBuilder_CubeBuilderDefinition.cs.

MyGridPlacementSettings VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.SmallStaticGrid

Definition at line 10 of file MyObjectBuilder_CubeBuilderDefinition.cs.

bool VRage.Game.ObjectBuilders.Definitions.SessionComponents.MyPlacementSettings.StaticGridAlignToCenter

Align static grids to corners (false) or centers (true). You should always set to corners in new games. Center alignment is only for backwards compatibility so that static grids are correctly aligned with already existing saves.

Definition at line 19 of file MyObjectBuilder_CubeBuilderDefinition.cs.


The documentation for this struct was generated from the following file: