docs.unity.cn
    Show / Hide Table of Contents

    Class NodePropertyRegistry

    Class NodePropertyRegistry, caches the property attributes.

    Inheritance
    Object
    NodePropertyRegistry
    Namespace: Global Namespace
    Syntax
    public static class NodePropertyRegistry

    Fields

    PropertyMap

    The property map

    Declaration
    public static Dictionary<string, Type> PropertyMap
    Field Value
    Type Description
    Dictionary<String, Type>

    Methods

    GetPropertyType(String)

    Gets the type of the property.

    Declaration
    public static Type GetPropertyType(string Name)
    Parameters
    Type Name Description
    String Name

    The name.

    Returns
    Type Description
    Type

    Type of the property.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use