-
BObject
- SpriteFrameCache
Class: SpriteFrameCache
- Module
- cocos
- Defined In
- libs/cocos2d/SpriteFrameCache.js
- Extends
- BObject
Public Properties
| Property | Defined By | |
|---|---|---|
| Expand id |
id : Integer
<read-only>
Unique ID for this object
|
BObject |
| Expand sharedSpriteFrameCache | sharedSpriteFrameCache : cocos.SpriteFrameCache <static> | SpriteFrameCache |
| Expand spriteFrameAliases |
spriteFrameAliases : Object
List of sprite frame aliases
|
SpriteFrameCache |
| Expand spriteFrames |
spriteFrames : Object
List of sprite frames
|
SpriteFrameCache |
Public Methods
| Method | Defined By | |
|---|---|---|
| Expand SpriteFrameCache |
new
SpriteFrameCache ()
:
cocos.SpriteFrameCache
<constructor>
Returns
|
SpriteFrameCache |
| Expand addSpriteFrames |
addSpriteFrames ()
:
void
Add SpriteFrame(s) to the cache
Named Arguments
Returns
|
SpriteFrameCache |
| Expand bindTo |
bindTo (key:String,target:BOject,[targetKey:String],[noNotify:Boolean])
:
void
Bind the value of a property on this object to that of another object so
they always have the same value. Setting the value on either object will update
the other too.
Arguments
Returns
|
BObject |
| Expand changed |
changed (key:*)
:
void
Arguments
Returns
|
BObject |
| Expand get |
get (key:String)
:
*
Get a property from the object. Always use this instead of trying to
access the property directly. This will ensure all bindings, setters and
getters work correctly.
Arguments
Returns
|
BObject |
| Expand getSpriteFrame |
getSpriteFrame ()
:
cocos.SpriteFrame
Get a single SpriteFrame
Named Arguments
Returns
|
SpriteFrameCache |
| Expand get_sharedSpriteFrameCache |
get_sharedSpriteFrameCache (key:*)
:
void
<static>
Arguments
Returns
|
SpriteFrameCache |
| Expand set |
set (key:String,value:*)
:
void
Set a property on the object. Always use this instead of trying to
access the property directly. This will ensure all bindings, setters and
getters work correctly.
Arguments
Returns
|
BObject |
| Expand setValues |
setValues (kvp:Object)
:
void
Set multiple propertys in one go
Arguments
Returns
|
BObject |
| Expand unbind |
unbind (key:String)
:
void
Remove binding from a property which set setup using BObject#bindTo.
Arguments
Returns
|
BObject |
| Expand unbindAll |
unbindAll ()
:
void
Remove all bindings on this object
Returns
|
BObject |
Private Members
This class has no private members.