Свойство | Тип | Описание | |
---|---|---|---|
regionNames | string[] | ||
subtextures | Nez.Textures.Subtexture[] |
Метод | Описание | |
---|---|---|
TextureAtlas ( string regionNames, |
||
TextureAtlas ( string regionNames, |
||
containsSubtexture ( string name ) : bool |
checks whether the subtexture is contained in this atlas.
|
|
getSpriteAnimation ( string animationName ) : |
returns a SpriteAnimation given an animationName where the animationName is the folder that contains the images
|
|
getSubtexture ( string name ) : |
gets the Subtexture for the passed in image name
|
|
this ( string name ) : |
public TextureAtlas ( string regionNames, |
||
regionNames | string | |
subtextures | ||
Результат | Nez.Textures |
public TextureAtlas ( string regionNames, |
||
regionNames | string | |
subtextures | ||
spriteAnimationDetails | Point>.Dictionary | |
animationFPS | int | |
Результат | Nez.Textures |
public containsSubtexture ( string name ) : bool | ||
name | string | the image name |
Результат | bool |
public getSpriteAnimation ( string animationName ) : |
||
animationName | string | Animation name. |
Результат |
public getSubtexture ( string name ) : |
||
name | string | Name. |
Результат |
public this ( string name ) : |
||
name | string | |
Результат |