- Home /
get the height of a sprite at a specific point
how can I calculate the end points of a sprite ? how to pass the point x to point y achieve maximum that position. For example getTheHieghstPoint (point x).
Comment
Are you trying to jump and find out how high something went before co$$anonymous$$g down?
no. im trying instantiate a object in the limits of other sprite
I'm not really sure what you're trying to do either. But you may have some luck using the sprites bounds. The sprites position + extends = maxPoint.
Your answer

Follow this Question
Related Questions
Problems With Mathf.InverseLerp 1 Answer
Placing an object with limits 1 Answer
calculating the object bounds of the group of objects 1 Answer
when should Mesh.Optimize() be called 1 Answer
How to calculate a Collider2D's bounds 0 Answers