메소드 | 설명 | |
---|---|---|
Begin ( ) : void | ||
Dispose ( ) : void | ||
Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector4 destination, |
||
End ( ) : void | ||
TileBatch ( GraphicsDevice g ) : Microsoft.Xna.Framework |
메소드 | 설명 | |
---|---|---|
Allocate ( ) : void | ||
CreateIndexData ( ) : short[] | ||
Flush ( ) : void | ||
FlushRenderState ( ) : void | ||
InternalDraw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector4 &destination, bool scaleDestination, |
||
RenderBatch ( Microsoft.Xna.Framework.Graphics.Texture2D texture, SpriteData sprites, int offset, int count ) : void | ||
TileBatch ( ) : Microsoft.Xna.Framework |
public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
destinationRectangle | ||
sourceRectangle | ||
colors | ||
리턴 | void |
public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
sourceRectangle | ||
colors | ||
origin | Vector2 | |
scale | float | |
effects | SpriteEffects | |
리턴 | void |
public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
colors | ||
리턴 | void |
public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
position | Vector2 | |
colors | ||
scale | Vector2 | |
리턴 | void |
public Draw ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector4 destination, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
destination | Vector4 | |
colors | ||
리턴 | void |
public TileBatch ( GraphicsDevice g ) : Microsoft.Xna.Framework | ||
g | GraphicsDevice | |
리턴 | Microsoft.Xna.Framework |