public void SetPixel(CubemapFace face, int x, int y, Color color) { Cubemap.INTERNAL_CALL_SetPixel(this, face, x, y, ref color); }