Hello;
I have a sprite and want the coords of the collision polygon.
thanks
yours
winkr7
Develop games in your browser. Powerful, performant & highly capable.
You can use spriteName.PolyPointXAt(index), spriteName.PolyPointYAt(index) for this.
Also there is spriteName.PolyPointCount to tell you how many collision polygon points there are :)
mikehive;
Thankyou.