This method of the Direct3dRMTexture Class retrieves the current origin of the decal.
public void getDecalOrigin(int[] x, int[] y);
x | The array variables that receive the x-coordinate of the origin of the decal. |
y | The array variables that receive the y-coordinate of the origin of the decal. |