-
Notifications
You must be signed in to change notification settings - Fork 31
How to confirm selection box of an actor
Cook Green edited this page Dec 17, 2019
·
2 revisions
- Screenshot tool (If you use Windows 7 or above, the system may have the official screenshot tool)
- Graphic process program (like GIMP, Photoshop, even MS Painting)
- take a screenshot of the actor you wish to confirm, make sure to get correct size
- use the graphic process program open the screenshot last step
- find size of the screenshot like the Width is 149px, height is 33px
- once you get the size of the screenshot, you can write the code like this:
Seletable:
Bounds: 149, 33
(PS: make sure you have the correct indent of the code)
We are done!