Class LayoutFilterGroup
Class LayoutFilterGroup.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public class LayoutFilterGroup : MonoBehaviour, ILayoutFilter, ILayoutIgnorer
Properties
ignoreLayout
Gets or sets a value indicating whether [ignore layout].
Declaration
public bool ignoreLayout { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Implements
Methods
Filter(String)
Filters the specified target.
Declaration
public void Filter(string target)
Parameters
Type | Name | Description |
---|---|---|
String | target | The target. |
Implements
FilterContent(String)
Filters the content.
Declaration
public void FilterContent(string target)
Parameters
Type | Name | Description |
---|---|---|
String | target | The target. |