Property | Type | Description | |
---|---|---|---|
color | System.Color | ||
destinationRectangle | Rectangle | ||
effect | SpriteEffects | ||
ignorePlayerRotation | bool | ||
nullRectangle | Rectangle? | ||
origin | System.Vector2 | ||
position | System.Vector2 | ||
rotation | float | ||
scale | System.Vector2 | ||
shader | int | ||
sourceRect | Rectangle? | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
useDestinationRectangle | bool |
Method | Description | |
---|---|---|
Draw ( |
||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, System.Color c ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, Rectangle sRect, System.Color c ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, SpriteEffects _effect, int inactiveLayerDepth ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, System.Color c ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, System.Vector2 _scale, SpriteEffects spriteEffect, int inactiveLayerDepth ) : Microsoft.Xna.Framework | ||
DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, float _scale, SpriteEffects eff, int inactiveLayerDepth ) : Microsoft.Xna.Framework |
public Draw ( |
||
sb | ||
return | void |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, System.Color c ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
desRectangle | Rectangle | |
c | System.Color | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, Rectangle sRect, System.Color c ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
desRectangle | Rectangle | |
sRect | Rectangle | |
c | System.Color | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, Rectangle desRectangle, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, SpriteEffects _effect, int inactiveLayerDepth ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
desRectangle | Rectangle | |
sRect | Rectangle | |
c | System.Color | |
rotat | float | |
_origin | System.Vector2 | |
_effect | SpriteEffects | |
inactiveLayerDepth | int | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, System.Color c ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | System.Vector2 | |
c | System.Color | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | System.Vector2 | |
sRect | Rectangle | |
c | System.Color | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, System.Vector2 _scale, SpriteEffects spriteEffect, int inactiveLayerDepth ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | System.Vector2 | |
sRect | Rectangle | |
c | System.Color | |
rotat | float | |
_origin | System.Vector2 | |
_scale | System.Vector2 | |
spriteEffect | SpriteEffects | |
inactiveLayerDepth | int | |
return | Microsoft.Xna.Framework |
public DrawData ( Microsoft.Xna.Framework.Graphics.Texture2D tex, System.Vector2 pos, Rectangle sRect, System.Color c, float rotat, System.Vector2 _origin, float _scale, SpriteEffects eff, int inactiveLayerDepth ) : Microsoft.Xna.Framework | ||
tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
pos | System.Vector2 | |
sRect | Rectangle | |
c | System.Color | |
rotat | float | |
_origin | System.Vector2 | |
_scale | float | |
eff | SpriteEffects | |
inactiveLayerDepth | int | |
return | Microsoft.Xna.Framework |
public Texture2D,Microsoft.Xna.Framework.Graphics texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |