Show / Hide Table of Contents

Class MyObjectBuilder_SafeZone

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_EntityBase
MyObjectBuilder_SafeZone
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: Sandbox.Common.ObjectBuilders
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_SafeZone : MyObjectBuilder_EntityBase

Constructors

MyObjectBuilder_SafeZone()

Declaration
public MyObjectBuilder_SafeZone()

Fields

AccessTypeFactions

Declaration
public MySafeZoneAccess AccessTypeFactions
Field Value
Type Description
MySafeZoneAccess

AccessTypeFloatingObjects

Declaration
public MySafeZoneAccess AccessTypeFloatingObjects
Field Value
Type Description
MySafeZoneAccess

AccessTypeGrids

Declaration
public MySafeZoneAccess AccessTypeGrids
Field Value
Type Description
MySafeZoneAccess

AccessTypePlayers

Declaration
public MySafeZoneAccess AccessTypePlayers
Field Value
Type Description
MySafeZoneAccess

AllowedActions

Declaration
public MySafeZoneAction AllowedActions
Field Value
Type Description
VRage.Game.ObjectBuilders.Components.MySafeZoneAction

ContainedEntities

Declaration
[Serialize]
public long[] ContainedEntities
Field Value
Type Description
System.Int64[]

ContainedGrids

Declaration
[Serialize]
public long[] ContainedGrids
Field Value
Type Description
System.Int64[]

DisplayName

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

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean

Entities

Declaration
public long[] Entities
Field Value
Type Description
System.Int64[]

Factions

Declaration
public long[] Factions
Field Value
Type Description
System.Int64[]

IsVisible

Declaration
public bool IsVisible
Field Value
Type Description
System.Boolean

ModelColor

Declaration
public SerializableVector3 ModelColor
Field Value
Type Description
VRage.SerializableVector3

Players

Declaration
public long[] Players
Field Value
Type Description
System.Int64[]

Radius

Declaration
public float Radius
Field Value
Type Description
System.Single

SafeZoneBlockId

Declaration
public long SafeZoneBlockId
Field Value
Type Description
System.Int64

Shape

Declaration
public MySafeZoneShape Shape
Field Value
Type Description
MySafeZoneShape

Size

Declaration
public Vector3 Size
Field Value
Type Description
Vector3

Texture

Declaration
public string Texture
Field Value
Type Description
System.String

Extension Methods

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