Enum FilterOnMetadata.PropValue.PropertyValueConstrain
Describe how to compare the value
Namespace: UnityEditor.PixyzPlugin4Unity.RuleEngine
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum FilterOnMetadata.PropValue.PropertyValueConstrain
Fields
| Name | Description |
|---|---|
| Contains | The matching string should contains the value |
| IsEqualTo | The matching string should be strictly equal |
| IsGreaterOrEqualTo | The matching string could be equal or greated than the value |
| IsGreaterThan | The matching string should be greater than the value |
| IsLowerOrEqualTo | The matching string could be equal or lower that the value |
| IsLowerThan | The matching string should be lower than the value |