示例#1
0
 private void OnDisable()
 {
     // This line makes sure that the input will not be register when the component is not enable
     _ffInputActions.Disable();
 }
示例#2
0
 private void OnDisable()
 {
     _ffInputActions.Disable();
 }