INTERNAL_CALL_SetPixel() private méthode

private INTERNAL_CALL_SetPixel ( Texture2D self, int x, int y, Color &color ) : void
self Texture2D
x int
y int
color Color
Résultat void
Exemple #1
0
 public void SetPixel(int x, int y, Color color)
 {
     Texture2D.INTERNAL_CALL_SetPixel(this, x, y, ref color);
 }