API reference
API reference
Select your platform
No SDKs available
No versions available

ConsoleLine Class

This is a MonoBehaviour for the console line UI element on console panel of Immersive Debugger.
Contains UI elements like Pill, Background, Log label, Counter badge (representing multiple identical logs). Display the content of the LogEntry and make sure layout is correct with clamping. For more info about Immersive Debugger, check out the official doc

Protected Methods

OnHoverChanged ()
Signature
override void OnHoverChanged()
Returns
override void
OnTransparencyChanged ()
Signature
override void OnTransparencyChanged()
Returns
override void
Setup ( owner )
Signature
override void Setup(Controller owner)
Parameters
owner: Controller
Returns
override void

Methods

OnPointerClick ()
Handler for the OnPointerClick event, when clicked the console will display a stacktrace of the log entry.
Signature
override void OnPointerClick()
Returns
override void