Efl.Gfx.Mapping.mapping_reset

Description

Resets the map transformation to its default state.

This will reset all transformations to identity, meaning the points' colors, positions and UV coordinates will be reset to their default values. Efl.Gfx.Mapping.mapping_has will then return false. This function will not modify the values of Efl.Gfx.Mapping.mapping_smooth or Efl.Gfx.Mapping.mapping_alpha.

Since 1.22

Signature

mapping_reset {}

C signature

void efl_gfx_mapping_reset(Eo *obj);

Implemented by