CCT.NUI.HandTracking.Mouse.CenterOfClusterCursorMode.HasPoint C# (CSharp) 메소드

HasPoint() 공개 메소드

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
리턴 bool
        public bool HasPoint(HandCollection handData)
        {
            return handData.Count > 0;
        }
CenterOfClusterCursorMode