You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

436 lines
24 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>Otter: Otter.Atlas Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="otterlogosmall.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Otter
&#160;<span id="projectnumber">0.9.8.91</span>
</div>
<div id="projectbrief">2d Game Development Framework based on SFML.Net</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_otter_1_1_atlas.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Properties</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="class_otter_1_1_atlas-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Otter.Atlas Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Class used for loading textures from an <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>, or a set of Atlases. This class is built to support atlases created with Sparrow/Starling exporting from TexturePacker <a href="http://www.codeandweb.com/texturepacker">http://www.codeandweb.com/texturepacker</a>
<a href="class_otter_1_1_atlas.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ab0f192839015bbc4bcb9c69c88c40980"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#ab0f192839015bbc4bcb9c69c88c40980">Atlas</a> (string source=&quot;&quot;)</td></tr>
<tr class="memdesc:ab0f192839015bbc4bcb9c69c88c40980"><td class="mdescLeft">&#160;</td><td class="mdescRight">Designed for Sparrow/Starling exporting from TexturePacker <a href="http://www.codeandweb.com/texturepacker">http://www.codeandweb.com/texturepacker</a> <a href="#ab0f192839015bbc4bcb9c69c88c40980">More...</a><br/></td></tr>
<tr class="separator:ab0f192839015bbc4bcb9c69c88c40980"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6f847e41da5f722e544c723ffddc4d76"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#a6f847e41da5f722e544c723ffddc4d76">Add</a> (string source)</td></tr>
<tr class="memdesc:a6f847e41da5f722e544c723ffddc4d76"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add another atlas to the collection of textures. Duplicate names will destroy this. <a href="#a6f847e41da5f722e544c723ffddc4d76">More...</a><br/></td></tr>
<tr class="separator:a6f847e41da5f722e544c723ffddc4d76"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a804ca178edcf91ed6ed3683d27b6cd77"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#a804ca178edcf91ed6ed3683d27b6cd77">AddMultiple</a> (params string[] sources)</td></tr>
<tr class="memdesc:a804ca178edcf91ed6ed3683d27b6cd77"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add multiple sources to the <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>. <a href="#a804ca178edcf91ed6ed3683d27b6cd77">More...</a><br/></td></tr>
<tr class="separator:a804ca178edcf91ed6ed3683d27b6cd77"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab032f822eda25edf2c41ce5ea6d07138"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#ab032f822eda25edf2c41ce5ea6d07138">AddNumbered</a> (string source, string extension=&quot;xml&quot;)</td></tr>
<tr class="memdesc:ab032f822eda25edf2c41ce5ea6d07138"><td class="mdescLeft">&#160;</td><td class="mdescRight">Add multiple atlases from a set created by texture packer. Note: This only supports up to 10 atlases (0 - 9) <a href="#ab032f822eda25edf2c41ce5ea6d07138">More...</a><br/></td></tr>
<tr class="separator:ab032f822eda25edf2c41ce5ea6d07138"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a697417e6338736394943dbf8f140cdd6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_image.html">Image</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#a697417e6338736394943dbf8f140cdd6">CreateImage</a> (string name)</td></tr>
<tr class="memdesc:a697417e6338736394943dbf8f140cdd6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new <a class="el" href="class_otter_1_1_image.html" title="Graphic type that is used to represent a static image. ">Image</a> from an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>. <a href="#a697417e6338736394943dbf8f140cdd6">More...</a><br/></td></tr>
<tr class="separator:a697417e6338736394943dbf8f140cdd6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5a1316ef62c10ea83eebc50bc0643d9b"><td class="memItemLeft" align="right" valign="top">Spritemap&lt; T &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#a5a1316ef62c10ea83eebc50bc0643d9b">CreateSpritemap&lt; T &gt;</a> (string name, int width, int height)</td></tr>
<tr class="memdesc:a5a1316ef62c10ea83eebc50bc0643d9b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new Spritemap from an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>. <a href="#a5a1316ef62c10ea83eebc50bc0643d9b">More...</a><br/></td></tr>
<tr class="separator:a5a1316ef62c10ea83eebc50bc0643d9b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1ae43ee72b369ad7871460a69eef592"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_atlas_texture.html">AtlasTexture</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#ad1ae43ee72b369ad7871460a69eef592">GetAtlasTexture</a> (string name)</td></tr>
<tr class="memdesc:ad1ae43ee72b369ad7871460a69eef592"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a> by name. <a href="#ad1ae43ee72b369ad7871460a69eef592">More...</a><br/></td></tr>
<tr class="separator:ad1ae43ee72b369ad7871460a69eef592"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6ff346e0abe83f59c4517156edb555e0"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#a6ff346e0abe83f59c4517156edb555e0">Exists</a> (string name)</td></tr>
<tr class="memdesc:a6ff346e0abe83f59c4517156edb555e0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Tests if a texture by the specified name exists in the atlas data. <a href="#a6ff346e0abe83f59c4517156edb555e0">More...</a><br/></td></tr>
<tr class="separator:a6ff346e0abe83f59c4517156edb555e0"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:ae13e565c5a0a2742b2c51a2f0cffb0c3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_otter_1_1_atlas_texture.html">AtlasTexture</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_otter_1_1_atlas.html#ae13e565c5a0a2742b2c51a2f0cffb0c3">this[string name]</a><code> [get]</code></td></tr>
<tr class="memdesc:ae13e565c5a0a2742b2c51a2f0cffb0c3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a> by name. <a href="#ae13e565c5a0a2742b2c51a2f0cffb0c3">More...</a><br/></td></tr>
<tr class="separator:ae13e565c5a0a2742b2c51a2f0cffb0c3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class used for loading textures from an <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>, or a set of Atlases. This class is built to support atlases created with Sparrow/Starling exporting from TexturePacker <a href="http://www.codeandweb.com/texturepacker">http://www.codeandweb.com/texturepacker</a> </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ab0f192839015bbc4bcb9c69c88c40980"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Otter.Atlas.Atlas </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>source</em> = <code>&quot;&quot;</code></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Designed for Sparrow/Starling exporting from TexturePacker <a href="http://www.codeandweb.com/texturepacker">http://www.codeandweb.com/texturepacker</a> </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">source</td><td>The reltive path to the atlas data file. The png should also be in the same directory.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a6f847e41da5f722e544c723ffddc4d76"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a> Otter.Atlas.Add </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>source</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Add another atlas to the collection of textures. Duplicate names will destroy this. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">source</td><td>The relative path to the data file. The png should be in the same directory.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a804ca178edcf91ed6ed3683d27b6cd77"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a> Otter.Atlas.AddMultiple </td>
<td>(</td>
<td class="paramtype">params string[]&#160;</td>
<td class="paramname"><em>sources</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Add multiple sources to the <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">sources</td><td>The file path to the sources.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>.</dd></dl>
</div>
</div>
<a class="anchor" id="ab032f822eda25edf2c41ce5ea6d07138"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a> Otter.Atlas.AddNumbered </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>source</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>extension</em> = <code>&quot;xml&quot;</code>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Add multiple atlases from a set created by texture packer. Note: This only supports up to 10 atlases (0 - 9) </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">source</td><td>The path until the number. For example: "assets/atlas" if the path is "assets/atlas0.xml"</td></tr>
<tr><td class="paramname">extension</td><td>The extension of the source without a dot</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The <a class="el" href="class_otter_1_1_atlas.html" title="Class used for loading textures from an Atlas, or a set of Atlases. This class is built to support at...">Atlas</a>.</dd></dl>
</div>
</div>
<a class="anchor" id="a697417e6338736394943dbf8f140cdd6"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_image.html">Image</a> Otter.Atlas.CreateImage </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a new <a class="el" href="class_otter_1_1_image.html" title="Graphic type that is used to represent a static image. ">Image</a> from an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the texture in the atlas data.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The created <a class="el" href="class_otter_1_1_image.html" title="Graphic type that is used to represent a static image. ">Image</a>.</dd></dl>
</div>
</div>
<a class="anchor" id="a5a1316ef62c10ea83eebc50bc0643d9b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Spritemap&lt;T&gt; Otter.Atlas.CreateSpritemap&lt; T &gt; </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>width</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>height</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a new Spritemap from an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>. </p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
<table class="tparams">
<tr><td class="paramname">T</td><td>The type to use to reference animations.</td></tr>
</table>
</dd>
</dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the texture in the atlas data.</td></tr>
<tr><td class="paramname">width</td><td>The width of the cell on the sprite sheet.</td></tr>
<tr><td class="paramname">height</td><td>The height of the cell on the sprite sheet.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new Spritemap.</dd></dl>
</div>
</div>
<a class="anchor" id="a6ff346e0abe83f59c4517156edb555e0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool Otter.Atlas.Exists </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Tests if a texture by the specified name exists in the atlas data. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the texture to test.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>True if the atlas data contains a texture by the specified name.</dd></dl>
</div>
</div>
<a class="anchor" id="ad1ae43ee72b369ad7871460a69eef592"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_atlas_texture.html">AtlasTexture</a> Otter.Atlas.GetAtlasTexture </td>
<td>(</td>
<td class="paramtype">string&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Get an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a> by name. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the image in the atlas data.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>An <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>.</dd></dl>
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="ae13e565c5a0a2742b2c51a2f0cffb0c3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_otter_1_1_atlas_texture.html">AtlasTexture</a> Otter.Atlas.this[string name]</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get an <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a> by name. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the image in the atlas data.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>An <a class="el" href="class_otter_1_1_atlas_texture.html" title="Class used for representing a texture on a texture atlas. ">AtlasTexture</a>.</dd></dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>Otter/Graphics/Atlas.cs</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_otter.html">Otter</a></li><li class="navelem"><a class="el" href="class_otter_1_1_atlas.html">Atlas</a></li>
<li class="footer">Generated on Thu May 12 2016 18:16:52 for Otter by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
</ul>
</div>
</body>
</html>