docs.unity3d.com
    Show / Hide Table of Contents

    Class ScriptUtility

    Inheritance
    Object
    ScriptUtility
    Namespace: Unity.VisualScripting
    Syntax
    public static class ScriptUtility

    Fields

    CsFileID

    Declaration
    public const int CsFileID = 11500000
    Field Value
    Type Description
    Int32

    Methods

    GetAllScriptGuids()

    Declaration
    public static IEnumerable<string> GetAllScriptGuids()
    Returns
    Type Description
    IEnumerable<String>

    GetDllFileID(String, String)

    Declaration
    public static int GetDllFileID(string namespace, string name)
    Parameters
    Type Name Description
    String namespace
    String name
    Returns
    Type Description
    Int32

    GetDllFileID(Type)

    Declaration
    public static int GetDllFileID(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Int32

    GetFileID(Type)

    Declaration
    public static int GetFileID(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Int32

    GetModifiedScriptGuids(DateTime)

    Declaration
    public static IEnumerable<string> GetModifiedScriptGuids(DateTime sinceUtc)
    Parameters
    Type Name Description
    DateTime sinceUtc
    Returns
    Type Description
    IEnumerable<String>

    GetScriptGuid(Type)

    Declaration
    public static string GetScriptGuid(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    String

    GetScriptGuids(Type)

    Declaration
    public static IEnumerable<string> GetScriptGuids(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    IEnumerable<String>

    GetScriptTypes(String)

    Declaration
    public static IEnumerable<Type> GetScriptTypes(string guid)
    Parameters
    Type Name Description
    String guid
    Returns
    Type Description
    IEnumerable<Type>
    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