Field suppressPresentation
(Optional) A delegate which returns true if presentation should be suppressed If the delegate is not null, feedback will be suppressed after it becomes visible a number of times (specified by maxPresentations)
Namespace: Unity.EditorXR.Proxies
Assembly: solution.dll
Syntax
public Func<bool> suppressPresentation
Returns
Type | Description |
---|---|
Func<bool> |