Show / Hide Table of Contents

Class MyObjectBuilder_CubeBlockDefinition.MountPoint

Inheritance
System.Object
MyObjectBuilder_CubeBlockDefinition.MountPoint
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class MountPoint : Object

Constructors

MountPoint()

Declaration
public MountPoint()

Fields

AllowCouplingWithItself

Declaration
public bool AllowCouplingWithItself
Field Value
Type Description
System.Boolean

CouplingTag

Declaration
public string CouplingTag
Field Value
Type Description
System.String

Default

Declaration
public bool Default
Field Value
Type Description
System.Boolean

Enabled

Declaration
public bool Enabled
Field Value
Type Description
System.Boolean

End

Declaration
public SerializableVector2 End
Field Value
Type Description
VRage.SerializableVector2

ExclusionMask

Declaration
public byte ExclusionMask
Field Value
Type Description
System.Byte

PressurizedWhenOpen

Declaration
public bool PressurizedWhenOpen
Field Value
Type Description
System.Boolean

PropertiesMask

Declaration
public byte PropertiesMask
Field Value
Type Description
System.Byte

Side

Declaration
public BlockSideEnum Side
Field Value
Type Description
BlockSideEnum

Start

Declaration
public SerializableVector2 Start
Field Value
Type Description
VRage.SerializableVector2

Properties

EndX

Declaration
public float EndX { get; set; }
Property Value
Type Description
System.Single

EndY

Declaration
public float EndY { get; set; }
Property Value
Type Description
System.Single

StartX

Declaration
public float StartX { get; set; }
Property Value
Type Description
System.Single

StartY

Declaration
public float StartY { get; set; }
Property Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾