Show / Hide Table of Contents

Class MyEnvironmentSectorExtensions

Inheritance
System.Object
MyEnvironmentSectorExtensions
Namespace: Sandbox.Game.WorldEnvironment
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
Type Name Description
MyEnvironmentSector sector
BoundingBoxD box

GetItemsInAabb(MyEnvironmentSector, ref BoundingBoxD, List<Int32>)

Declaration
public static void GetItemsInAabb(this MyEnvironmentSector sector, ref BoundingBoxD aabb, List<int> itemsInBox)
Parameters
Type Name Description
MyEnvironmentSector sector
BoundingBoxD aabb
System.Collections.Generic.List<System.Int32> itemsInBox

HasWorkPending(MyEnvironmentSector)

Declaration
public static bool HasWorkPending(this MyEnvironmentSector self)
Parameters
Type Name Description
MyEnvironmentSector self
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾