Hello developers.
I want to check overlapped objects.
For example,
Object A is overlapped with Object B
How to check the state of overlapping?
Thank you for reading.
Develop games in your browser. Powerful, performant & highly capable.
Hello developers. I want to check overlapped objects. For example, Object A is overlapped with Object B How to check the state of overlapping? Thank you for reading.
You could use the condition:
ObjectA is overlapping another object : ObjectB
> Hello developers. > > I want to check overlapped objects. > > For example, > > Object A is overlapped with Object B > > How to check the state of overlapping? > > Thank you for reading. > You could use the condition: ObjectA is overlapping another object : ObjectB
> Hello developers.
>
> I want to check overlapped objects.
> For example,
> Object A is overlapped with Object B
> How to check the state of overlapping?
> Thank you for reading.
Thank you!!