Table of Contents

Class InterestManagementGroup

Namespace
Netick
Assembly
Netick.dll

Represents a group used for interest management in Netick. An InterestManagementGroup contains a collection of entities and manages which clients are interested in those entities, typically for the purpose of optimizing network traffic by only sending relevant updates to clients.

public sealed class InterestManagementGroup
Inheritance
InterestManagementGroup
Inherited Members

Fields

GridPosition

public readonly NetickVector3Int GridPosition

Field Value

NetickVector3Int

Position

public readonly Vector3 Position

Field Value

Vector3

UserObject

public object UserObject

Field Value

object

Properties

Entities

public IReadOnlyCollection<Entity> Entities { get; }

Property Value

IReadOnlyCollection<Entity>