Struct GhostDistancePartitionShared
Index information per entity used for distance based Importance scaling.
Implements
ISharedComponentData
IQueryTypeParameter
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
public struct GhostDistancePartitionShared : ISharedComponentData, IQueryTypeParameter
Fields
Index
Determines which tile index the entity belongs to.
Declaration
public int3 Index
Field Value
Type | Description |
---|---|
int3 |
Implements
Unity.Entities.ISharedComponentData
Unity.Entities.IQueryTypeParameter