OverlayPickingEnabled Property |
Gets or sets a value indicating whether or not picking on the overlay is enabled. If picking is disabled, this overlay
will never show up in the result of
Scene.PickScreenOverlay,
even if it occupies the specified pick position.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual bool PickingEnabled { get; set; }
Public Overridable Property PickingEnabled As Boolean
Get
Set
public:
virtual property bool PickingEnabled {
bool get ();
void set (bool value);
}
abstract PickingEnabled : bool with get, set
override PickingEnabled : bool with get, set
Property Value
Type:
BooleanSee Also