Interface IMyGravityGeneratorSphere
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyGravityGeneratorSphere : IMyGravityGeneratorBase, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Radius
Radius of the gravity field, in meters
Declaration
float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |