Class
PhocSurface
[−]
Instance methods
phoc_surface_add_damage
Adds the given region to the surface’s damaged region. The damage
will be collected by the phoc_*_apply_damage()
functions. The
damaged region is not clipped to the surface.
phoc_surface_add_damage_box
Convenience function to add a box to the surface’s damaged region.
See phoc_surface_add_damage()
for details.
[+]