Tanoda
Leap.PointMappingChangeEventArgs Class Reference

Dispatched when point mapping change events are generated by the service. More...

Inheritance diagram for Leap.PointMappingChangeEventArgs:
Leap.LeapEventArgs

Public Member Functions

 PointMappingChangeEventArgs (Int64 frame_id, Int64 timestamp, UInt32 nPoints)
 
- Public Member Functions inherited from Leap.LeapEventArgs
 LeapEventArgs (LeapEvent type)
 

Properties

Int64 frameID [get, set]
 
Int64 timestamp [get, set]
 
UInt32 nPoints [get, set]
 
- Properties inherited from Leap.LeapEventArgs
LeapEvent type [get, set]
 

Detailed Description

Dispatched when point mapping change events are generated by the service.

Since
4.0

Definition at line 236 of file Events.cs.

Constructor & Destructor Documentation

◆ PointMappingChangeEventArgs()

Leap.PointMappingChangeEventArgs.PointMappingChangeEventArgs ( Int64  frame_id,
Int64  timestamp,
UInt32  nPoints 
)

Definition at line 237 of file Events.cs.

Property Documentation

◆ frameID

Int64 Leap.PointMappingChangeEventArgs.frameID
getset

Definition at line 243 of file Events.cs.

◆ nPoints

UInt32 Leap.PointMappingChangeEventArgs.nPoints
getset

Definition at line 245 of file Events.cs.

◆ timestamp

Int64 Leap.PointMappingChangeEventArgs.timestamp
getset

Definition at line 244 of file Events.cs.


The documentation for this class was generated from the following file: