|
Space Engineers
|
Namespaces | |
| package | GUI |
Enumerations | |
| enum | ErrorSeverity { ErrorSeverity.Notice = 0, ErrorSeverity.Warning = 1, ErrorSeverity.Error = 2, ErrorSeverity.Critical =3 } |
| enum | MyCubeEdgeType : byte { MyCubeEdgeType.Vertical = 0, MyCubeEdgeType.Vertical_Diagonal = 1, MyCubeEdgeType.Horizontal = 2, MyCubeEdgeType.Horizontal_Diagonal = 3, MyCubeEdgeType.Hidden = 4 } |
| enum | MyRotationOptionsEnum { MyRotationOptionsEnum.None, MyRotationOptionsEnum.Vertical, MyRotationOptionsEnum.Horizontal, MyRotationOptionsEnum.Both } |
| Enumerator | |
|---|---|
| Notice | |
| Warning | |
| Error | |
| Critical | |
Definition at line 10 of file MyDefinitionErrors.cs.
| enum Sandbox.Definitions.MyCubeEdgeType : byte |
| Enumerator | |
|---|---|
| Vertical | |
| Vertical_Diagonal | |
| Horizontal | |
| Horizontal_Diagonal | |
| Hidden | |
Definition at line 17 of file MyCubeGridDefinitions.cs.
| Enumerator | |
|---|---|
| None | |
| Vertical | |
| Horizontal | |
| Both | |
Definition at line 62 of file MyCubeGridDefinitions.cs.
1.8.8