CCT.NUI.HandTracking.Mouse.CenterOfClusterCursorMode.HasPoint C# (CSharp) Méthode

HasPoint() public méthode

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
Résultat bool
        public bool HasPoint(HandCollection handData)
        {
            return handData.Count > 0;
        }
CenterOfClusterCursorMode