Click or drag to resize

OverlayParent Property

Gets the overlay's parent. This may be another overlay if this overlay was added to that overlay's Overlays collection. Or, it may be the ScreenOverlayManager if this overlay was added to the SceneManager'sScreenOverlays collection.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual IScreenOverlayContainer Parent { get; }

Property Value

Type: IScreenOverlayContainer
See Also