docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAttributeDefinition

    Attribute definition exposed by a Platform Toolkit implementation.

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

    Properties

    Id

    Unique identifier of the attribute definition.

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

    Name

    Display name of the attribute.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Type

    Type of the attribute.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type
    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)