docs.unity.cn
    Show / Hide Table of Contents

    Class PropertyTypeExtensions

    Extension methods for the PropertyType type.

    Inheritance
    Object
    PropertyTypeExtensions
    Namespace: UnityEngine.GameFoundation
    Syntax
    public static class PropertyTypeExtensions

    Methods

    IsNumber(PropertyType)

    Tells whether or not this PropertyType is a numeric value.

    Declaration
    public static bool IsNumber(this PropertyType this)
    Parameters
    Type Name Description
    PropertyType this

    The PropertyType value to test.

    Returns
    Type Description
    Boolean

    true if it is a numeric value, false otherwise.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021