Show / Hide Table of Contents

Class MyObjectBuilder_VoxelMap

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_EntityBase
MyObjectBuilder_VoxelMap
MyObjectBuilder_Planet
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_EntityBase.Remap(IMyRemapHelper)
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_VoxelMap : MyObjectBuilder_EntityBase

Constructors

MyObjectBuilder_VoxelMap()

Declaration
public MyObjectBuilder_VoxelMap()

MyObjectBuilder_VoxelMap(Vector3, String)

Declaration
public MyObjectBuilder_VoxelMap(Vector3 position, string storageName)
Parameters
Type Name Description
Vector3 position
System.String storageName

Fields

BoulderItemId

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

BoulderPlanetId

Declaration
[Nullable]
public Nullable<long> BoulderPlanetId
Field Value
Type Description
System.Nullable<System.Int64>

BoulderSectorId

Declaration
[Nullable]
public Nullable<long> BoulderSectorId
Field Value
Type Description
System.Nullable<System.Int64>

ContentChanged

Declaration
[Serialize]
public Nullable<bool> ContentChanged
Field Value
Type Description
System.Nullable<System.Boolean>

CreatedByUser

Declaration
public bool CreatedByUser
Field Value
Type Description
System.Boolean

Filename

Declaration
[Nullable]
public string Filename
Field Value
Type Description
System.String

IsGlobalEncounterAsteroid

Declaration
public bool IsGlobalEncounterAsteroid
Field Value
Type Description
System.Boolean

MutableStorage

Declaration
public bool MutableStorage
Field Value
Type Description
System.Boolean

Properties

StorageName

Declaration
[Nullable]
public string StorageName { get; set; }
Property Value
Type Description
System.String

Methods

ShouldSerializeMutableStorage()

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

Extension Methods

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