UnityEngine.Experimental.Director.AnimatorControllerPlayable.IsParameterControlledByCurveID C# (CSharp) Метод

IsParameterControlledByCurveID() приватный Метод

private IsParameterControlledByCurveID ( int id ) : bool
id int
Результат bool
        private extern bool IsParameterControlledByCurveID(int id);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]

Usage Example

Пример #1
0
 public bool IsParameterControlledByCurve(int id)
 {
     return(AnimatorControllerPlayable.IsParameterControlledByCurveID(ref this, id));
 }