docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IRegistrable

    An interface which allows indexing using an ID string.

    Namespace: Unity.LiveCapture
    Assembly: Unity.LiveCapture.dll
    Syntax
    public interface IRegistrable

    Properties

    FriendlyName

    Get a human-readable name for the instance.

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

    Id

    Get the unique identifier for this instance.

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

    The ID should not be null or empty, and is expected to remain constant for the life of the instance.

    In This Article
    Back to top
    Copyright © 2025 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)