WindowsMixedRealityDeviceManager.MaxInteractionSourceStates Field

Definition

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 = 20

Remarks

This value is arbitrary but chosen to be a number larger than the typical expected number (to avoid having to do further allocations).

Applies to