Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Definitions.MyCubeBlockDefinition.MountPoint Struct Reference

Public Member Functions

MyObjectBuilder_CubeBlockDefinition.MountPoint GetObjectBuilder (Vector3I cubeSize)
 

Public Attributes

Vector3I Normal
 
Vector3 Start
 
Vector3 End
 
byte ExclusionMask
 Excluded properties when attaching to this mount point. Bitwise & with other mount points properties mask must result in 0 to allow attaching. More...
 
byte PropertiesMask
 Properties when attaching this mount point. Bitwise & with other mount points exclusion mask must result in 0 to allow attaching. More...
 
bool Enabled
 Disabled mount points always return false when checking for connectivity More...
 
bool Default
 Mark mount point as default for autorotate. More...
 

Detailed Description

Definition at line 190 of file MyCubeBlockDefinition.cs.

Member Function Documentation

MyObjectBuilder_CubeBlockDefinition.MountPoint Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.GetObjectBuilder ( Vector3I  cubeSize)
inline

Definition at line 228 of file MyCubeBlockDefinition.cs.

Member Data Documentation

bool Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.Default

Mark mount point as default for autorotate.

Definition at line 226 of file MyCubeBlockDefinition.cs.

bool Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.Enabled

Disabled mount points always return false when checking for connectivity

Definition at line 221 of file MyCubeBlockDefinition.cs.

Vector3 Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.End

Definition at line 194 of file MyCubeBlockDefinition.cs.

byte Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.ExclusionMask

Excluded properties when attaching to this mount point. Bitwise & with other mount points properties mask must result in 0 to allow attaching.

Definition at line 210 of file MyCubeBlockDefinition.cs.

Vector3I Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.Normal

Definition at line 192 of file MyCubeBlockDefinition.cs.

byte Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.PropertiesMask

Properties when attaching this mount point. Bitwise & with other mount points exclusion mask must result in 0 to allow attaching.

Definition at line 216 of file MyCubeBlockDefinition.cs.

Vector3 Sandbox.Definitions.MyCubeBlockDefinition.MountPoint.Start

Definition at line 193 of file MyCubeBlockDefinition.cs.


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