메소드 | 설명 | |
---|---|---|
Image ( |
Initialize a quad with a texture mapped onto it
|
|
ReadjustSize ( ) : void |
Readjusts the dimensions of the image according to its current texture. Call this method to synchronize image and texture size after assigning a texture with a different size.
|
|
SetTexCoords ( Point coords, int vertexID ) : void |
Sets the texture coordinates of a vertex. Coordinates are in the range [0, 1].
|
|
SetTexCoords ( float x, float y, int vertexID ) : void |
Sets the texture coordinates of a vertex. Coordinates are in the range [0, 1].
|
|
TexCoordsOfVertex ( int vertexID ) : Point |
Gets the texture coordinates of a vertex.
|
메소드 | 설명 | |
---|---|---|
Image ( ) : System | ||
InitImage ( |
||
VertexDataDidChange ( ) : void |
메소드 | 설명 | |
---|---|---|
CopyVertexDataTo ( |
public Image ( |
||
texture | The texture to use. Use for example the TextureLoader class to load one. | |
리턴 | System |
protected InitImage ( |
||
texture | ||
리턴 | void |
public SetTexCoords ( Point coords, int vertexID ) : void | ||
coords | Point | |
vertexID | int | |
리턴 | void |
public SetTexCoords ( float x, float y, int vertexID ) : void | ||
x | float | |
y | float | |
vertexID | int | |
리턴 | void |