Class LayoutFilterGroup
Class LayoutFilterGroup.
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.RuntimeUI.Components
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.RuntimeUI", "Unity.Industrial.Configurator", null)]
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. |