Class LayoutFilterGroup
Class LayoutFilterGroup.
Namespace: Unity.Industrial.Forma.RuntimeUI.Components
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 |
|
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. |