Class Oo_sfml_graphics.sprite
method get_rotation : unit -> floatmethod get_scale : unit -> float * floatmethod get_scale_x : unit -> floatmethod get_scale_y : unit -> floatmethod move : offset:(float * float) -> unitmethod move2 : offset_x:float -> offset_y:float -> unitmethod rotate : angle:float -> unitmethod scale : factors:(float * float) -> unitmethod scale2 : factor_x:float -> factor_y:float -> unitmethod set_origin : origin:(float * float) -> unitmethod set_position : pos:(float * float) -> unitmethod set_position2 : x:float -> y:float -> unitmethod set_rotation : rotation:float -> unitmethod set_scale : scale:(float * float) -> unitmethod set_scale2 : scale_x:float -> scale_y:float -> unitmethod set_texture : texture:texture -> resetRect:bool -> unit