get_anchor_point


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "0.6" ) ]
public void get_anchor_point (out float anchor_x, out float anchor_y)

Warning: get_anchor_point is deprecated since 1.12.

Gets the current anchor point of the actor in pixels.

Note:

Use pivot_point instead

Parameters:

this

a Actor

anchor_x

return location for the X coordinate of the anchor point

anchor_y

return location for the Y coordinate of the anchor point