set_content_scaling_filters
Description:
[ Version ( since = "1.10" ) ]
public void set_content_scaling_filters (ScalingFilter min_filter, ScalingFilter mag_filter)
public void set_content_scaling_filters (ScalingFilter min_filter, ScalingFilter mag_filter)
Sets the minification and magnification filter to be applied when scaling the content of a Actor.
The minification_filter will be used when reducing the size of the content; the magnification_filter will be used when increasing the size of the content.
Parameters:
this |
a Actor |
min_filter |
the minification filter for the content |
mag_filter |
the magnification filter for the content |