Assembly: VRage.Game.dll

public interface IMyModAPINaturalGravityComponent: IMyNaturalGravityComponent

Describes ModAPI any form natural gravity provider (any form, not only sphere)

Properties

Member Description
Implementation Gets implementation of gravity provider
GravityLimit Gets distance between Position of gravity provider, and it's most distant point

Inherited from IMyNaturalGravityComponent
IsWorking Gets whither block is working or not

Inherited from IMyNaturalGravityComponent
Position Inherited from IMyNaturalGravityComponent

Methods

Member Description
GetGravityMultiplier(Vector3D) Get gravity scalar

Inherited from IMyNaturalGravityComponent
GetProxyAABB(out BoundingBoxD) Get bounding box around gravity provider

Inherited from IMyNaturalGravityComponent
GetWorldGravity(Vector3D) Gets gravity vector

Inherited from IMyNaturalGravityComponent
IsPositionInRange(Vector3D) Tests if the specified point is within the gravity of this entity.

Inherited from IMyNaturalGravityComponent

Implements:

Inheritors: