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

    Enum OptimizeFor

    How the code should be optimized.

    Namespace: Unity.Burst
    Syntax
    public enum OptimizeFor

    Fields

    Name Description Value
    Balanced

    Optimize for balanced compilation - ensuring that good performance is obtained while keeping compile time as low as possible.

    Default

    The default optimization mode - uses Balanced.

    FastCompilation

    Optimize for fast compilation - the compiler should perform some optimization, but take as little time as possible to do it.

    Performance

    Optimize for performance - the compiler should make the most optimal binary possible.

    Size

    Optimize for size - the compiler should make the smallest binary possible.

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