C# Class Fupixel, Fupixel

Inheritance: MonoBehaviour
Afficher le fichier Open project: JuhaKiili/Fupixel Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int

Méthodes publiques

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 ) : Color32
GetPixel32 ( int x, int y ) : Color32
LateUpdate ( ) : void
SetPixel ( float x, float y, Color color ) : void
SetPixel ( int index, Color color ) : void
SetPixel ( int index, Color32 color ) : void
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, Color32 color ) : void
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

Method Details

ApplySettings() public méthode

public ApplySettings ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

ClearPixels() public méthode

public ClearPixels ( Color color ) : void
color Color
Résultat void

GetIndex() public méthode

public GetIndex ( int x, int y ) : int
x int
y int
Résultat int

GetPixel() public méthode

public GetPixel ( int index ) : Color
index int
Résultat Color

GetPixel() public méthode

public GetPixel ( int x, int y ) : Color
x int
y int
Résultat Color

GetPixel32() public méthode

public GetPixel32 ( int index ) : Color32
index int
Résultat UnityEngine.Color32

GetPixel32() public méthode

public GetPixel32 ( int x, int y ) : Color32
x int
y int
Résultat UnityEngine.Color32

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

SetPixel() public méthode

public SetPixel ( float x, float y, Color color ) : void
x float
y float
color Color
Résultat void

SetPixel() public méthode

public SetPixel ( int index, Color color ) : void
index int
color Color
Résultat void

SetPixel() public méthode

public SetPixel ( int index, Color32 color ) : void
index int
color UnityEngine.Color32
Résultat void

SetPixel() public méthode

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

SetPixel() public méthode

public SetPixel ( int index, float r, float g, float b ) : void
index int
r float
g float
b float
Résultat void

SetPixel() public méthode

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

SetPixel() public méthode

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color Color
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, Color32 color ) : void
x int
y int
color UnityEngine.Color32
Résultat void

SetPixel() public méthode

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

SetPixel() public méthode

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

SetPixel() public méthode

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

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int