Show / Hide Table of Contents

Class GravityExtensions

Inheritance
System.Object
GravityExtensions
Namespace: Content.Shared.Movement.Components
Assembly: Content.Shared.dll
Syntax
public static class GravityExtensions : object

Methods

| Improve this Doc View Source

IsWeightless(EntityUid, PhysicsComponent, Nullable<EntityCoordinates>, IMapManager, Nullable<IEntityManager>)

Declaration
public static bool IsWeightless(this EntityUid entity, PhysicsComponent body = null, EntityCoordinates? coords = null, IMapManager mapManager = null, IEntityManager? entityManager = null)
Parameters
Type Name Description
EntityUid entity
Robust.Shared.Physics.Components.PhysicsComponent body
System.Nullable<Robust.Shared.Map.EntityCoordinates> coords
Robust.Shared.Map.IMapManager mapManager
System.Nullable<IEntityManager> entityManager
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾