docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAttribute

    Attribute settings.

    Namespace: Unity.PlatformToolkit.Editor
    Assembly: Unity.PlatformToolkit.Editor.dll
    Syntax
    public interface IAttribute

    Properties

    Id

    Attribute definition Id.

    Declaration
    string Id { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Available Ids can be found by looking up Id in AttributeDefinitions.

    Name

    Attribute name, used in GetAttribute<T>(string) method to retrieve attribute value.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)