UxrStandardAvatarController.ProcessIgnoredInput Property

Gets or sets whether to also process ignored input for events. Input can be ignored by using SetIgnoreControllerInput(UxrHandSide, Boolean) and ProcessIgnoredInput tells whether to actually ignore it or not. By default the ignored input is also processed, which may seem counterintuitive but most of the time the input is ignored when specific objects are being grabbed. Since the avatar controller is responsible for triggering the grab events depending on user input, it was chosen that the default behaviour would be to also process ignored input.

Namespace: UltimateXR.Avatar.Controllers
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public bool ProcessIgnoredInput { get; set; }

Property Value

Type: Boolean

See Also

Reference

UxrStandardAvatarController Class
UltimateXR.Avatar.Controllers Namespace