VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Avatar.AVR_PoseAssumer.CheckIKPass ( )
inlineprivate

Definition at line 92 of file AVR_PoseAssumer.cs.

92  {
93  if(!IKPass_is_enabled) {
94  AVR.Core.AVR_DevConsole.warn("The OnAnimatorIK() method of AVR_PoseAssumer " + gameObject.name + " is not being called. Does the respective Animator have IKPass enabled on any layers?");
95  }
96  }