【m】插件上传
This commit is contained in:
18
Packages/com.unity.renderstreaming@3.1.0-exp.9/Runtime/Scripts/InputChannelReceiverBase.cs
vendored
Normal file
18
Packages/com.unity.renderstreaming@3.1.0-exp.9/Runtime/Scripts/InputChannelReceiverBase.cs
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using UnityEngine.InputSystem;
|
||||
|
||||
namespace Unity.RenderStreaming
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public abstract class InputChannelReceiverBase : DataChannelBase
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
#pragma warning disable 0067
|
||||
public virtual event Action<InputDevice, InputDeviceChange> onDeviceChange;
|
||||
#pragma warning restore 0067
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user