private void IndicateLiteralValue() { SuppressLiteralEvaluation = true; LiteralValueInputFieldComponent.text = MutableField.GetLiteralValueAsString(); SuppressLiteralEvaluation = false; }
public void HandleLiteralValueSelected() { // This merely switches to using literal values--nothing to do with the value itself! UndoLord.Instance.Push(new MutableFieldChange(this, MutableField, "Literal." + MutableField.GetLiteralValueAsString())); SwitchDisplayToLiteralValue(); }