Interface IXRInputValueReader
Base interface for all input value readers.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Readers
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public interface IXRInputValueReader
Remarks
This empty interface is needed to allow the RequireInterface
attribute to be used.
Generic attributes aren't supported until C# 11, so we can't use a typed interface with the RequireInterface
attribute yet.