|
Space Engineers
|
Properties | |
| float | FieldWidth [get] |
| float | FieldHeight [get] |
| float | FieldDepth [get] |
| Vector3 | FieldSize [get, set] |
| Gets or sets the gravity field as a Vector3(W,H,D). More... | |
Properties inherited from SpaceEngineers.Game.ModAPI.Ingame.IMyGravityGeneratorBase | |
| float | Gravity [get, set] |
| Gets or sets the gravity acceleration in Gs. More... | |
| float | GravityAcceleration [get, set] |
| Gets or sets the gravity acceleration in m/s. More... | |
Properties inherited from Sandbox.ModAPI.Ingame.IMyFunctionalBlock | |
| bool | Enabled [get] |
Properties inherited from Sandbox.ModAPI.Ingame.IMyTerminalBlock | |
| string | CustomName [get] |
| string | CustomNameWithFaction [get] |
| string | DetailedInfo [get] |
| string | CustomInfo [get] |
| string | CustomData [get, set] |
| Gets or sets the Custom Data string. NOTE: Only use this for user input. For storing large mod configs, create your own MyModStorageComponent More... | |
| bool | ShowOnHUD [get] |
Properties inherited from Sandbox.ModAPI.Ingame.IMyCubeBlock | |
| Sandbox.Common.ObjectBuilders.Definitions.SerializableDefinitionId | BlockDefinition [get] |
| bool | CheckConnectionAllowed [get] |
| IMyCubeGrid | CubeGrid [get] |
| String | DefinitionDisplayNameText [get] |
| float | DisassembleRatio [get] |
| String | DisplayNameText [get] |
| bool | IsBeingHacked [get] |
| bool | IsFunctional [get] |
| bool | IsWorking [get] |
| VRageMath.Vector3I | Max [get] |
| VRageMath.Vector3I | Min [get] |
| int | NumberInGrid [get] |
| VRageMath.MyBlockOrientation | Orientation [get] |
| long | OwnerId [get] |
| VRageMath.Vector3I | Position [get] |
Definition at line 5 of file IMyGravityGenerator.cs.
|
get |
Definition at line 12 of file IMyGravityGenerator.cs.
|
get |
Definition at line 10 of file IMyGravityGenerator.cs.
|
getset |
Gets or sets the gravity field as a Vector3(W,H,D).
X is Width Y is Height Z is Depth
Definition at line 22 of file IMyGravityGenerator.cs.
|
get |
Definition at line 8 of file IMyGravityGenerator.cs.
1.8.8