Class ModifierUtility | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ModifierUtility

    Inheritance
    Object
    ModifierUtility
    Namespace: UnityEngine.AssetGraph
    Syntax
    public class ModifierUtility

    Methods

    CreateModifier(String)

    Declaration
    public static IModifier CreateModifier(string assemblyQualifiedName)
    Parameters
    Type Name Description
    String assemblyQualifiedName
    Returns
    Type Description
    IModifier

    CreateModifier(String, Type)

    Declaration
    public static IModifier CreateModifier(string guiName, Type targetType)
    Parameters
    Type Name Description
    String guiName
    Type targetType
    Returns
    Type Description
    IModifier

    GetAttributeAssemblyQualifiedNameMap(Type)

    Declaration
    public static Dictionary<string, string> GetAttributeAssemblyQualifiedNameMap(Type targetType)
    Parameters
    Type Name Description
    Type targetType
    Returns
    Type Description
    Dictionary<String, String>

    GetModifierGUIName(String)

    Declaration
    public static string GetModifierGUIName(string className)
    Parameters
    Type Name Description
    String className
    Returns
    Type Description
    String

    GetModifierGUIName(IModifier)

    Declaration
    public static string GetModifierGUIName(IModifier m)
    Parameters
    Type Name Description
    IModifier m
    Returns
    Type Description
    String

    GetModifierTargetType(String)

    Declaration
    public static Type GetModifierTargetType(string className)
    Parameters
    Type Name Description
    String className
    Returns
    Type Description
    Type

    GetModifierTargetType(IModifier)

    Declaration
    public static Type GetModifierTargetType(IModifier m)
    Parameters
    Type Name Description
    IModifier m
    Returns
    Type Description
    Type

    GetModifyableTypes()

    Declaration
    public static IEnumerable<Type> GetModifyableTypes()
    Returns
    Type Description
    IEnumerable<Type>

    GUINameToAssemblyQualifiedName(String, Type)

    Declaration
    public static string GUINameToAssemblyQualifiedName(string guiName, Type targetType)
    Parameters
    Type Name Description
    String guiName
    Type targetType
    Returns
    Type Description
    String

    HasValidCustomModifierAttribute(Type)

    Declaration
    public static bool HasValidCustomModifierAttribute(Type t)
    Parameters
    Type Name Description
    Type t
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023