docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HaltonSequence

    An utility class to compute samples on the Halton sequence. https://en.wikipedia.org/wiki/Halton_sequence

    Inheritance
    object
    HaltonSequence
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public static class HaltonSequence

    Methods

    Get(int, int)

    Gets a deterministic sample in the Halton sequence.

    Declaration
    public static float Get(int index, int radix)
    Parameters
    Type Name Description
    int index

    The index in the sequence.

    int radix

    The radix of the sequence.

    Returns
    Type Description
    float

    A sample from the Halton sequence.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)