Exemplo n.º 1
0
        public void Select()
        {
            Color = _selectedColor;
            if (_object != null)
            {
                _object.Select(true);
            }

            _targetScale = new Vector3(_selectScale, _selectScale, _selectScale);
        }