Show / Hide Table of Contents

Class MyObjectBuilder_CubeGrid

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_EntityBase
MyObjectBuilder_CubeGrid
Inherited Members
MyObjectBuilder_EntityBase.EntityId
MyObjectBuilder_EntityBase.PersistentFlags
MyObjectBuilder_EntityBase.Name
MyObjectBuilder_EntityBase.PositionAndOrientation
MyObjectBuilder_EntityBase.LocalPositionAndOrientation
MyObjectBuilder_EntityBase.ComponentContainer
MyObjectBuilder_EntityBase.EntityDefinitionId
MyObjectBuilder_EntityBase.ShouldSerializePositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeLocalPositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeComponentContainer()
MyObjectBuilder_EntityBase.ShouldSerializeEntityDefinitionId()
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_CubeGrid : MyObjectBuilder_EntityBase

Constructors

MyObjectBuilder_CubeGrid()

Declaration
public MyObjectBuilder_CubeGrid()

Fields

AngularVelocity

Declaration
[Serialize]
public SerializableVector3 AngularVelocity
Field Value
Type Description
VRage.SerializableVector3

BlockGroups

Declaration
public List<MyObjectBuilder_BlockGroup> BlockGroups
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_BlockGroup>

ConveyorLines

Declaration
[Serialize]
public List<MyObjectBuilder_ConveyorLine> ConveyorLines
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_ConveyorLine>

CreatePhysics

Declaration
public bool CreatePhysics
Field Value
Type Description
System.Boolean

CubeBlocks

Declaration
[DynamicItem]
public List<MyObjectBuilder_CubeBlock> CubeBlocks
Field Value
Type Description
System.Collections.Generic.List<MyObjectBuilder_CubeBlock>

DampenersEnabled

Declaration
public bool DampenersEnabled
Field Value
Type Description
System.Boolean

DestructibleBlocks

Declaration
public bool DestructibleBlocks
Field Value
Type Description
System.Boolean

DisplayName

Declaration
[Serialize]
public string DisplayName
Field Value
Type Description
System.String

Editable

Declaration
public bool Editable
Field Value
Type Description
System.Boolean

EnableSmallToLargeConnections

Declaration
public bool EnableSmallToLargeConnections
Field Value
Type Description
System.Boolean

GridGeneralDamageModifier

Declaration
public float GridGeneralDamageModifier
Field Value
Type Description
System.Single

GridPresenceTier

Declaration
public MyUpdateTiersGridPresence GridPresenceTier
Field Value
Type Description
MyUpdateTiersGridPresence

GridSizeEnum

Declaration
public MyCubeSize GridSizeEnum
Field Value
Type Description
MyCubeSize

Handbrake

Declaration
public bool Handbrake
Field Value
Type Description
System.Boolean

Immune

Declaration
public bool Immune
Field Value
Type Description
System.Boolean

IsNpcSpawnedGrid

Declaration
public bool IsNpcSpawnedGrid
Field Value
Type Description
System.Boolean

IsPowered

Declaration
public bool IsPowered
Field Value
Type Description
System.Boolean

IsRespawnGrid

Declaration
public bool IsRespawnGrid
Field Value
Type Description
System.Boolean

IsStatic

Declaration
public bool IsStatic
Field Value
Type Description
System.Boolean

IsUnsupportedStation

Declaration
public bool IsUnsupportedStation
Field Value
Type Description
System.Boolean

JumpDriveDirection

Declaration
[Serialize]
public Nullable<Vector3D> JumpDriveDirection
Field Value
Type Description
System.Nullable<Vector3D>

JumpRemainingTime

Declaration
[Serialize]
public Nullable<float> JumpRemainingTime
Field Value
Type Description
System.Nullable<System.Single>

LinearVelocity

Declaration
[Serialize]
public SerializableVector3 LinearVelocity
Field Value
Type Description
VRage.SerializableVector3

LocalCoordSys

Declaration
public long LocalCoordSys
Field Value
Type Description
System.Int64

NPCGridClaimElapsed

Declaration
[Serialize]
public Nullable<int> NPCGridClaimElapsed
Field Value
Type Description
System.Nullable<System.Int32>

OxygenAmount

Declaration
[Serialize]
public float[] OxygenAmount
Field Value
Type Description
System.Single[]

OxygenRooms

Declaration
[Serialize]
public OxygenRoom[] OxygenRooms
Field Value
Type Description
OxygenRoom[]

PlanetSpawnHeightRatio

Declaration
public float PlanetSpawnHeightRatio
Field Value
Type Description
System.Single

playedTime

Declaration
public int playedTime
Field Value
Type Description
System.Int32

PlayerPresenceTier

Declaration
public MyUpdateTiersPlayerPresence PlayerPresenceTier
Field Value
Type Description
MyUpdateTiersPlayerPresence

Skeleton

Declaration
[Serialize]
public List<BoneInfo> Skeleton
Field Value
Type Description
System.Collections.Generic.List<BoneInfo>

SpawnRangeMax

Declaration
public float SpawnRangeMax
Field Value
Type Description
System.Single

SpawnRangeMin

Declaration
public float SpawnRangeMin
Field Value
Type Description
System.Single

TargetingTargets

Declaration
[Serialize]
public List<long> TargetingTargets
Field Value
Type Description
System.Collections.Generic.List<System.Int64>

TargetingWhitelist

Declaration
public bool TargetingWhitelist
Field Value
Type Description
System.Boolean

UsePositionForSpawn

Declaration
public bool UsePositionForSpawn
Field Value
Type Description
System.Boolean

XMirroxOdd

Declaration
public bool XMirroxOdd
Field Value
Type Description
System.Boolean

XMirroxPlane

Declaration
[Serialize]
public Nullable<SerializableVector3I> XMirroxPlane
Field Value
Type Description
System.Nullable<VRage.SerializableVector3I>

YMirroxOdd

Declaration
public bool YMirroxOdd
Field Value
Type Description
System.Boolean

YMirroxPlane

Declaration
[Serialize]
public Nullable<SerializableVector3I> YMirroxPlane
Field Value
Type Description
System.Nullable<VRage.SerializableVector3I>

ZMirroxOdd

Declaration
public bool ZMirroxOdd
Field Value
Type Description
System.Boolean

ZMirroxPlane

Declaration
[Serialize]
public Nullable<SerializableVector3I> ZMirroxPlane
Field Value
Type Description
System.Nullable<VRage.SerializableVector3I>

Methods

Remap(IMyRemapHelper)

Declaration
public override void Remap(IMyRemapHelper remapHelper)
Parameters
Type Name Description
IMyRemapHelper remapHelper
Overrides
MyObjectBuilder_EntityBase.Remap(IMyRemapHelper)

SetupForGridPaste()

Declaration
public void SetupForGridPaste()

SetupForProjector()

Declaration
public void SetupForProjector()

ShouldSerializeAngularVelocity()

Declaration
public bool ShouldSerializeAngularVelocity()
Returns
Type Description
System.Boolean

ShouldSerializeBlockGroups()

Declaration
public bool ShouldSerializeBlockGroups()
Returns
Type Description
System.Boolean

ShouldSerializeConveyorLines()

Declaration
public bool ShouldSerializeConveyorLines()
Returns
Type Description
System.Boolean

ShouldSerializeJumpDriveDirection()

Declaration
public bool ShouldSerializeJumpDriveDirection()
Returns
Type Description
System.Boolean

ShouldSerializeJumpRemainingTime()

Declaration
public bool ShouldSerializeJumpRemainingTime()
Returns
Type Description
System.Boolean

ShouldSerializeLinearVelocity()

Declaration
public bool ShouldSerializeLinearVelocity()
Returns
Type Description
System.Boolean

ShouldSerializeSkeleton()

Declaration
public bool ShouldSerializeSkeleton()
Returns
Type Description
System.Boolean

ShouldSerializeXMirroxPlane()

Declaration
public bool ShouldSerializeXMirroxPlane()
Returns
Type Description
System.Boolean

ShouldSerializeYMirroxPlane()

Declaration
public bool ShouldSerializeYMirroxPlane()
Returns
Type Description
System.Boolean

ShouldSerializeZMirroxPlane()

Declaration
public bool ShouldSerializeZMirroxPlane()
Returns
Type Description
System.Boolean

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾