CCT.NUI.HandTracking.Mouse.CenterOfHandCursorMode.HasPoint C# (CSharp) Метод

HasPoint() публичный Метод

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
Результат bool
        public bool HasPoint(HandCollection handData)
        {
            return handData.Count > 0 && handData.Hands.First().HasPalmPoint;
        }
CenterOfHandCursorMode