This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6fe9803
Showing
114 changed files
with
58,192 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,379 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>PixiJS Spine</title> | ||
|
||
<meta name="description" content="A port of the @esotericsoftware/spine-pixi runtime to PixiJS v8." /> | ||
|
||
|
||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script src="scripts/prettify/prettify.js"></script> | ||
<script src="scripts/prettify/lang-css.js"></script> | ||
<script src="scripts/jquery.min.js"></script> | ||
<script src="scripts/bootstrap.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="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/googlecode.min.css"> | ||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Franklin:400,700"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
<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/main.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/collapsible-group.css"> | ||
|
||
<script> | ||
var config = {"cleverLinks":false,"monospaceLinks":false,"default":{"outputSourceFiles":false},"applicationName":"PixiJS Spine","copyright":"© Copyright 2024 PixiJS Team","googleAnalytics":"","linenums":false,"meta":{"title":"PixiJS Spine","description":"A port of the @esotericsoftware/spine-pixi runtime to PixiJS v8.","keyword":""}}; | ||
</script> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
<div id="wrap" class="clearfix"> | ||
|
||
<div class="navigation"> | ||
<h3 class="applicationName"><a href="index.html">PixiJS Spine</a></h3> | ||
<button id="menuToggle" class="btn btn-link btn-lg menu-toggle"> | ||
<span class="glyphicon glyphicon-menu-hamburger"></span> | ||
</button> | ||
<div class="search"> | ||
<input id="search" type="text" class="form-control input-md" placeholder="Search..."> | ||
</div> | ||
<ul class="list"> | ||
|
||
|
||
<li class="item" data-name="BatchableSpineSlot"> | ||
<span class="title "> | ||
|
||
|
||
<a href=BatchableSpineSlot.html>BatchableSpineSlot</a> | ||
|
||
</span> | ||
|
||
<ul class="members itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="enums itemMembers"> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="methods itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="events itemMembers"> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
<li class="item" data-name="Spine"> | ||
<span class="title "> | ||
|
||
|
||
<a href=Spine.html>Spine</a> | ||
|
||
</span> | ||
|
||
<ul class="members itemMembers"> | ||
|
||
<span class="subtitle">Members</span> | ||
|
||
<li class="parent " data-name="Spine.roundPixels"><a href="Spine.html#roundPixels">roundPixels</a></li> | ||
|
||
</ul> | ||
|
||
<ul class="enums itemMembers"> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="methods itemMembers"> | ||
|
||
<span class="subtitle">Methods</span> | ||
|
||
<li class="parent " data-name="Spine._applyState"><a href="Spine.html#_applyState">_applyState</a></li> | ||
|
||
<li class="parent " data-name="Spine._getCachedData"><a href="Spine.html#_getCachedData">_getCachedData</a></li> | ||
|
||
<li class="parent " data-name="Spine._updateState"><a href="Spine.html#_updateState">_updateState</a></li> | ||
|
||
<li class="parent " data-name="Spine.addBounds"><a href="Spine.html#addBounds">addBounds</a></li> | ||
|
||
<li class="parent " data-name="Spine.addSlotObject"><a href="Spine.html#addSlotObject">addSlotObject</a></li> | ||
|
||
<li class="parent " data-name="Spine.destroy"><a href="Spine.html#destroy">destroy</a></li> | ||
|
||
<li class="parent " data-name="Spine.getSlotObject"><a href="Spine.html#getSlotObject">getSlotObject</a></li> | ||
|
||
<li class="parent " data-name="Spine.pixiWorldCoordinatesToBone"><a href="Spine.html#pixiWorldCoordinatesToBone">pixiWorldCoordinatesToBone</a></li> | ||
|
||
<li class="parent " data-name="Spine.pixiWorldCoordinatesToSkeleton"><a href="Spine.html#pixiWorldCoordinatesToSkeleton">pixiWorldCoordinatesToSkeleton</a></li> | ||
|
||
<li class="parent " data-name="Spine.removeSlotObject"><a href="Spine.html#removeSlotObject">removeSlotObject</a></li> | ||
|
||
<li class="parent " data-name="Spine.skeletonToPixiWorldCoordinates"><a href="Spine.html#skeletonToPixiWorldCoordinates">skeletonToPixiWorldCoordinates</a></li> | ||
|
||
</ul> | ||
|
||
<ul class="events itemMembers"> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
<li class="item" data-name="SpineDebugRenderer"> | ||
<span class="title "> | ||
|
||
|
||
<a href=SpineDebugRenderer.html>SpineDebugRenderer</a> | ||
|
||
</span> | ||
|
||
<ul class="members itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="enums itemMembers"> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="typedefs itemMembers"> | ||
|
||
</ul> | ||
|
||
<ul class="methods itemMembers"> | ||
|
||
<span class="subtitle">Methods</span> | ||
|
||
<li class="parent " data-name="SpineDebugRenderer.registerSpine"><a href="SpineDebugRenderer.html#registerSpine">registerSpine</a></li> | ||
|
||
</ul> | ||
|
||
<ul class="events itemMembers"> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="main"> | ||
<h1 class="page-title" data-filename="BatchableSpineSlot.html">Class: BatchableSpineSlot</h1> | ||
|
||
|
||
|
||
<section> | ||
|
||
<header> | ||
<div class="header content-size"> | ||
<h2> | ||
BatchableSpineSlot | ||
|
||
|
||
</h2> | ||
|
||
|
||
|
||
</div> | ||
</header> | ||
|
||
<article class="content-size"> | ||
<div class="container-overview"> | ||
|
||
|
||
<dt> | ||
<div class="nameContainer"> | ||
<h4 class="name" id="constructor"> | ||
<a class="share-icon" href="#constructor"><span class="glyphicon glyphicon-link"></span></a> | ||
<span class=""> | ||
|
||
new BatchableSpineSlot | ||
|
||
</span> | ||
<span class="signature">()</span><span class="type-signature"></span> | ||
|
||
|
||
|
||
|
||
</h4> | ||
|
||
|
||
</div> | ||
</dt> | ||
<dd> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dd> | ||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<h3 class="subsection-title">Implements</h3> | ||
|
||
<ul> | ||
|
||
|
||
<li>BatchableObject</li> | ||
|
||
</ul> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="content-size"> | ||
<div class="footer"> | ||
Documentation generated by <a href="https://github.com/webdoc-js/webdoc">Webdoc 1</a> on Thu Aug 01 2024 14:23:16 GMT+0000 (Coordinated Universal Time) | ||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
<script>prettyPrint();</script> | ||
<script src="scripts/main.js"></script> | ||
|
||
|
||
|
||
<script src="scripts/linenumber.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.