MixedRealityInputModule.pointerDataToRemove 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.
List of pointers that need one last frame of updates to remove
protected: initonly System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Input::MixedRealityInputModule::PointerData ^> ^ pointerDataToRemove;
protected readonly System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Input.MixedRealityInputModule.PointerData> pointerDataToRemove;
val mutable pointerDataToRemove : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Input.MixedRealityInputModule.PointerData>
Protected ReadOnly pointerDataToRemove As List(Of MixedRealityInputModule.PointerData)