docs.unity3d.com
    Show / Hide Table of Contents

    Class fsTypeExtensions

    Inheritance
    Object
    fsTypeExtensions
    Namespace: Unity.VisualScripting.FullSerializer.Internal
    Syntax
    public static class fsTypeExtensions

    Methods

    CSharpName(Type)

    Returns a pretty name for the type in the style of one that you'd see in C# without the namespace.

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

    CSharpName(Type, Boolean)

    Returns a pretty name for the type in the style of one that you'd see in C#.

    Declaration
    public static string CSharpName(this Type type, bool includeNamespace)
    Parameters
    Type Name Description
    Type type
    Boolean includeNamespace
    Returns
    Type Description
    String

    CSharpName(Type, Boolean, Boolean)

    Declaration
    public static string CSharpName(this Type type, bool includeNamespace, bool ensureSafeDeclarationName)
    Parameters
    Type Name Description
    Type type
    Boolean includeNamespace
    Boolean ensureSafeDeclarationName
    Returns
    Type Description
    String
    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