docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class HaltonSeq

    Halton sequence utility.

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

    Methods

    Get(int, int)

    Gets a value from the Halton sequence for a given index and radix.

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

    The sequence index

    int radix

    The sequence base

    Returns
    Type Description
    float

    A number from the Halton sequence between 0 and 1.

    In This Article
    Back to top
    Copyright © 2025 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)