open class PanelEntityTester

Known direct subclasses
MainPanelEntityTester

A test data accessor for the session.scene.mainPanelEntity, which is associated with the main window for the Runtime, to inspect and manipulate underlying fake data.


A test-only accessor for PanelEntity that enables direct manipulation and inspection of its internal state.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

PerceivedResolutionResult

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

perceivedResolutionResult

Added in 1.0.0-alpha16
var perceivedResolutionResultPerceivedResolutionResult

The perceived resolution result which can be retrieved by PanelEntity.getPerceivedResolution.

Setting this property allows tests to simulate various outcomes for perceived resolution queries, including success with specific dimensions or failure due to entity distance or invalid viewpoints.