API reference
API reference
Select your platform
No SDKs available
No versions available

PointableElement Class

Extends MonoBehaviour, IPointableElement
Processes PointerEvents.

Properties

IPointableElement ForwardElement[Get]
bool TransferOnSecondSelection[Get]
bool AddNewPointsToFront[Get]

Events

Action< PointerEvent > WhenPointerEventRaised

Fields

List< Pose > Points[Get]
int PointsCount[Get]
List< Pose > SelectingPoints[Get]
int SelectingPointsCount[Get]

Protected Fields

List< Pose > _points[Get]
List< int > _pointIds[Get]
List< Pose > _selectingPoints[Get]
List< int > _selectingPointIds[Get]
bool _started[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )
virtual void PointableElementUpdated
( PointerEvent evt )

Member Functions

virtual void ProcessPointerEvent
( PointerEvent evt )
void InjectOptionalForwardElement
( IPointableElement forwardElement )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon