Entity.IsNaturallyInteractable Method

GeonBit.UI

EntityIsNaturallyInteractable Method
Return true if this entity is naturally interactable, like buttons, lists, etc. Entities that are not naturally interactable are things like paragraph, colored rectangle, icon, etc.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool IsNaturallyInteractable()

Return Value

Type: Boolean
True if entity is naturally interactable.
Remarks
This function should be overrided and implemented by different entities, and either return constant True or False.
See Also