CCT.NUI.HandTracking.Mouse.CenterOfClusterCursorMode.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;
        }
CenterOfClusterCursorMode