IsParameterControlledByCurveString() 개인적인 메소드

private IsParameterControlledByCurveString ( string name ) : bool
name string
리턴 bool
예제 #1
0
 public bool IsParameterControlledByCurve(string name)
 {
     return(AnimatorControllerPlayable.IsParameterControlledByCurveString(ref this, name));
 }