コード例 #1
0
        public AssignFacesDialogBox(List<api.Face> unassignedFaces, 
            FaceSystem.Manager dbm)
        {
            InitializeComponent();
            _unassignedFaces = unassignedFaces;
            _fm = dbm;

            _pictureIndex = 0;
            ShowFace();
            RefreshDropDown();
        }
コード例 #2
0
 private void Awake()
 {
     INSTANCE = this;
     aud      = GetComponent <AudioSource>();
 }