Table of Contents

Class InterestManagement

Namespace
Netick
Assembly
Netick.dll

Manages interest groups and area of interest (AoI) layers.

public sealed class InterestManagement
Inheritance
InterestManagement
Inherited Members

Fields

AllGroups

public readonly InterestManagementGroup[] AllGroups

Field Value

InterestManagementGroup[]

AoILayers

public readonly AreaOfInterestLayer[] AoILayers

Field Value

AreaOfInterestLayer[]

CustomGroups

public readonly InterestManagementGroup[] CustomGroups

Field Value

InterestManagementGroup[]

Engine

public readonly NetickEngine Engine

Field Value

NetickEngine

TotalGroupCount

public readonly int TotalGroupCount

Field Value

int

Methods

GetAoIGroupByPosition(Vector3, int)

public InterestManagementGroup GetAoIGroupByPosition(Vector3 position, int aoiLayerIndex)

Parameters

position Vector3
aoiLayerIndex int

Returns

InterestManagementGroup