Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
cc
************************************************************************* 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
 
gl
WebGL constants
 
 
sys
************************************************************************* 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 Summary
Method Attributes Method Name and Description
 
_ccTexParams(minFilter, magFilter, wrapS, wrapT)
Extension to set the Min / Mag filter
 
 
 
ctor(target, selector, name, obj)
 
get()
 
returns the grid
 
 
 
 
 
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.

 

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.

 

called when the "otherMouseDown" event is received.

 

called when the "otherMouseDragged" event is received.

 

called when the "otherMouseUp" event is received.

 

called when the "rightMouseDown" event is received.

 

called when the "rightMouseDragged" event is received.

 

called when the "rightMouseUp" event is received.

 

called when the "scrollWheel" event is received.

 
returns the non-transformed tile that belongs to a certain position of the grid
 
returns the non-transformed vertex than belongs to certain position in the grid
 
 
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
 
Field Detail
cc
************************************************************************* Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011 Zynga Inc. 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. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************
Defined in: CCCamera.js.

delay
with frames and a delay between frames
Defined in: CCAnimation.js.

gl
WebGL constants
Defined in: CCMacro.js.

INVALID_CHARACTER_ERR

Defined in: CCParticleSystem.js.

sys
************************************************************************* 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. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************
Defined in: Sys.js.
Method Detail
_ccTexParams(minFilter, magFilter, wrapS, wrapT)
Extension to set the Min / Mag filter
Defined in: CCTexture2D.js.
Parameters:
minFilter
magFilter
wrapS
wrapT

ClassManager()

Defined in: CCClass.js.

copyWithZone(zone)

Defined in: CCActionGrid3D.js.
Parameters:
zone

ctor(target, selector, name, obj)

Defined in: CCNotificationCenter.js.
Parameters:
{cc.Class} target
{String} selector
{String} name
{cc.Class} obj

get()

Defined in: Sys.js.

getGrid()
returns the grid
Defined in: CCActionGrid.js.

{String} getName()

Defined in: CCNotificationCenter.js.
Returns:
{String}

{cc.Class} getObject()

Defined in: CCNotificationCenter.js.
Returns:
{cc.Class}

{String} getSelector()

Defined in: CCNotificationCenter.js.
Returns:
{String}

{cc.Class} getTarget()

Defined in: CCNotificationCenter.js.
Returns:
{cc.Class}

initWithDuration(dt, points)
initializes the action with a duration and an array of points
Defined in: CCActionCatmullRom.js.
Parameters:
dt
points

initWithSize(gridSize, duration)

Defined in: CCActionGrid3D.js.
Parameters:
gridSize
duration

{Boolean} onMouseDown(event)

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}

{Boolean} onMouseDragged(event)

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}

{Boolean} onMouseEntered(theEvent)

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}

{Boolean} onMouseExited(theEvent)

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}

{Boolean} onMouseMoved(event)

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}

{Boolean} onMouseUp(event)

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}

{Boolean} onOtherMouseDown(event)

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}

{Boolean} onOtherMouseDragged(event)

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}

{Boolean} onOtherMouseUp(event)

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}

{Boolean} onRightMouseDown(event)

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}

{Boolean} onRightMouseDragged(event)

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}

{Boolean} onRightMouseUp(event)

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}

{Boolean} onScrollWheel(event)

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}

originalTile(pos)
returns the non-transformed tile that belongs to a certain position of the grid
Defined in: CCActionGrid.js.
Parameters:
pos

originalVertex(pos)
returns the non-transformed vertex than belongs to certain position in the grid
Defined in: CCActionGrid.js.
Parameters:
pos

performSelector(obj)

Defined in: CCNotificationCenter.js.
Parameters:
{cc.Class} obj

set(newValue)

Defined in: CCGeometry.js.
Parameters:
newValue

setTile(pos, coords)
sets a new tile to a certain position of the grid
Defined in: CCActionGrid.js.
Parameters:
pos
coords

setVertex(pos, vertex)
sets a new vertex to a certain position of the grid
Defined in: CCActionGrid.js.
Parameters:
pos
vertex

tile(pos)
returns the tile that belongs to a certain position of the grid
Defined in: CCActionGrid.js.
Parameters:
pos

transform()

Defined in: CCdomNode.js.

update(time)

Defined in: CCActionGrid3D.js.
Parameters:
time

vertex(pos)
returns the vertex than belongs to certain position in the grid
Defined in: CCActionGrid.js.
Parameters:
pos

visit()

Defined in: CCdomNode.js.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:49 GMT-0800 (PST)