Interface IMyGravityGenerator
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyGravityGenerator : IMyGravityGeneratorBase, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
FieldDepth
Declaration
float FieldDepth { get; }
Property Value
Type | Description |
---|---|
System.Single |
FieldHeight
Declaration
float FieldHeight { get; }
Property Value
Type | Description |
---|---|
System.Single |
FieldSize
Gets or sets the gravity field as a Vector3(W,H,D).
Declaration
Vector3 FieldSize { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Remarks
X is Width Y is Height Z is Depth
FieldWidth
Declaration
float FieldWidth { get; }
Property Value
Type | Description |
---|---|
System.Single |