Class AreaOfInterestLayer
- Namespace
- Netick
- Assembly
- Netick.dll
public sealed class AreaOfInterestLayer
- Inheritance
-
AreaOfInterestLayer
- Inherited Members
-
Fields
CellSize
public readonly int CellSize
Field Value
- int
Cells
public readonly InterestManagementGroup[,,] Cells
Field Value
- InterestManagementGroup[,,]
CellsCountPerRowX
public readonly int CellsCountPerRowX
Field Value
- int
CellsCountPerRowY
public readonly int CellsCountPerRowY
Field Value
- int
CellsCountPerRowZ
public readonly int CellsCountPerRowZ
Field Value
- int
Engine
public readonly NetickEngine Engine
Field Value
- NetickEngine
GroupCount
public readonly int GroupCount
Field Value
- int
IM
public readonly InterestManagement IM
Field Value
- InterestManagement
Methods
ConvertFromWorldToCell(Vector3)
public NetickVector3Int ConvertFromWorldToCell(Vector3 pos)
Parameters
pos Vector3
Returns
- NetickVector3Int
GetGroupByPosition(Vector3)
public InterestManagementGroup GetGroupByPosition(Vector3 position)
Parameters
position Vector3
Returns
- InterestManagementGroup