Enum FilterOnPosition.BoundsCondition
Describe the requirment to validate the position
Namespace: UnityEditor.PixyzPlugin4Unity.RuleEngine
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum FilterOnPosition.BoundsCondition
Fields
| Name | Description |
|---|---|
| InterectsBox | The box and the AABB of the gameobject intersect |
| IsCompletelyContainedInTheBox | The AABB of the object should fit in the box |
| PivotIsInTheBox | The pivot should be in the box |