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