示例#1
0
void Polygon2D::set_texture_rotation_degrees(float p_rot) {

	set_texture_rotation(Math::deg2rad(p_rot));
}
示例#2
0
void Polygon2D::_set_texture_rotationd(float p_rot){

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