Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
*************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011 Zynga Inc.
|
|
with frames and a delay between frames
|
|
WebGL constants
|
|
*************************************************************************
http://www.cocos2d-html5.org
http://www.cocos2d-iphone.org
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
|
Method Attributes | Method Name and Description |
---|---|
_ccTexParams(minFilter, magFilter, wrapS, wrapT)
Extension to set the Min / Mag filter
|
|
copyWithZone(zone)
|
|
ctor(target, selector, name, obj)
|
|
get()
|
|
getGrid()
returns the grid
|
|
getName()
|
|
initWithDuration(dt, points)
initializes the action with a duration and an array of points
|
|
initWithSize(gridSize, duration)
|
|
onMouseDown(event)
called when the "mouseDown" event is received. |
|
onMouseDragged(event)
called when the "mouseDragged" event is received. |
|
onMouseEntered(theEvent)
called when the "mouseEntered" event is received. |
|
onMouseExited(theEvent)
called when the "mouseExited" event is received. |
|
onMouseMoved(event)
called when the "mouseMoved" event is received. |
|
onMouseUp(event)
called when the "mouseUp" event is received. |
|
onOtherMouseDown(event)
called when the "otherMouseDown" event is received. |
|
onOtherMouseDragged(event)
called when the "otherMouseDragged" event is received. |
|
onOtherMouseUp(event)
called when the "otherMouseUp" event is received. |
|
onRightMouseDown(event)
called when the "rightMouseDown" event is received. |
|
onRightMouseDragged(event)
called when the "rightMouseDragged" event is received. |
|
onRightMouseUp(event)
called when the "rightMouseUp" event is received. |
|
onScrollWheel(event)
called when the "scrollWheel" event is received. |
|
originalTile(pos)
returns the non-transformed tile that belongs to a certain position of the grid
|
|
originalVertex(pos)
returns the non-transformed vertex than belongs to certain position in the grid
|
|
performSelector(obj)
|
|
set(newValue)
|
|
setTile(pos, coords)
sets a new tile to a certain position of the grid
|
|
setVertex(pos, vertex)
sets a new vertex to a certain position of the grid
|
|
tile(pos)
returns the tile that belongs to a certain position of the grid
|
|
update(time)
|
|
vertex(pos)
returns the vertex than belongs to certain position in the grid
|
|
visit()
|
Defined in: CCCamera.js.
Defined in: CCAnimation.js.
Defined in: CCMacro.js.
Defined in: CCParticleSystem.js.
Defined in: Sys.js.
Defined in: CCTexture2D.js.
- Parameters:
- minFilter
- magFilter
- wrapS
- wrapT
Defined in: CCClass.js.
Defined in: CCActionGrid3D.js.
- Parameters:
- zone
Defined in: CCNotificationCenter.js.
Defined in: Sys.js.
Defined in: CCActionGrid.js.
Defined in: CCNotificationCenter.js.
- Returns:
- {String}
Defined in: CCNotificationCenter.js.
- Returns:
- {cc.Class}
Defined in: CCNotificationCenter.js.
- Returns:
- {String}
Defined in: CCNotificationCenter.js.
- Returns:
- {cc.Class}
Defined in: CCActionCatmullRom.js.
- Parameters:
- dt
- points
Defined in: CCActionGrid3D.js.
- Parameters:
- gridSize
- duration
called when the "mouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "mouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "mouseEntered" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} theEvent
- Returns:
- {Boolean}
called when the "mouseExited" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} theEvent
- Returns:
- {Boolean}
called when the "mouseMoved" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "mouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "otherMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "otherMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "otherMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "rightMouseDown" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "rightMouseDragged" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "rightMouseUp" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
called when the "scrollWheel" event is received.
Return YES to avoid propagating the event to other delegates.
Defined in: CCMouseDispatcher.js.
- Parameters:
- {cc.Mouse} event
- Returns:
- {Boolean}
Defined in: CCActionGrid.js.
- Parameters:
- pos
Defined in: CCActionGrid.js.
- Parameters:
- pos
Defined in: CCNotificationCenter.js.
- Parameters:
- {cc.Class} obj
Defined in: CCGeometry.js.
- Parameters:
- newValue
Defined in: CCActionGrid.js.
- Parameters:
- pos
- coords
Defined in: CCActionGrid.js.
- Parameters:
- pos
- vertex
Defined in: CCActionGrid.js.
- Parameters:
- pos
Defined in: CCdomNode.js.
Defined in: CCActionGrid3D.js.
- Parameters:
- time
Defined in: CCActionGrid.js.
- Parameters:
- pos
Defined in: CCdomNode.js.