Class MyEnvironmentSectorExtensions
Inheritance
System.Object
MyEnvironmentSectorExtensions
Assembly: Sandbox.Game.dll
Syntax
public static class MyEnvironmentSectorExtensions : Object
Methods
DisableItemsInBox(MyEnvironmentSector, ref BoundingBoxD)
Declaration
public static void DisableItemsInBox(this MyEnvironmentSector sector, ref BoundingBoxD box)
Parameters
GetItemsInAabb(MyEnvironmentSector, ref BoundingBoxD, List<Int32>)
Declaration
public static void GetItemsInAabb(this MyEnvironmentSector sector, ref BoundingBoxD aabb, List<int> itemsInBox)
Parameters
HasWorkPending(MyEnvironmentSector)
Declaration
public static bool HasWorkPending(this MyEnvironmentSector self)
Parameters
Returns
Type |
Description |
System.Boolean |
|