Field isHiddenCallback
Optional delegate that can be used to conditionally hide widgets at runtime (e.g. due to state of other widgets).
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public Func<bool> isHiddenCallback
Returns
Type | Description |
---|---|
Func<bool> |