Метод | Описание | |
---|---|---|
AdjustPositions ( |
||
AdjustTexCoords ( |
||
AdjustVertexData ( |
||
SubTexture ( |
Initializes a subtexture with a region (in points) of another texture, using a frame rectangle to place the texture within an image. If 'rotated' is 'true', the subtexture will show the base region rotated by 90 degrees (CCW). If frame is null, it will use the whole texture.
|
Метод | Описание | |
---|---|---|
Init ( |
||
SubTexture ( ) : System |
Метод | Описание | |
---|---|---|
TransformVector2 ( Matrix matrix, System.Vector2 vector ) : System.Vector2 |
public AdjustPositions ( |
||
vertexData | ||
startIndex | uint | |
count | uint | |
Результат | void |
public AdjustTexCoords ( |
||
vertexData | ||
startIndex | uint | |
count | uint | |
Результат | void |
public AdjustVertexData ( |
||
vertexData | ||
startIndex | uint | |
count | uint | |
Результат | void |
protected Init ( |
||
texture | ||
region | ||
frame | ||
rotated | bool | |
Результат | void |
public SubTexture ( |
||
texture | ||
region | ||
frame | ||
rotated | bool | |
Результат | System |