Class LocomotionVignetteProvider
Represents an ITunnelingVignetteProvider with a LocomotionProvider.
Implements
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
[Serializable]
public class LocomotionVignetteProvider : ITunnelingVignetteProvider
Properties
| Name | Description |
|---|---|
| enabled | Whether to enable this LocomotionProvider to trigger the tunneling vignette effects. |
| locomotionProvider | The LocomotionProvider to trigger the tunneling vignette effects based on its LocomotionState. |
| overrideDefaultParameters | If enabled, Unity will override the value of defaultParameters and instead use the customized VignetteParameters defined by this class. |
| overrideParameters | The VignetteParameters that this LocomotionVignetteProvider uses to control the vignette when the property to override defaultParameters is enabled. |
| vignetteParameters | Represents the parameter values that this provider wants to set for the tunneling vignette effect. A value of null indicates the defaultParameters should be used. |