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

    Enum FloatPrecision

    Represents the floating point precision used for certain builtin operations e.g. sin/cos.

    Namespace: Unity.Burst
    Syntax
    public enum FloatPrecision

    Fields

    Name Description Value
    High

    Compute with an accuracy of 1 ULP - highly accurate, but increased runtime as a result, should not be required for most purposes.

    Low

    Compute with an accuracy lower than or equal to Medium, with some range restrictions (defined per function).

    Medium

    Compute with an accuracy of 3.5 ULP - considered acceptable accuracy for most tasks.

    Standard

    Use the default target floating point precision - Medium.

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