예제 #1
0
        public void DrawInputGroupOverlay(InputGroupType type, int segments)
        {
            drawInputGroupOverlay = true;

            this.segments = segments;
            this.inputGroupType = type;
        }
예제 #2
0
 public InputGroup(InputGroupType inputGroupType, int segments)
 {
     this.inputGroupType = inputGroupType;
     this.segments = segments;
 }