![]() |
Lemmings
Remappable Gestures For Unity
|
Interface for any reference to a tracked Lemming. More...
Inherited by Lemmings.Lemming, and Lemmings.LemmingReference.
Public Member Functions | |
| float | GetConfidence () |
| Returns the confidence score for this Lemming, from 0 to 1. | |
Properties | |
| string | Name [get] |
| The assigned name or label of the Lemming. | |
| GameObject | Source [get] |
| The GameObject associated with the Lemming. | |
Interface for any reference to a tracked Lemming.
| float Lemmings.ILemming.GetConfidence | ( | ) |
Returns the confidence score for this Lemming, from 0 to 1.
Implemented in Lemmings.Lemming, and Lemmings.LemmingReference.
|
get |
The assigned name or label of the Lemming.
Implemented in Lemmings.Lemming, and Lemmings.LemmingReference.
|
get |
The GameObject associated with the Lemming.
Implemented in Lemmings.Lemming, and Lemmings.LemmingReference.