No, you can get and change the colors / uvs through the colors
and uvs
getters but you can’t display a sprite at each point directly. You can still get the positions of the point and draw any mesh at these locations, though. Maybe a SolidParticleSystem
would be a better fit for what you are trying to do?