Property | Type | Description | |
---|---|---|---|
subtexture |
Method | Description | |
---|---|---|
NineSliceSprite ( |
||
NineSliceSprite ( |
||
NineSliceSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int top, int bottom, int left, int right ) : Nez.Sprites | ||
render ( |
public NineSliceSprite ( |
||
subtexture | ||
return | Nez.Sprites |
public NineSliceSprite ( |
||
subtexture | ||
top | int | |
bottom | int | |
left | int | |
right | int | |
return | Nez.Sprites |
public NineSliceSprite ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int top, int bottom, int left, int right ) : Nez.Sprites | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
top | int | |
bottom | int | |
left | int | |
right | int | |
return | Nez.Sprites |
public render ( |
||
graphics | ||
camera | ||
return | void |