示例#1
0
 protected void SetControllerVisible(bool visible)
 {
     GlobalState.SetPrimaryControllerVisible(visible);
     // Mouth piece have the selectorTrigger script attached to them which has to be always enabled
     // So don't deactivate mouth piece, but hide it instead
     ShowMouthpiece(visible);
 }