Interface ITunnelingVignetteProvider
An interface that provides VignetteParameters needed to control the tunneling vignette effect.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public interface ITunnelingVignetteProvider
Properties
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.
Declaration
VignetteParameters vignetteParameters { get; }
Property Value
Type | Description |
---|---|
VignetteParameters |