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

    Class Converters

    Inheritance
    Object
    Converters
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.Rendering.Universal
    Syntax
    public static class Converters

    Methods

    RunInBatchMode(ConverterContainerId)

    Call this method to run all the converters in a specific container in batch mode.

    Declaration
    public static void RunInBatchMode(ConverterContainerId containerName)
    Parameters
    Type Name Description
    ConverterContainerId containerName

    The name of the container which will be batched. All Converters in this Container will run if prerequisites are met.

    RunInBatchMode(ConverterContainerId, List<ConverterId>, ConverterFilter)

    Call this method to run a specific list of converters in a specific container in batch mode.

    Declaration
    public static void RunInBatchMode(ConverterContainerId containerName, List<ConverterId> converterList, ConverterFilter converterFilter)
    Parameters
    Type Name Description
    ConverterContainerId containerName

    The name of the container which will be batched.

    List<ConverterId> converterList

    The list of converters that will be either included or excluded from batching. These converters need to be part of the passed in container for them to run.

    ConverterFilter converterFilter

    The enum that decide if the list of converters will be included or excluded when batching.

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