Exemplo n.º 1
0
        protected virtual void Start()
        {
            technique = stateController.GetIndependentVariable <IVTechnique>();
            textSize  = stateController.GetIndependentVariable <IVTextSize>();
            classificationDifficulty = stateController.GetIndependentVariable <IVClassificationDifficulty>();

            SetInteractable(false);
            SetTransformable(false);
            SetElementsInteractables(false);
        }
 protected virtual void Start()
 {
     technique = stateController.GetIndependentVariable <IVTechnique>();
     textSize  = stateController.GetIndependentVariable <IVTextSize>();
     distance  = stateController.GetIndependentVariable <IVClassificationDifficulty>();
 }
 public void Configure(StateController stateController)
 {
     this.stateController = stateController;
     technique            = stateController.GetIndependentVariable <IVTechnique>();
 }
Exemplo n.º 4
0
        protected virtual void Start()
        {
            technique = StateController.GetIndependentVariable <IVTechnique>();

            TaskGrid.Show(false);
        }