docs.unity.cn
    Show / Hide Table of Contents

    Interface IRegistrable

    An interface which allows indexing using an ID string.

    Namespace: Unity.LiveCapture
    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.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 24, 2023