Cocos Creator API

1.2.0

Cocos Creator is a highly customizable game development tool that utilizes the power of cocos2d-x.

SpriteAtlas

Extends RawAsset
Module: cc

Class for sprite atlas handling.

Properties

_uuid String private

Inherited from RawAsset:

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index

Methods

getTexture ( ) cc.Texture2D

Returns the texture of the sprite atlas

returns:

type: cc.Texture2D

getSpriteFrame
(
  • key
)
SpriteFrame

Returns the sprite frame correspond to the given key in sprite atlas.

name type description
key String

returns:

type: SpriteFrame

getSpriteFrames ( ) [SpriteFrame]

Returns the sprite frames in sprite atlas.

returns:

There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. index