Exemplo n.º 1
0
void Polygon2D::set_texture_rotation_degrees(float p_rot) {

	set_texture_rotation(Math::deg2rad(p_rot));
}
Exemplo n.º 2
0
void Polygon2D::_set_texture_rotationd(float p_rot){

	set_texture_rotation(Math::deg2rad(p_rot));
}