예제 #1
0
 public virtual void Play(object targetObject, Animator.KnownProperties property, SafeInvoker endCallback)
 {
     this.Play(targetObject, property.ToString(), endCallback);
 }
예제 #2
0
 public virtual void Play(object targetObject, Animator.KnownProperties property)
 {
     this.Play(targetObject, property, (SafeInvoker)null);
 }