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
Position
public readonly Vector3 Position
Field Value
UserObject
public object UserObject
Field Value
Properties
Entities
public IReadOnlyCollection<Entity> Entities { get; }