feat: 音效、音量、触感开关控制
This commit is contained in:
@@ -104,6 +104,11 @@ namespace OCES.Haptic
|
||||
{
|
||||
HapticController.Stop();
|
||||
}
|
||||
|
||||
public void EnableHaptic(bool enable)
|
||||
{
|
||||
HapticController.hapticsEnabled = enable;
|
||||
}
|
||||
|
||||
void Awake()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user