Search Results for

    Show / Hide Table of Contents

    Struct QueryHeapDescription

    Contains properties that describe the characteristics of a new query heap object.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct QueryHeapDescription

    Fields

    QueryCount

    Specifies the query heap capacity.

    Declaration
    public uint QueryCount
    Field Value
    Type Description
    uint

    Type

    Specifies the QueryHeap type, see 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

    The object used for comparison.

    Returns
    Type Description
    bool

    true if the specified object is equal to this instance; otherwise, false.

    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

    true if the specified object is equal to this instance; otherwise, false.

    Overrides
    ValueType.Equals(object)

    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 hash tables.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(QueryHeapDescription, QueryHeapDescription)

    Implements the operator ==.

    Declaration
    public static bool operator ==(QueryHeapDescription value1, QueryHeapDescription value2)
    Parameters
    Type Name Description
    QueryHeapDescription value1

    The first value.

    QueryHeapDescription value2

    The second value.

    Returns
    Type Description
    bool

    The result of the operation.

    operator !=(QueryHeapDescription, QueryHeapDescription)

    Implements the operator ==.

    Declaration
    public static bool operator !=(QueryHeapDescription value1, QueryHeapDescription value2)
    Parameters
    Type Name Description
    QueryHeapDescription value1

    The first value.

    QueryHeapDescription value2

    The second value.

    Returns
    Type Description
    bool

    The result of the operator.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX