Class LayoutFilterElement
Class LayoutFilterElement.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public class LayoutFilterElement : MonoBehaviour, ILayoutFilterElement, ILayoutIgnorer
Properties
ignoreLayout
Gets or sets a value indicating whether [ignore layout].
Declaration
public bool ignoreLayout { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Implements
Target
Gets the target.
Declaration
public string Target { get; }
Property Value
Type | Description |
---|---|
String | The target. |
Implements
Methods
SetFilter(Boolean)
Sets the filter.
Declaration
public void SetFilter(bool visible)
Parameters
Type | Name | Description |
---|---|---|
Boolean | visible | if set to |