Show / Hide Table of Contents

Interface IMySphericalNaturalGravityComponent

Describes spherical natural gravity provider

Inherited Members
IMyNaturalGravityComponent.GetWorldGravity(Vector3D)
IMyNaturalGravityComponent.IsPositionInRange(Vector3D)
IMyNaturalGravityComponent.GetGravityMultiplier(Vector3D)
IMyNaturalGravityComponent.GetProxyAABB(BoundingBoxD)
IMyNaturalGravityComponent.Position
IMyNaturalGravityComponent.GravityLimit
IMyNaturalGravityComponent.IsWorking
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMySphericalNaturalGravityComponent : IMyNaturalGravityComponent

Properties

Falloff

Gravity falloff between minRadius and maxRadius

Declaration
double Falloff { get; set; }
Property Value
Type Description
System.Double

Intensity

Gravity strength

Declaration
double Intensity { get; set; }
Property Value
Type Description
System.Double

MaxRadius

Max gravity radius at lowest intensity

Declaration
double MaxRadius { get; set; }
Property Value
Type Description
System.Double

MinRadius

Minimum gravity radius before gravity intensity begins to decrease

Declaration
double MinRadius { get; set; }
Property Value
Type Description
System.Double
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾