CCT.NUI.HandTracking.HandCollection.HandCollection C# (CSharp) 메소드

HandCollection() 공개 메소드

public HandCollection ( ) : System
리턴 System
        public HandCollection()
        {
            this.handData = new List<HandData>();
        }

Same methods

HandCollection::HandCollection ( IList data ) : System
HandCollection