Property | Type | Description | |
---|---|---|---|
Depth | float | ||
TextureID | int | ||
Tint | System.Color | ||
vertexBL | |||
vertexBR | |||
vertexTL | |||
vertexTR |
Method | Description | |
---|---|---|
Set ( float x, float y, float w, float h, System.Color color, System.Vector2 texCoordTL, System.Vector2 texCoordBR ) : void | ||
Set ( float x, float y, float dx, float dy, float w, float h, float sin, float cos, System.Color color, System.Vector2 texCoordTL, System.Vector2 texCoordBR ) : void | ||
SpriteBatchItem ( ) : System |
public Set ( float x, float y, float w, float h, System.Color color, System.Vector2 texCoordTL, System.Vector2 texCoordBR ) : void | ||
x | float | |
y | float | |
w | float | |
h | float | |
color | System.Color | |
texCoordTL | System.Vector2 | |
texCoordBR | System.Vector2 | |
return | void |
public Set ( float x, float y, float dx, float dy, float w, float h, float sin, float cos, System.Color color, System.Vector2 texCoordTL, System.Vector2 texCoordBR ) : void | ||
x | float | |
y | float | |
dx | float | |
dy | float | |
w | float | |
h | float | |
sin | float | |
cos | float | |
color | System.Color | |
texCoordTL | System.Vector2 | |
texCoordBR | System.Vector2 | |
return | void |
public VertexPosition2ColorTexture,Microsoft.Xna.Framework.Graphics vertexBL | ||
return |
public VertexPosition2ColorTexture,Microsoft.Xna.Framework.Graphics vertexBR | ||
return |
public VertexPosition2ColorTexture,Microsoft.Xna.Framework.Graphics vertexTL | ||
return |