Table of Contents

Class TerminalAppHandle

Namespace
RatatuiUnity

Registry entry describing one registered terminal app and its live instance.

public sealed class TerminalAppHandle
Inheritance
TerminalAppHandle
Inherited Members

Properties

DisplayName

public string DisplayName { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Instance

public RatatuiTerminalApp Instance { get; }

Property Value

RatatuiTerminalApp

IsOpen

True when the app instance exists and is currently open.

public bool IsOpen { get; }

Property Value

bool

Order

public int Order { get; }

Property Value

int