C# Class LeapDeviceInfo

Leap device info struct.
Default values are for Leap peripheral.
Show 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 property

public float baseline
return float

focalPlaneOffset public property

public float focalPlaneOffset
return float

horizontalViewAngle public property

public float horizontalViewAngle
return float

isEmbedded public property

public bool isEmbedded
return bool

serialID public property

public string serialID
return string

trackingRange public property

public float trackingRange
return float

type public property

public LeapDeviceType type
return LeapDeviceType

verticalViewAngle public property

public float verticalViewAngle
return float