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

HasPoint() 공개 메소드

public HasPoint ( HandCollection handData ) : bool
handData HandCollection
리턴 bool
        public bool HasPoint(HandCollection handData)
        {
            return this.trackingClusterDataSource.TrackingPoint.HasValue;
        }