Exemplo n.º 1
0
 public void SetCharacterPathStringValue(string _val)
 {
     SetPropertyStringValue(CharacterDataPathProperty, _val);
     EditorOptionsObject.ApplyModifiedProperties();
 }
Exemplo n.º 2
0
 public void SetSavedGraphStringValue(string _val)
 {
     SetPropertyStringValue(SavedGraphsPathProperty, _val);
     EditorOptionsObject.ApplyModifiedProperties();
 }
Exemplo n.º 3
0
 public void SetTransitionsPathStringValue(string _val)
 {
     SetPropertyStringValue(TransitionsPathProperty, _val);
     EditorOptionsObject.ApplyModifiedProperties();
 }