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