BatchPackedCullingViewID
The ID of the view from which Unity invoked the culling.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IEquatable<BatchPackedCullingViewID>
public struct BatchPackedCullingViewID : IEquatable<BatchPackedCullingViewID>
Methods
Method | Description |
|---|---|
| Equals | Returns true if the ID in the argument equals this view ID. |
| GetEntityId | Returns the entityId of the GameObject from which Unity performs the culling (for example, Camera, Light, etc.). |
| GetHashCode | Returns the hash code for the ID. |