LODHelper
ThaumielMapEditor.API.Helpers
Overviewβ
Propertiesβ
| Name | Type | Access | Description |
|---|---|---|---|
PlayersInLODZones | Dictionary<Player, HashSet<LODZone>> | get set | Gets or sets the LabApi.Features.Wrappers.Players that are in a ThaumielMapEditor.API.Components.LODZone |
Methodsβ
| Signature | Returns | Description |
|---|---|---|
GenerateLODZones(SchematicData, SerializableSchematic) | List<LODData> | No description |
GetPlayersInZone(LODZone) | IEnumerable<Player> | Gets the LabApi.Features.Wrappers.Players in the specified `ThaumielMapEditor.β¦ |
PlayersInsideZone(UInt32, SchematicData) | IEnumerable<Player> | Gets the players that are inside of the specified `ThaumielMapEditor.API.Compone⦠|
Propertiesβ
PlayersInLODZonesβ
Type: Dictionary<Player, HashSet<LODZone>>βAccess: get set
Gets or sets the LabApi.Features.Wrappers.Players that are in a ThaumielMapEditor.API.Components.LODZone
Methodsβ
GenerateLODZonesβ
GenerateLODZones
public List<LODData> GenerateLODZones(
SchematicData schematic,
SerializableSchematic serializable
)
Parametersβ
| Name | Type | Description |
|---|---|---|
schematic | SchematicData | |
serializable | SerializableSchematic |
Returnsβ
List<LODData>
GetPlayersInZoneβ
GetPlayersInZone
public IEnumerable<Player> GetPlayersInZone(LODZone zone)
Gets the LabApi.Features.Wrappers.Players in the specified ThaumielMapEditor.API.Components.LODZone
Parametersβ
| Name | Type | Description |
|---|---|---|
zone | LODZone |
Returnsβ
IEnumerable<Player>
PlayersInsideZoneβ
PlayersInsideZone
public IEnumerable<Player> PlayersInsideZone(
UInt32 index,
SchematicData schematic
)
Gets the players that are inside of the specified ThaumielMapEditor.API.Components.LODZone index.
Parametersβ
| Name | Type | Description |
|---|---|---|
index | UInt32 | |
schematic | SchematicData |
Returnsβ
IEnumerable<Player>