Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BatchPackedCullingViewID

The ID of the view from which Unity invoked the culling.
Read time 1 minuteLast updated 5 days ago

Definition

public struct BatchPackedCullingViewID : IEquatable<BatchPackedCullingViewID>

Methods

Method

Description

EqualsReturns true if the ID in the argument equals this view ID.
GetEntityIdReturns the entityId of the GameObject from which Unity performs the culling (for example, Camera, Light, etc.).
GetHashCodeReturns the hash code for the ID.