ycc.js
Version:
Mini and powerful canvas engine for creating App or Game.
1,153 lines (676 loc) • 226 kB
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ycc Engine API文档</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="styles/jaguar.css">
<script>
var config = {"monospaceLinks":false,"cleverLinks":false,"applicationName":"Ycc Engine v0.0.7 API文档","meta":{"title":"Ycc Engine API文档","description":"","keyword":""},"linenums":false,"default":{}};
</script>
</head>
<body>
<div id="wrap" class="clearfix">
<div class="navigation">
<h3 class="applicationName"><a href="index.html">Ycc Engine v0.0.7 API文档</a></h3>
<div class="search">
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
</div>
<ul class="list">
<li class="item" data-name="Ycc">
<span class="title">
<a href="Ycc.html">Ycc</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc#ajax"><a href="Ycc.html#ajax">ajax</a></li>
<li data-name="Ycc#baseUI"><a href="Ycc.html#baseUI">baseUI</a></li>
<li data-name="Ycc#canvasDom"><a href="Ycc.html#canvasDom">canvasDom</a></li>
<li data-name="Ycc#config"><a href="Ycc.html#config">config</a></li>
<li data-name="Ycc#ctx"><a href="Ycc.html#ctx">ctx</a></li>
<li data-name="Ycc#debugger"><a href="Ycc.html#debugger">debugger</a></li>
<li data-name="Ycc#dpi"><a href="Ycc.html#dpi">dpi</a></li>
<li data-name="Ycc#gesture"><a href="Ycc.html#gesture">gesture</a></li>
<li data-name="Ycc#isMobile"><a href="Ycc.html#isMobile">isMobile</a></li>
<li data-name="Ycc#layerList"><a href="Ycc.html#layerList">layerList</a></li>
<li data-name="Ycc#layerManager"><a href="Ycc.html#layerManager">layerManager</a></li>
<li data-name="Ycc#loader"><a href="Ycc.html#loader">loader</a></li>
<li data-name="Ycc#photoManager"><a href="Ycc.html#photoManager">photoManager</a></li>
<li data-name="Ycc#ticker"><a href="Ycc.html#ticker">ticker</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc#bindCanvas"><a href="Ycc.html#bindCanvas">bindCanvas</a></li>
<li data-name="Ycc#clearStage"><a href="Ycc.html#clearStage">clearStage</a></li>
<li data-name="Ycc#createCacheCtx"><a href="Ycc.html#createCacheCtx">createCacheCtx</a></li>
<li data-name="Ycc#createCanvas"><a href="Ycc.html#createCanvas">createCanvas</a></li>
<li data-name="Ycc#findLayerById"><a href="Ycc.html#findLayerById">findLayerById</a></li>
<li data-name="Ycc#findUiById"><a href="Ycc.html#findUiById">findUiById</a></li>
<li data-name="Ycc#getStageHeight"><a href="Ycc.html#getStageHeight">getStageHeight</a></li>
<li data-name="Ycc#getStageWidth"><a href="Ycc.html#getStageWidth">getStageWidth</a></li>
<li data-name="Ycc#getSystemInfo"><a href="Ycc.html#getSystemInfo">getSystemInfo</a></li>
<li data-name="Ycc#getUIFromPointer"><a href="Ycc.html#getUIFromPointer">getUIFromPointer</a></li>
<li data-name="Ycc#getUIListFromPointer"><a href="Ycc.html#getUIListFromPointer">getUIListFromPointer</a></li>
<li data-name="Ycc#init"><a href="Ycc.html#init">init</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Ajax">
<span class="title">
<a href="Ycc.Ajax.html">Ycc.Ajax</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Ajax#get"><a href="Ycc.Ajax.html#get">get</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Debugger">
<span class="title">
<a href="Ycc.Debugger.html">Ycc.Debugger</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Debugger#deltaTime"><a href="Ycc.Debugger.html#deltaTime">deltaTime</a></li>
<li data-name="Ycc.Debugger#deltaTimeAverage"><a href="Ycc.Debugger.html#deltaTimeAverage">deltaTimeAverage</a></li>
<li data-name="Ycc.Debugger#deltaTimeExpect"><a href="Ycc.Debugger.html#deltaTimeExpect">deltaTimeExpect</a></li>
<li data-name="Ycc.Debugger#fields"><a href="Ycc.Debugger.html#fields">fields</a></li>
<li data-name="Ycc.Debugger#frameAllCount"><a href="Ycc.Debugger.html#frameAllCount">frameAllCount</a></li>
<li data-name="Ycc.Debugger#layer"><a href="Ycc.Debugger.html#layer">layer</a></li>
<li data-name="Ycc.Debugger#rect"><a href="Ycc.Debugger.html#rect">rect</a></li>
<li data-name="Ycc.Debugger#renderTime"><a href="Ycc.Debugger.html#renderTime">renderTime</a></li>
<li data-name="Ycc.Debugger#renderUiCount"><a href="Ycc.Debugger.html#renderUiCount">renderUiCount</a></li>
<li data-name="Ycc.Debugger#yccInstance"><a href="Ycc.Debugger.html#yccInstance">yccInstance</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Debugger#addField"><a href="Ycc.Debugger.html#addField">addField</a></li>
<li data-name="Ycc.Debugger#addToLayer"><a href="Ycc.Debugger.html#addToLayer">addToLayer</a></li>
<li data-name="Ycc.Debugger#showDebugPanel"><a href="Ycc.Debugger.html#showDebugPanel">showDebugPanel</a></li>
<li data-name="Ycc.Debugger#updateField"><a href="Ycc.Debugger.html#updateField">updateField</a></li>
<li data-name="Ycc.Debugger#updateInfo"><a href="Ycc.Debugger.html#updateInfo">updateInfo</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Debugger.Error">
<span class="title">
<a href="Ycc.Debugger.Error.html">Ycc.Debugger.Error</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Debugger.Log">
<span class="title">
<a href="Ycc.Debugger.Log.html">Ycc.Debugger.Log</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Event">
<span class="title">
<a href="Ycc.Event.html">Ycc.Event</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Event#originEvent"><a href="Ycc.Event.html#originEvent">originEvent</a></li>
<li data-name="Ycc.Event#stop"><a href="Ycc.Event.html#stop">stop</a></li>
<li data-name="Ycc.Event#target"><a href="Ycc.Event.html#target">target</a></li>
<li data-name="Ycc.Event#type"><a href="Ycc.Event.html#type">type</a></li>
<li data-name="Ycc.Event#x"><a href="Ycc.Event.html#x">x</a></li>
<li data-name="Ycc.Event#y"><a href="Ycc.Event.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Gesture">
<span class="title">
<a href="Ycc.Gesture.html">Ycc.Gesture</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Gesture#disableType"><a href="Ycc.Gesture.html#disableType">disableType</a></li>
<li data-name="Ycc.Gesture#listeners"><a href="Ycc.Gesture.html#listeners">listeners</a></li>
<li data-name="Ycc.Gesture#onclick"><a href="Ycc.Gesture.html#onclick">onclick</a></li>
<li data-name="Ycc.Gesture#ondragend"><a href="Ycc.Gesture.html#ondragend">ondragend</a></li>
<li data-name="Ycc.Gesture#ondragging"><a href="Ycc.Gesture.html#ondragging">ondragging</a></li>
<li data-name="Ycc.Gesture#ondragstart"><a href="Ycc.Gesture.html#ondragstart">ondragstart</a></li>
<li data-name="Ycc.Gesture#onmousedown"><a href="Ycc.Gesture.html#onmousedown">onmousedown</a></li>
<li data-name="Ycc.Gesture#onmousemove"><a href="Ycc.Gesture.html#onmousemove">onmousemove</a></li>
<li data-name="Ycc.Gesture#onmouseout"><a href="Ycc.Gesture.html#onmouseout">onmouseout</a></li>
<li data-name="Ycc.Gesture#onmouseover"><a href="Ycc.Gesture.html#onmouseover">onmouseover</a></li>
<li data-name="Ycc.Gesture#onmouseup"><a href="Ycc.Gesture.html#onmouseup">onmouseup</a></li>
<li data-name="Ycc.Gesture#ontap"><a href="Ycc.Gesture.html#ontap">ontap</a></li>
<li data-name="Ycc.Gesture#ontouchend"><a href="Ycc.Gesture.html#ontouchend">ontouchend</a></li>
<li data-name="Ycc.Gesture#ontouchmove"><a href="Ycc.Gesture.html#ontouchmove">ontouchmove</a></li>
<li data-name="Ycc.Gesture#ontouchstart"><a href="Ycc.Gesture.html#ontouchstart">ontouchstart</a></li>
<li data-name="Ycc.Gesture#option"><a href="Ycc.Gesture.html#option">option</a></li>
<li data-name="Ycc.Gesture#stopAllEvent"><a href="Ycc.Gesture.html#stopAllEvent">stopAllEvent</a></li>
<li data-name="Ycc.Gesture#stopType"><a href="Ycc.Gesture.html#stopType">stopType</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Gesture#addListener"><a href="Ycc.Gesture.html#addListener">addListener</a></li>
<li data-name="Ycc.Gesture#disableEvent"><a href="Ycc.Gesture.html#disableEvent">disableEvent</a></li>
<li data-name="Ycc.Gesture#enableMutiTouch"><a href="Ycc.Gesture.html#enableMutiTouch">enableMutiTouch</a></li>
<li data-name="Ycc.Gesture#removeListener"><a href="Ycc.Gesture.html#removeListener">removeListener</a></li>
<li data-name="Ycc.Gesture#resumeEvent"><a href="Ycc.Gesture.html#resumeEvent">resumeEvent</a></li>
<li data-name="Ycc.Gesture#stop"><a href="Ycc.Gesture.html#stop">stop</a></li>
<li data-name="Ycc.Gesture#triggerListener"><a href="Ycc.Gesture.html#triggerListener">triggerListener</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Graph">
<span class="title">
<a href="Ycc.Graph.html">Ycc.Graph</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Graph#$id"><a href="Ycc.Graph.html#$id">$id</a></li>
<li data-name="Ycc.Graph#eList"><a href="Ycc.Graph.html#eList">eList</a></li>
<li data-name="Ycc.Graph#type"><a href="Ycc.Graph.html#type">type</a></li>
<li data-name="Ycc.Graph#vList"><a href="Ycc.Graph.html#vList">vList</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Graph.createDirectedGraph"><a href="Ycc.Graph.html#.createDirectedGraph">createDirectedGraph</a></li>
<li data-name="Ycc.Graph.createUnDirectedGraph"><a href="Ycc.Graph.html#.createUnDirectedGraph">createUnDirectedGraph</a></li>
<li data-name="Ycc.Graph#bfs"><a href="Ycc.Graph.html#bfs">bfs</a></li>
<li data-name="Ycc.Graph#dfs"><a href="Ycc.Graph.html#dfs">dfs</a></li>
<li data-name="Ycc.Graph#getMapE"><a href="Ycc.Graph.html#getMapE">getMapE</a></li>
<li data-name="Ycc.Graph#getMapV"><a href="Ycc.Graph.html#getMapV">getMapV</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Graph.DirectedE">
<span class="title">
<a href="Ycc.Graph.DirectedE.html">Ycc.Graph.DirectedE</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Graph.DirectedE#$id"><a href="Ycc.Graph.DirectedE.html#$id">$id</a></li>
<li data-name="Ycc.Graph.DirectedE#data"><a href="Ycc.Graph.DirectedE.html#data">data</a></li>
<li data-name="Ycc.Graph.DirectedE#fromID"><a href="Ycc.Graph.DirectedE.html#fromID">fromID</a></li>
<li data-name="Ycc.Graph.DirectedE#toID"><a href="Ycc.Graph.DirectedE.html#toID">toID</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Graph.DirectedE#init"><a href="Ycc.Graph.DirectedE.html#init">init</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Graph.DirectedV">
<span class="title">
<a href="Ycc.Graph.DirectedV.html">Ycc.Graph.DirectedV</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Graph.DirectedV#$id"><a href="Ycc.Graph.DirectedV.html#$id">$id</a></li>
<li data-name="Ycc.Graph.DirectedV#data"><a href="Ycc.Graph.DirectedV.html#data">data</a></li>
<li data-name="Ycc.Graph.DirectedV#inIDs"><a href="Ycc.Graph.DirectedV.html#inIDs">inIDs</a></li>
<li data-name="Ycc.Graph.DirectedV#outIDs"><a href="Ycc.Graph.DirectedV.html#outIDs">outIDs</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Graph.DirectedV#getAccessibleIds"><a href="Ycc.Graph.DirectedV.html#getAccessibleIds">getAccessibleIds</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Graph.UnDirectedE">
<span class="title">
<a href="Ycc.Graph.UnDirectedE.html">Ycc.Graph.UnDirectedE</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Graph.UnDirectedE#$id"><a href="Ycc.Graph.UnDirectedE.html#$id">$id</a></li>
<li data-name="Ycc.Graph.UnDirectedE#data"><a href="Ycc.Graph.UnDirectedE.html#data">data</a></li>
<li data-name="Ycc.Graph.UnDirectedE#vIDs"><a href="Ycc.Graph.UnDirectedE.html#vIDs">vIDs</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Graph.UnDirectedE#init"><a href="Ycc.Graph.UnDirectedE.html#init">init</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Graph.UnDirectedV">
<span class="title">
<a href="Ycc.Graph.UnDirectedV.html">Ycc.Graph.UnDirectedV</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Graph.UnDirectedV#$id"><a href="Ycc.Graph.UnDirectedV.html#$id">$id</a></li>
<li data-name="Ycc.Graph.UnDirectedV#data"><a href="Ycc.Graph.UnDirectedV.html#data">data</a></li>
<li data-name="Ycc.Graph.UnDirectedV#eIDs"><a href="Ycc.Graph.UnDirectedV.html#eIDs">eIDs</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Graph.UnDirectedV#getAccessibleIds"><a href="Ycc.Graph.UnDirectedV.html#getAccessibleIds">getAccessibleIds</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Layer">
<span class="title">
<a href="Ycc.Layer.html">Ycc.Layer</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Layer#ctx"><a href="Ycc.Layer.html#ctx">ctx</a></li>
<li data-name="Ycc.Layer#ctxCache"><a href="Ycc.Layer.html#ctxCache">ctxCache</a></li>
<li data-name="Ycc.Layer#ctxCacheRect"><a href="Ycc.Layer.html#ctxCacheRect">ctxCacheRect</a></li>
<li data-name="Ycc.Layer#disableType"><a href="Ycc.Layer.html#disableType">disableType</a></li>
<li data-name="Ycc.Layer#enableEventManager"><a href="Ycc.Layer.html#enableEventManager">enableEventManager</a></li>
<li data-name="Ycc.Layer#enableFrameEvent"><a href="Ycc.Layer.html#enableFrameEvent">enableFrameEvent</a></li>
<li data-name="Ycc.Layer#ghost"><a href="Ycc.Layer.html#ghost">ghost</a></li>
<li data-name="Ycc.Layer#height"><a href="Ycc.Layer.html#height">height</a></li>
<li data-name="Ycc.Layer#id"><a href="Ycc.Layer.html#id">id</a></li>
<li data-name="Ycc.Layer#listeners"><a href="Ycc.Layer.html#listeners">listeners</a></li>
<li data-name="Ycc.Layer#name"><a href="Ycc.Layer.html#name">name</a></li>
<li data-name="Ycc.Layer#onclick"><a href="Ycc.Layer.html#onclick">onclick</a></li>
<li data-name="Ycc.Layer#ondragend"><a href="Ycc.Layer.html#ondragend">ondragend</a></li>
<li data-name="Ycc.Layer#ondragging"><a href="Ycc.Layer.html#ondragging">ondragging</a></li>
<li data-name="Ycc.Layer#ondragstart"><a href="Ycc.Layer.html#ondragstart">ondragstart</a></li>
<li data-name="Ycc.Layer#onmousedown"><a href="Ycc.Layer.html#onmousedown">onmousedown</a></li>
<li data-name="Ycc.Layer#onmousemove"><a href="Ycc.Layer.html#onmousemove">onmousemove</a></li>
<li data-name="Ycc.Layer#onmouseout"><a href="Ycc.Layer.html#onmouseout">onmouseout</a></li>
<li data-name="Ycc.Layer#onmouseover"><a href="Ycc.Layer.html#onmouseover">onmouseover</a></li>
<li data-name="Ycc.Layer#onmouseup"><a href="Ycc.Layer.html#onmouseup">onmouseup</a></li>
<li data-name="Ycc.Layer#ontap"><a href="Ycc.Layer.html#ontap">ontap</a></li>
<li data-name="Ycc.Layer#ontouchend"><a href="Ycc.Layer.html#ontouchend">ontouchend</a></li>
<li data-name="Ycc.Layer#ontouchmove"><a href="Ycc.Layer.html#ontouchmove">ontouchmove</a></li>
<li data-name="Ycc.Layer#ontouchstart"><a href="Ycc.Layer.html#ontouchstart">ontouchstart</a></li>
<li data-name="Ycc.Layer#renderCacheRect"><a href="Ycc.Layer.html#renderCacheRect">renderCacheRect</a></li>
<li data-name="Ycc.Layer#show"><a href="Ycc.Layer.html#show">show</a></li>
<li data-name="Ycc.Layer#stopAllEvent"><a href="Ycc.Layer.html#stopAllEvent">stopAllEvent</a></li>
<li data-name="Ycc.Layer#stopType"><a href="Ycc.Layer.html#stopType">stopType</a></li>
<li data-name="Ycc.Layer#textValue"><a href="Ycc.Layer.html#textValue">textValue</a></li>
<li data-name="Ycc.Layer#type"><a href="Ycc.Layer.html#type">type</a></li>
<li data-name="Ycc.Layer#uiCountRecursion"><a href="Ycc.Layer.html#uiCountRecursion">uiCountRecursion</a></li>
<li data-name="Ycc.Layer#uiCountRendered"><a href="Ycc.Layer.html#uiCountRendered">uiCountRendered</a></li>
<li data-name="Ycc.Layer#uiList"><a href="Ycc.Layer.html#uiList">uiList</a></li>
<li data-name="Ycc.Layer#useCache"><a href="Ycc.Layer.html#useCache">useCache</a></li>
<li data-name="Ycc.Layer#width"><a href="Ycc.Layer.html#width">width</a></li>
<li data-name="Ycc.Layer#x"><a href="Ycc.Layer.html#x">x</a></li>
<li data-name="Ycc.Layer#y"><a href="Ycc.Layer.html#y">y</a></li>
<li data-name="Ycc.Layer#yccClass"><a href="Ycc.Layer.html#yccClass">yccClass</a></li>
<li data-name="Ycc.Layer#yccInstance"><a href="Ycc.Layer.html#yccInstance">yccInstance</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Layer.release"><a href="Ycc.Layer.html#.release">release</a></li>
<li data-name="Ycc.Layer#addListener"><a href="Ycc.Layer.html#addListener">addListener</a></li>
<li data-name="Ycc.Layer#addUI"><a href="Ycc.Layer.html#addUI">addUI</a></li>
<li data-name="Ycc.Layer#clear"><a href="Ycc.Layer.html#clear">clear</a></li>
<li data-name="Ycc.Layer#clearCache"><a href="Ycc.Layer.html#clearCache">clearCache</a></li>
<li data-name="Ycc.Layer#disableEvent"><a href="Ycc.Layer.html#disableEvent">disableEvent</a></li>
<li data-name="Ycc.Layer#getUIFromPointer"><a href="Ycc.Layer.html#getUIFromPointer">getUIFromPointer</a></li>
<li data-name="Ycc.Layer#getUIListFromPointer"><a href="Ycc.Layer.html#getUIListFromPointer">getUIListFromPointer</a></li>
<li data-name="Ycc.Layer#init"><a href="Ycc.Layer.html#init">init</a></li>
<li data-name="Ycc.Layer#onFrameComing"><a href="Ycc.Layer.html#onFrameComing">onFrameComing</a></li>
<li data-name="Ycc.Layer#removeAllUI"><a href="Ycc.Layer.html#removeAllUI">removeAllUI</a></li>
<li data-name="Ycc.Layer#removeListener"><a href="Ycc.Layer.html#removeListener">removeListener</a></li>
<li data-name="Ycc.Layer#removeSelf"><a href="Ycc.Layer.html#removeSelf">removeSelf</a></li>
<li data-name="Ycc.Layer#removeUI"><a href="Ycc.Layer.html#removeUI">removeUI</a></li>
<li data-name="Ycc.Layer#render"><a href="Ycc.Layer.html#render">render</a></li>
<li data-name="Ycc.Layer#renderAllToCtx"><a href="Ycc.Layer.html#renderAllToCtx">renderAllToCtx</a></li>
<li data-name="Ycc.Layer#renderCacheToStage"><a href="Ycc.Layer.html#renderCacheToStage">renderCacheToStage</a></li>
<li data-name="Ycc.Layer#renderToStage"><a href="Ycc.Layer.html#renderToStage">renderToStage</a></li>
<li data-name="Ycc.Layer#reRender"><a href="Ycc.Layer.html#reRender">reRender</a></li>
<li data-name="Ycc.Layer#resumeEvent"><a href="Ycc.Layer.html#resumeEvent">resumeEvent</a></li>
<li data-name="Ycc.Layer#stop"><a href="Ycc.Layer.html#stop">stop</a></li>
<li data-name="Ycc.Layer#transformToAbsolute"><a href="Ycc.Layer.html#transformToAbsolute">transformToAbsolute</a></li>
<li data-name="Ycc.Layer#transformToLocal"><a href="Ycc.Layer.html#transformToLocal">transformToLocal</a></li>
<li data-name="Ycc.Layer#triggerListener"><a href="Ycc.Layer.html#triggerListener">triggerListener</a></li>
<li data-name="Ycc.Layer#updateCache"><a href="Ycc.Layer.html#updateCache">updateCache</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.LayerManager">
<span class="title">
<a href="Ycc.LayerManager.html">Ycc.LayerManager</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.LayerManager#maxRenderTime"><a href="Ycc.LayerManager.html#maxRenderTime">maxRenderTime</a></li>
<li data-name="Ycc.LayerManager#renderTime"><a href="Ycc.LayerManager.html#renderTime">renderTime</a></li>
<li data-name="Ycc.LayerManager#renderUiCount"><a href="Ycc.LayerManager.html#renderUiCount">renderUiCount</a></li>
<li data-name="Ycc.LayerManager#yccInstance"><a href="Ycc.LayerManager.html#yccInstance">yccInstance</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.LayerManager#deleteAllLayer"><a href="Ycc.LayerManager.html#deleteAllLayer">deleteAllLayer</a></li>
<li data-name="Ycc.LayerManager#deleteLayer"><a href="Ycc.LayerManager.html#deleteLayer">deleteLayer</a></li>
<li data-name="Ycc.LayerManager#enableEventManagerAll"><a href="Ycc.LayerManager.html#enableEventManagerAll">enableEventManagerAll</a></li>
<li data-name="Ycc.LayerManager#enableEventManagerOnly"><a href="Ycc.LayerManager.html#enableEventManagerOnly">enableEventManagerOnly</a></li>
<li data-name="Ycc.LayerManager#newLayer"><a href="Ycc.LayerManager.html#newLayer">newLayer</a></li>
<li data-name="Ycc.LayerManager#renderAllLayerByJsonArray"><a href="Ycc.LayerManager.html#renderAllLayerByJsonArray">renderAllLayerByJsonArray</a></li>
<li data-name="Ycc.LayerManager#reRenderAllLayerToStage"><a href="Ycc.LayerManager.html#reRenderAllLayerToStage">reRenderAllLayerToStage</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Listener">
<span class="title">
<a href="Ycc.Listener.html">Ycc.Listener</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Listener#disableType"><a href="Ycc.Listener.html#disableType">disableType</a></li>
<li data-name="Ycc.Listener#listeners"><a href="Ycc.Listener.html#listeners">listeners</a></li>
<li data-name="Ycc.Listener#onclick"><a href="Ycc.Listener.html#onclick">onclick</a></li>
<li data-name="Ycc.Listener#ondragend"><a href="Ycc.Listener.html#ondragend">ondragend</a></li>
<li data-name="Ycc.Listener#ondragging"><a href="Ycc.Listener.html#ondragging">ondragging</a></li>
<li data-name="Ycc.Listener#ondragstart"><a href="Ycc.Listener.html#ondragstart">ondragstart</a></li>
<li data-name="Ycc.Listener#onmousedown"><a href="Ycc.Listener.html#onmousedown">onmousedown</a></li>
<li data-name="Ycc.Listener#onmousemove"><a href="Ycc.Listener.html#onmousemove">onmousemove</a></li>
<li data-name="Ycc.Listener#onmouseout"><a href="Ycc.Listener.html#onmouseout">onmouseout</a></li>
<li data-name="Ycc.Listener#onmouseover"><a href="Ycc.Listener.html#onmouseover">onmouseover</a></li>
<li data-name="Ycc.Listener#onmouseup"><a href="Ycc.Listener.html#onmouseup">onmouseup</a></li>
<li data-name="Ycc.Listener#ontap"><a href="Ycc.Listener.html#ontap">ontap</a></li>
<li data-name="Ycc.Listener#ontouchend"><a href="Ycc.Listener.html#ontouchend">ontouchend</a></li>
<li data-name="Ycc.Listener#ontouchmove"><a href="Ycc.Listener.html#ontouchmove">ontouchmove</a></li>
<li data-name="Ycc.Listener#ontouchstart"><a href="Ycc.Listener.html#ontouchstart">ontouchstart</a></li>
<li data-name="Ycc.Listener#stopAllEvent"><a href="Ycc.Listener.html#stopAllEvent">stopAllEvent</a></li>
<li data-name="Ycc.Listener#stopType"><a href="Ycc.Listener.html#stopType">stopType</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Listener.release"><a href="Ycc.Listener.html#.release">release</a></li>
<li data-name="Ycc.Listener#addListener"><a href="Ycc.Listener.html#addListener">addListener</a></li>
<li data-name="Ycc.Listener#disableEvent"><a href="Ycc.Listener.html#disableEvent">disableEvent</a></li>
<li data-name="Ycc.Listener#removeListener"><a href="Ycc.Listener.html#removeListener">removeListener</a></li>
<li data-name="Ycc.Listener#resumeEvent"><a href="Ycc.Listener.html#resumeEvent">resumeEvent</a></li>
<li data-name="Ycc.Listener#stop"><a href="Ycc.Listener.html#stop">stop</a></li>
<li data-name="Ycc.Listener#triggerListener"><a href="Ycc.Listener.html#triggerListener">triggerListener</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Loader">
<span class="title">
<a href="Ycc.Loader.html">Ycc.Loader</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Loader#ajax"><a href="Ycc.Loader.html#ajax">ajax</a></li>
<li data-name="Ycc.Loader#basePath"><a href="Ycc.Loader.html#basePath">basePath</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Loader#getResByName"><a href="Ycc.Loader.html#getResByName">getResByName</a></li>
<li data-name="Ycc.Loader#loadResOneByOne"><a href="Ycc.Loader.html#loadResOneByOne">loadResOneByOne</a></li>
<li data-name="Ycc.Loader#loadResParallel"><a href="Ycc.Loader.html#loadResParallel">loadResParallel</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math">
<span class="title">
<a href="Ycc.Math.html">Ycc.Math</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Dot">
<span class="title">
<a href="Ycc.Math.Dot.html">Ycc.Math.Dot</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Dot#x"><a href="Ycc.Math.Dot.html#x">x</a></li>
<li data-name="Ycc.Math.Dot#y"><a href="Ycc.Math.Dot.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Dot.threeDotIsOnLine"><a href="Ycc.Math.Dot.html#.threeDotIsOnLine">threeDotIsOnLine</a></li>
<li data-name="Ycc.Math.Dot#isEqual"><a href="Ycc.Math.Dot.html#isEqual">isEqual</a></li>
<li data-name="Ycc.Math.Dot#isInRect"><a href="Ycc.Math.Dot.html#isInRect">isInRect</a></li>
<li data-name="Ycc.Math.Dot#plus"><a href="Ycc.Math.Dot.html#plus">plus</a></li>
<li data-name="Ycc.Math.Dot#rotate"><a href="Ycc.Math.Dot.html#rotate">rotate</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Dot">
<span class="title">
<a href="Ycc.Math.Dot.html">Ycc.Math.Dot</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Dot#x"><a href="Ycc.Math.Dot.html#x">x</a></li>
<li data-name="Ycc.Math.Dot#y"><a href="Ycc.Math.Dot.html#y">y</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Dot.threeDotIsOnLine"><a href="Ycc.Math.Dot.html#.threeDotIsOnLine">threeDotIsOnLine</a></li>
<li data-name="Ycc.Math.Dot#isEqual"><a href="Ycc.Math.Dot.html#isEqual">isEqual</a></li>
<li data-name="Ycc.Math.Dot#isInRect"><a href="Ycc.Math.Dot.html#isInRect">isInRect</a></li>
<li data-name="Ycc.Math.Dot#plus"><a href="Ycc.Math.Dot.html#plus">plus</a></li>
<li data-name="Ycc.Math.Dot#rotate"><a href="Ycc.Math.Dot.html#rotate">rotate</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Matrix">
<span class="title">
<a href="Ycc.Math.Matrix.html">Ycc.Math.Matrix</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Matrix#dot"><a href="Ycc.Math.Matrix.html#dot">dot</a></li>
<li data-name="Ycc.Math.Matrix#get"><a href="Ycc.Math.Matrix.html#get">get</a></li>
<li data-name="Ycc.Math.Matrix#set"><a href="Ycc.Math.Matrix.html#set">set</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Polygon">
<span class="title">
<a href="Ycc.Math.Polygon.html">Ycc.Math.Polygon</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Polygon#coordinates"><a href="Ycc.Math.Polygon.html#coordinates">coordinates</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Polygon#isContainDot"><a href="Ycc.Math.Polygon.html#isContainDot">isContainDot</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Rect">
<span class="title">
<a href="Ycc.Math.Rect.html">Ycc.Math.Rect</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Rect#height"><a href="Ycc.Math.Rect.html#height">height</a></li>
<li data-name="Ycc.Math.Rect#width"><a href="Ycc.Math.Rect.html#width">width</a></li>
<li data-name="Ycc.Math.Rect#x"><a href="Ycc.Math.Rect.html#x">x</a></li>
<li data-name="Ycc.Math.Rect#y"><a href="Ycc.Math.Rect.html#y">y</a></li>
<li data-name="Ycc.Math.Rect#yccClass"><a href="Ycc.Math.Rect.html#yccClass">yccClass</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Rect#getVertices"><a href="Ycc.Math.Rect.html#getVertices">getVertices</a></li>
<li data-name="Ycc.Math.Rect#toPositive"><a href="Ycc.Math.Rect.html#toPositive">toPositive</a></li>
<li data-name="Ycc.Math.Rect#updateByVertices"><a href="Ycc.Math.Rect.html#updateByVertices">updateByVertices</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Rect">
<span class="title">
<a href="Ycc.Math.Rect.html">Ycc.Math.Rect</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Rect#height"><a href="Ycc.Math.Rect.html#height">height</a></li>
<li data-name="Ycc.Math.Rect#width"><a href="Ycc.Math.Rect.html#width">width</a></li>
<li data-name="Ycc.Math.Rect#x"><a href="Ycc.Math.Rect.html#x">x</a></li>
<li data-name="Ycc.Math.Rect#y"><a href="Ycc.Math.Rect.html#y">y</a></li>
<li data-name="Ycc.Math.Rect#yccClass"><a href="Ycc.Math.Rect.html#yccClass">yccClass</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Rect#getVertices"><a href="Ycc.Math.Rect.html#getVertices">getVertices</a></li>
<li data-name="Ycc.Math.Rect#toPositive"><a href="Ycc.Math.Rect.html#toPositive">toPositive</a></li>
<li data-name="Ycc.Math.Rect#updateByVertices"><a href="Ycc.Math.Rect.html#updateByVertices">updateByVertices</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Rect">
<span class="title">
<a href="Ycc.Math.Rect.html">Ycc.Math.Rect</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Math.Rect#height"><a href="Ycc.Math.Rect.html#height">height</a></li>
<li data-name="Ycc.Math.Rect#width"><a href="Ycc.Math.Rect.html#width">width</a></li>
<li data-name="Ycc.Math.Rect#x"><a href="Ycc.Math.Rect.html#x">x</a></li>
<li data-name="Ycc.Math.Rect#y"><a href="Ycc.Math.Rect.html#y">y</a></li>
<li data-name="Ycc.Math.Rect#yccClass"><a href="Ycc.Math.Rect.html#yccClass">yccClass</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Rect#getVertices"><a href="Ycc.Math.Rect.html#getVertices">getVertices</a></li>
<li data-name="Ycc.Math.Rect#toPositive"><a href="Ycc.Math.Rect.html#toPositive">toPositive</a></li>
<li data-name="Ycc.Math.Rect#updateByVertices"><a href="Ycc.Math.Rect.html#updateByVertices">updateByVertices</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Math.Vector">
<span class="title">
<a href="Ycc.Math.Vector.html">Ycc.Math.Vector</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.Math.Vector#cross"><a href="Ycc.Math.Vector.html#cross">cross</a></li>
<li data-name="Ycc.Math.Vector#dot"><a href="Ycc.Math.Vector.html#dot">dot</a></li>
<li data-name="Ycc.Math.Vector#getLength"><a href="Ycc.Math.Vector.html#getLength">getLength</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.PhotoManager">
<span class="title">
<a href="Ycc.PhotoManager.html">Ycc.PhotoManager</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ycc.PhotoManager#delPhotoById"><a href="Ycc.PhotoManager.html#delPhotoById">delPhotoById</a></li>
<li data-name="Ycc.PhotoManager#getHistoryPhotos"><a href="Ycc.PhotoManager.html#getHistoryPhotos">getHistoryPhotos</a></li>
<li data-name="Ycc.PhotoManager#showLastPhoto"><a href="Ycc.PhotoManager.html#showLastPhoto">showLastPhoto</a></li>
<li data-name="Ycc.PhotoManager#showPhoto"><a href="Ycc.PhotoManager.html#showPhoto">showPhoto</a></li>
<li data-name="Ycc.PhotoManager#takePhoto"><a href="Ycc.PhotoManager.html#takePhoto">takePhoto</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ycc.Ticker">
<span class="title">
<a href="Ycc.Ticker.html">Ycc.Ticker</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ycc.Ticker#currentFrame"><a href="Ycc.Ticker.html#currentFrame">currentFrame</a></li>
<li data-name="Ycc.Ticker#defaultDeltaTime"><a href="Ycc.Ticker.html#defaultDeltaTime">defaultDeltaTime</a></li>
<li data-name="Ycc.Ticker#defaultFrameRate"><a href="Ycc.Ticker.html#defaultFrameRate">defaultFrameRate</a></li>
<li data-name="Ycc.Ticker#deltaTime"><a href="Ycc.Ticker.html#deltaTime">deltaTime</a></li>
<li data-name="Ycc.Ticker#deltaTimeExpect"><a href="Ycc.Ticker.html#deltaTimeExpect">deltaTimeExpect</a></li>
<li data-name="Ycc.Ticker#deltaTimeRatio"><a href="Ycc.Ticker.html#deltaTimeRatio">deltaTimeRatio</a></li>
<li data-name="Ycc.Ticker#frameAllCount"><a href="Ycc.Ticker.html#frameAllCount">frameAllCount</a></li>
<li data-name="Ycc.Ticker#frameListenerList"><a href="Ycc.Ticker.html#frameListenerList">frameListenerList</a></li>
<li data-name="Ycc.Ticker#lastFram