Class InputChannelReceiverBase
Inheritance
InputChannelReceiverBase
Implements
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.RenderStreaming
Assembly: Unity.RenderStreaming.dll
Syntax
public abstract class InputChannelReceiverBase : DataChannelBase, IDataChannel
Events
onDeviceChange
Declaration
public virtual event Action<InputDevice, InputDeviceChange> onDeviceChange
Event Type
Type | Description |
---|---|
Action<InputDevice, InputDeviceChange> |