Click or drag to resize
TileMapBatchSize Property
How many tiles are in a single batch (for culling optimizations).

Namespace:  GeonBit.ECS.Components.Misc
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ushort BatchSize { set; }

Property Value

Type: UInt16
See Also