Struct OcclusionQuery.Query
public record struct OcclusionQuery.Query : IEquatable<OcclusionQuery.Query>
- Implements
- Inherited Members
Constructors
Query(Entity, int)
public Query(Entity Entity, int Handle)
Parameters
Properties
Entity
public Entity Entity { readonly get; set; }
Property Value
Handle
public int Handle { readonly get; set; }