GeonBit.UI Documentation
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)

C#
public virtual bool IsNaturallyInteractable()
Return Value
Type: BooleanTrue if entity is naturally interactable.

This function should be overrided and implemented by different entities, and either return constant True or False.
