Interface ILayoutFilterElement
Interface ILayoutFilterElement
Inherited Members
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public interface ILayoutFilterElement : ILayoutIgnorer
Properties
Target
Gets the target.
Declaration
string Target { get; }
Property Value
Type | Description |
---|---|
String | The target. |
Methods
SetFilter(Boolean)
Sets the filter.
Declaration
void SetFilter(bool visible)
Parameters
Type | Name | Description |
---|---|---|
Boolean | visible | if set to |