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