docs.unity3d.com
    Show / Hide Table of Contents

    Class SystemVersionUsageAttribute

    Use this attribute on fields and properties of type to indicate which properties should be displayed.

    Inheritance
    Object
    InspectorAttribute
    SystemVersionUsageAttribute
    Namespace: Unity.Properties.UI
    Syntax
    public class SystemVersionUsageAttribute : InspectorAttribute

    Constructors

    SystemVersionUsageAttribute(SystemVersionUsage)

    Constructs a new instance of SystemVersionUsageAttribute with the provided usage.

    Declaration
    public SystemVersionUsageAttribute(SystemVersionUsage usage = default(SystemVersionUsage))
    Parameters
    Type Name Description
    SystemVersionUsage usage

    The indented usage of the type.

    Properties

    IncludeBuild

    Return true if the property should be displayed.

    Declaration
    public bool IncludeBuild { get; }
    Property Value
    Type Description
    Boolean

    IncludeRevision

    Return true if the property should be displayed.

    Declaration
    public bool IncludeRevision { get; }
    Property Value
    Type Description
    Boolean

    Usage

    Returns the information about how a should be displayed.

    Declaration
    public SystemVersionUsage Usage { get; }
    Property Value
    Type Description
    SystemVersionUsage
    Back to top
    Terms of use
    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