C# Class LeapDeviceInfo

Leap device info struct.
Default values are for Leap peripheral.
Mostra file Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
baseline float
focalPlaneOffset float
horizontalViewAngle float
isEmbedded bool
serialID string
trackingRange float
type LeapDeviceType
verticalViewAngle float

Public Methods

Method Description
LeapDeviceInfo ( LeapDeviceType initialization = LeapDeviceType.Invalid ) : UnityEngine

Method Details

LeapDeviceInfo() public method

public LeapDeviceInfo ( LeapDeviceType initialization = LeapDeviceType.Invalid ) : UnityEngine
initialization LeapDeviceType
return UnityEngine

Property Details

baseline public_oe property

public float baseline
return float

focalPlaneOffset public_oe property

public float focalPlaneOffset
return float

horizontalViewAngle public_oe property

public float horizontalViewAngle
return float

isEmbedded public_oe property

public bool isEmbedded
return bool

serialID public_oe property

public string serialID
return string

trackingRange public_oe property

public float trackingRange
return float

type public_oe property

public LeapDeviceType type
return LeapDeviceType

verticalViewAngle public_oe property

public float verticalViewAngle
return float