Package guideme.scene.annotation
Class OverlayAnnotation
java.lang.Object
guideme.scene.annotation.SceneAnnotation
guideme.scene.annotation.OverlayAnnotation
- All Implemented Interfaces:
ExportableResourceProvider
- Direct Known Subclasses:
DiamondAnnotation
A
SceneAnnotation that renders as part of the user-interface, overlaid on top of the in-world scene.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LytRectgetBoundingRect(GuidebookScene scene, LytRect viewport) Returns the bounding rectangle in document layout coordinates, given the scene and viewport.abstract voidrender(GuidebookScene scene, RenderContext context, LytRect viewport) Methods inherited from class guideme.scene.annotation.SceneAnnotation
exportResources, getTooltip, hasTooltip, isHovered, setHovered, setTooltip, setTooltipContent, setTooltipContent
-
Constructor Details
-
OverlayAnnotation
public OverlayAnnotation()
-
-
Method Details
-
getBoundingRect
Returns the bounding rectangle in document layout coordinates, given the scene and viewport. -
render
-