docs.unity3d.com
    目次を表示する/隠す

    Class HaltonSequence

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

    Inheritance
    Object
    HaltonSequence
    Namespace: UnityEngine.Rendering
    Syntax
    public static class HaltonSequence : object

    Methods

    Get(Int32, Int32)

    Gets a deterministic sample in the Halton sequence.

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

    The index in the sequence.

    Int32 radix

    The radix of the sequence.

    Returns
    Type Description
    Single

    A sample from the Halton sequence.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)