Свойство | Type | Description | |
---|---|---|---|
height | int | ||
width | int |
Méthode | Description | |
---|---|---|
ApplySettings ( ) : void | ||
Awake ( ) : void | ||
ClearPixels ( Color color ) : void | ||
GetIndex ( int x, int y ) : int | ||
GetPixel ( int index ) : Color | ||
GetPixel ( int x, int y ) : Color | ||
GetPixel32 ( int index ) : |
||
GetPixel32 ( int x, int y ) : |
||
LateUpdate ( ) : void | ||
SetPixel ( float x, float y, Color color ) : void | ||
SetPixel ( int index, Color color ) : void | ||
SetPixel ( int index, |
||
SetPixel ( int index, byte r, byte g, byte b, byte a ) : void | ||
SetPixel ( int index, float r, float g, float b ) : void | ||
SetPixel ( int index, float r, float g, float b, float a ) : void | ||
SetPixel ( int x, int y, Color color ) : void | ||
SetPixel ( int x, int y, |
||
SetPixel ( int x, int y, byte r, byte g, byte b, byte a ) : void | ||
SetPixel ( int x, int y, float r, float g, float b ) : void | ||
SetPixel ( int x, int y, float r, float g, float b, float a ) : void |
public GetPixel32 ( int index ) : |
||
index | int | |
Résultat |
public GetPixel32 ( int x, int y ) : |
||
x | int | |
y | int | |
Résultat |
public SetPixel ( float x, float y, Color color ) : void | ||
x | float | |
y | float | |
color | Color | |
Résultat | void |
public SetPixel ( int index, Color color ) : void | ||
index | int | |
color | Color | |
Résultat | void |
public SetPixel ( int index, |
||
index | int | |
color | ||
Résultat | void |
public SetPixel ( int index, byte r, byte g, byte b, byte a ) : void | ||
index | int | |
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Résultat | void |
public SetPixel ( int index, float r, float g, float b ) : void | ||
index | int | |
r | float | |
g | float | |
b | float | |
Résultat | void |
public SetPixel ( int index, float r, float g, float b, float a ) : void | ||
index | int | |
r | float | |
g | float | |
b | float | |
a | float | |
Résultat | void |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
Résultat | void |
public SetPixel ( int x, int y, |
||
x | int | |
y | int | |
color | ||
Résultat | void |
public SetPixel ( int x, int y, byte r, byte g, byte b, byte a ) : void | ||
x | int | |
y | int | |
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Résultat | void |
public SetPixel ( int x, int y, float r, float g, float b ) : void | ||
x | int | |
y | int | |
r | float | |
g | float | |
b | float | |
Résultat | void |
public SetPixel ( int x, int y, float r, float g, float b, float a ) : void | ||
x | int | |
y | int | |
r | float | |
g | float | |
b | float | |
a | float | |
Résultat | void |