UserInterface.TargetEntity Property

GeonBit.UI

UserInterfaceTargetEntity Property
The current target entity, eg what cursor points on. Can be null if cursor don't point on any entity.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Entity TargetEntity { get; }

Property Value

Type: Entity
See Also