Interface IWorkspace
Declares a class as a Workspace within the system
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IWorkspace : IVacuumable, ICustomActionMap, IProcessInput
Properties
Name | Description |
---|---|
contentBounds | Bounding box for workspace content (ignores value.center) |
outerBounds | Bounding box for entire workspace, including UI handles |
Methods
Name | Description |
---|---|
Close() | Close the workspace |
Setup() | First-time setup; will be called after Awake and ConnectInterfaces |
Events
Name | Description |
---|---|
destroyed | Call this in OnDestroy to inform the system |