Entity Culling Group
class EntityCullingGroup(val id: String, val blocks: MutableSet<RebarGroupCulledBlock> = mutableSetOf(), val entityIds: MutableSet<UUID> = mutableSetOf()) : RebarGroupCulledBlock.CullingGroup(source)
Constructors
Link copied to clipboard
constructor(id: String, blocks: MutableSet<RebarGroupCulledBlock> = mutableSetOf(), entityIds: MutableSet<UUID> = mutableSetOf())