WindowsMixedRealityDeviceManager.MaxInteractionSourceStates Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initial size of interactionmanagerStates.
public: int MaxInteractionSourceStates = 20;
public const int MaxInteractionSourceStates = 20;
val mutable MaxInteractionSourceStates : int
Public Const MaxInteractionSourceStates As Integer = 20
Field Value
Value = 20Remarks
This value is arbitrary but chosen to be a number larger than the typical expected number (to avoid having to do further allocations).