Struct QueryHeapDescription
Contains properties that describe the characteristics of a new queryheap object.
Implements
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct QueryHeapDescription : IEquatable<QueryHeapDescription>
  Fields
QueryCount
Specifies the queryheap capacity.
Declaration
public uint QueryCount
  Field Value
| Type | Description | 
|---|---|
| uint | 
Type
Specifies the queryheap type, QueryType structure.
Declaration
public QueryType Type
  Field Value
| Type | Description | 
|---|---|
| QueryType | 
Methods
Equals(QueryHeapDescription)
Determines whether the specified parameter is equal to this instance.
Declaration
public bool Equals(QueryHeapDescription other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QueryHeapDescription | other | Other used to compare.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | 
  | 
      
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to compare with this instance.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | 
  | 
      
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
  Returns
| Type | Description | 
|---|---|
| int | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.  | 
      
Overrides
Operators
operator ==(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator ==(QueryHeapDescription value1, QueryHeapDescription value2)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QueryHeapDescription | value1 | The value1.  | 
      
| QueryHeapDescription | value2 | The value2.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | The result of the operator.  | 
      
operator !=(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator !=(QueryHeapDescription value1, QueryHeapDescription value2)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QueryHeapDescription | value1 | The value1.  | 
      
| QueryHeapDescription | value2 | The value2.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | The result of the operator.  |