CCT.NUI.HandTracking.Mouse.CenterOfHandCursorMode.HasPoint C# (CSharp) Method

HasPoint() public method

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
return bool
        public bool HasPoint(HandCollection handData)
        {
            return handData.Count > 0 && handData.Hands.First().HasPalmPoint;
        }
CenterOfHandCursorMode