1047 lines
140 KiB
HTML
1047 lines
140 KiB
HTML
|
<!DOCTYPE HTML>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta name="generator" content="Doxydoc"/>
|
||
|
<meta name="description" content="How to get started with the A* Pathfinding Project, create your first graph,
|
||
|
and make an agent move around on it.">
|
||
|
<title>Get Started Guide - A* Pathfinding Project</title>
|
||
|
<style>/*!
|
||
|
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
||
|
* Copyright 2011-2015 Twitter, Inc.
|
||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ca1d29b8c16a782c676c)
|
||
|
* Config saved to config.json and https://gist.github.com/ca1d29b8c16a782c676c
|
||
|
*//*!
|
||
|
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
||
|
* Copyright 2011-2015 Twitter, Inc.
|
||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||
|
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}
|
||
|
<style>.com { color: #93a1a1; }
|
||
|
.lit { color: #195f91; }
|
||
|
.pun, .opn, .clo { color: #93a1a1; }
|
||
|
.fun { color: #dc322f; }
|
||
|
.str, .atv { color: #D14; }
|
||
|
.kwd, .prettyprint .tag { color: #1e347b; }
|
||
|
.typ, .atn, .dec, .var { color: teal; }
|
||
|
.pln { color: #48484c; }
|
||
|
|
||
|
.prettyprint {
|
||
|
padding: 8px;
|
||
|
background-color: #f7f7f9;
|
||
|
border: 1px solid #e1e1e8;
|
||
|
}
|
||
|
.prettyprint.linenums {
|
||
|
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||
|
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||
|
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
||
|
}
|
||
|
|
||
|
/* Specify class=linenums on a pre to get line numbering */
|
||
|
ol.linenums {
|
||
|
margin: 0 0 0 33px; /* IE indents via margin-left */
|
||
|
}
|
||
|
ol.linenums li {
|
||
|
padding-left: 12px;
|
||
|
color: #bebec5;
|
||
|
line-height: 20px;
|
||
|
text-shadow: 0 1px 0 #fff;
|
||
|
}
|
||
|
|
||
|
.str { color:#181; font-style:italic }
|
||
|
.kwd { color:#369 }
|
||
|
.com { color:#666 }
|
||
|
.typ { color:#c40 }
|
||
|
.lit { color:#900 }
|
||
|
.pun { color:#000; font-weight:bold }
|
||
|
.pln { color:#333 }
|
||
|
.tag { color:#369; font-weight:bold }
|
||
|
.atn { color:#939; font-weight:bold }
|
||
|
.atv { color:#181 }
|
||
|
.dec { color:#606 }
|
||
|
|
||
|
.com{ color: #A62A00; }
|
||
|
.typ{ color: #0A67A3; }
|
||
|
.kwd{ color: #3B0470; }</style>
|
||
|
<style>nav.sidebar {
|
||
|
width: 300px;
|
||
|
margin-top: 75px;
|
||
|
box-shadow: inset 2px 0px 0px 0px #CCC;
|
||
|
flex-grow: 0;
|
||
|
flex-shrink: 0;
|
||
|
}
|
||
|
nav.sidebar #searchfield {
|
||
|
width: 100%;
|
||
|
background-color: #f5f5f5;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
nav.sidebar .sidebar-package-header {
|
||
|
padding-left: 18px;
|
||
|
padding-bottom: 5px;
|
||
|
padding-top: 10px;
|
||
|
position: relative;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
nav.sidebar .sidebar-brand {
|
||
|
font-size: 14pt;
|
||
|
font-family: bitter;
|
||
|
color: #333;
|
||
|
}
|
||
|
nav.sidebar .sidebar-brand:hover {
|
||
|
text-decoration: none;
|
||
|
color: #000;
|
||
|
}
|
||
|
nav.sidebar .package-version {
|
||
|
font-family: bitter;
|
||
|
margin-left: 8px;
|
||
|
right: 10px;
|
||
|
position: absolute;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
nav.navbar span.package-version {
|
||
|
display: inline-block;
|
||
|
font-size: 18px;
|
||
|
line-height: 20px;
|
||
|
color: #777;
|
||
|
}
|
||
|
nav.navbar .navbar-header {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version {
|
||
|
font-size: 18px;
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version button {
|
||
|
background-color: rgba(255, 255, 255, 0);
|
||
|
border-color: rgba(255, 255, 255, 0);
|
||
|
transition: background-color 0.1s, border-color 0.1s, color 0.1s;
|
||
|
color: #777;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version button .caret {
|
||
|
opacity: 0.5;
|
||
|
transition: opacity 0.1s;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version button:hover {
|
||
|
border-color: #adadad;
|
||
|
color: #333333;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version button:hover .caret {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version button:active {
|
||
|
border-color: #999;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version li a {
|
||
|
gap: 5px;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version .item-version {
|
||
|
width: 50px;
|
||
|
flex-grow: 0;
|
||
|
flex-shrink: 0;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version .item-date {
|
||
|
color: #666;
|
||
|
margin-right: 25px;
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
nav.navbar .dropdown.package-version .dropdown-menu {
|
||
|
max-height: 385px;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
nav.navbar .version-badge {
|
||
|
font-size: 10px;
|
||
|
padding: 2px 8px;
|
||
|
background: #3872d7;
|
||
|
color: white;
|
||
|
border-radius: 3px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.wrapper {
|
||
|
display: flex;
|
||
|
align-items: start;
|
||
|
}
|
||
|
|
||
|
.sidenav-l0 {
|
||
|
padding-left: 0px;
|
||
|
font-weight: bold;
|
||
|
line-height: 1.5;
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
.sidenav-l0 li {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
list-style: none;
|
||
|
}
|
||
|
.sidenav-l0 a {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
padding-left: 10px;
|
||
|
padding-top: 0px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
.sidenav-l0 a:hover,
|
||
|
.sidenav-l0 a:focus {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.sidenav-l0 li > a:hover,
|
||
|
.sidenav-l0 li.active > a {
|
||
|
padding-left: 8px;
|
||
|
border-width: 0px 0px 0px 2px;
|
||
|
border-color: #000000;
|
||
|
border-style: solid;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
.sidenav-l0 li.active > a {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
li p {
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
.sidenav-l1 {
|
||
|
font-weight: normal;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.sidenav-l1 li > a {
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
.sidenav-l1 li > a:hover,
|
||
|
.sidenav-l1 li.active > a {
|
||
|
padding-left: 28px;
|
||
|
}
|
||
|
|
||
|
.sidenav-l2 {
|
||
|
font-weight: normal;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.sidenav-l2 li > a {
|
||
|
padding-left: 40px;
|
||
|
}
|
||
|
.sidenav-l2 li > a:hover,
|
||
|
.sidenav-l2 li.active > a {
|
||
|
padding-left: 38px;
|
||
|
}
|
||
|
|
||
|
.sidenav-l3 {
|
||
|
font-weight: normal;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.sidenav-l3 li > a {
|
||
|
padding-left: 50px;
|
||
|
}
|
||
|
.sidenav-l3 li > a:hover,
|
||
|
.sidenav-l3 li.active > a {
|
||
|
padding-left: 48px;
|
||
|
}
|
||
|
|
||
|
.sidenav-l4 {
|
||
|
font-weight: normal;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.sidenav-l4 li > a {
|
||
|
padding-left: 60px;
|
||
|
}
|
||
|
.sidenav-l4 li > a:hover,
|
||
|
.sidenav-l4 li.active > a {
|
||
|
padding-left: 58px;
|
||
|
}
|
||
|
|
||
|
.arrow-down {
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border-left: 4px solid transparent;
|
||
|
border-right: 4px solid transparent;
|
||
|
border-top: 4px solid #333;
|
||
|
margin-right: 4px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.arrow-none {
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
margin-right: 12px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.arrow-right {
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
border-top: 4px solid transparent;
|
||
|
border-bottom: 4px solid transparent;
|
||
|
border-left: 4px solid #333;
|
||
|
margin-right: 8px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
margin-right: auto;
|
||
|
margin-left: auto;
|
||
|
padding-left: 15px;
|
||
|
padding-right: 15px;
|
||
|
padding-top: 25px;
|
||
|
}
|
||
|
|
||
|
/*@media (min-width: 768px) {
|
||
|
.container {
|
||
|
width: 750px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 992px) {
|
||
|
.container {
|
||
|
width: 970px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 1200px) {
|
||
|
.container {
|
||
|
width: 1170px;
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 1200px + 300px) {
|
||
|
.container {
|
||
|
width: 1170px + 300px;
|
||
|
}
|
||
|
}*/
|
||
|
body {
|
||
|
font-family: "Source Sans Pro", sans-serif;
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4 {
|
||
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||
|
}
|
||
|
|
||
|
span.file-location {
|
||
|
color: #BDBDBD;
|
||
|
}
|
||
|
|
||
|
.sidebar {
|
||
|
display: block;
|
||
|
font-size: 80%;
|
||
|
line-height: 50%;
|
||
|
}
|
||
|
|
||
|
.memberdef {
|
||
|
position: relative;
|
||
|
border-width: 2px;
|
||
|
border-style: solid;
|
||
|
border-width: 2px;
|
||
|
border-color: black;
|
||
|
box-shadow: 0px 2px 5px #CCC;
|
||
|
-webkit-border-radius: 5;
|
||
|
-moz-border-radius: 5;
|
||
|
border-radius: 5;
|
||
|
margin: 5px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.memberdef h3 {
|
||
|
margin-top: 0px;
|
||
|
padding-top: 3px;
|
||
|
font-size: 20px;
|
||
|
line-height: normal;
|
||
|
}
|
||
|
|
||
|
table.compound-view tr {
|
||
|
margin: 4px;
|
||
|
}
|
||
|
table.compound-view tr td {
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
table.compound-view tr a {
|
||
|
transition: background-color 0.1s;
|
||
|
-webkit-transition: background-color 0.1s;
|
||
|
display: block;
|
||
|
border-radius: 5px;
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
border-color: #FFF;
|
||
|
height: 60px;
|
||
|
background-color: #EEE;
|
||
|
text-align: center;
|
||
|
padding: 5px;
|
||
|
color: #222;
|
||
|
}
|
||
|
table.compound-view tr a b {
|
||
|
color: #0D5484;
|
||
|
}
|
||
|
table.compound-view tr a:hover {
|
||
|
text-decoration: none;
|
||
|
background-color: #DDD;
|
||
|
}
|
||
|
|
||
|
video,
|
||
|
.youtube-video {
|
||
|
border-radius: 3px;
|
||
|
margin: 5px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
max-width: 100%;
|
||
|
max-height: 800px;
|
||
|
display: block;
|
||
|
border: 1px solid #444;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
border-radius: 3px;
|
||
|
margin: 5px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
max-width: 100%;
|
||
|
max-height: 800px;
|
||
|
display: block;
|
||
|
border: 1px solid #444;
|
||
|
}
|
||
|
|
||
|
img.tinyshadow {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.borderless img {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
display: block;
|
||
|
white-space: pre;
|
||
|
overflow: auto;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
|
||
|
/** Needs a bit of resetting since it can turn out basically anywhere in the DOM */
|
||
|
.tooltip {
|
||
|
margin: 0px;
|
||
|
font-size: 11px;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
text-decoration: none;
|
||
|
line-height: normal;
|
||
|
white-space: normal;
|
||
|
font-family: Hevetica, Arial, Sans-serif;
|
||
|
text-shadow: none;
|
||
|
}
|
||
|
.tooltip p {
|
||
|
display: inline;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
margin-right: 2px;
|
||
|
margin-left: 2px;
|
||
|
}
|
||
|
|
||
|
.empty-section {
|
||
|
font-size: 0.9em;
|
||
|
color: #BBB;
|
||
|
}
|
||
|
|
||
|
.compound-kind {
|
||
|
color: #888;
|
||
|
}
|
||
|
|
||
|
.simplesect {
|
||
|
border-style: solid;
|
||
|
border-width: 0px 0px 0px 4px;
|
||
|
padding-left: 5px;
|
||
|
padding-top: 4px;
|
||
|
padding-bottom: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
.simplesect .simplesect-title {
|
||
|
display: block;
|
||
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||
|
font-weight: bold;
|
||
|
font-size: 16px;
|
||
|
line-height: normal;
|
||
|
margin-top: 2px;
|
||
|
margin-bottom: 3px;
|
||
|
}
|
||
|
.simplesect > p {
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
margin-left: 14px;
|
||
|
}
|
||
|
|
||
|
.simplesect-return {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-author,
|
||
|
.simplesect-authors {
|
||
|
border-color: #0BAA0B;
|
||
|
background-color: #0BAA0B1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-version {
|
||
|
border-color: #0BAA0B;
|
||
|
background-color: #0BAA0B1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-since {
|
||
|
border-color: #D48B0D;
|
||
|
background-color: #D48B0D1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-date {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-note {
|
||
|
border-color: #15458C;
|
||
|
background-color: #15458C1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-warning {
|
||
|
border-color: #D40D0D;
|
||
|
background-color: #D40D0D1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-pre {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-post {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-copyright {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-invariant {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-remark {
|
||
|
border-color: #15458C;
|
||
|
background-color: #15458C1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-attention {
|
||
|
border-color: #D48B0D;
|
||
|
background-color: #D48B0D1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-par {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-rcs {
|
||
|
border-color: #505050;
|
||
|
background-color: #5050501F;
|
||
|
}
|
||
|
|
||
|
.simplesect-see {
|
||
|
border-color: #0BAA0B;
|
||
|
background-color: #0BAA0B1F;
|
||
|
}
|
||
|
|
||
|
.simplesect-deprecated {
|
||
|
border-color: #303030;
|
||
|
background-color: #3030301F;
|
||
|
}
|
||
|
|
||
|
.member-list .member-brief {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
.member-list .member-brief .member-name {
|
||
|
color: #337ab7;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.member-list .member-brief .member-paramlist {
|
||
|
color: #5b5b5b;
|
||
|
}
|
||
|
.member-list .member-desc p {
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.member-prot {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.member-list-item-header {
|
||
|
padding-top: 5px;
|
||
|
padding-bottom: 1px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.member-list-item-header p {
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
.member-list-item-header.active {
|
||
|
background-color: #eee;
|
||
|
border-bottom: 1px dashed #999;
|
||
|
}
|
||
|
.member-list-item-header:focus, .member-list-item-header:hover {
|
||
|
background-color: rgba(0, 0, 0, 0.05);
|
||
|
}
|
||
|
|
||
|
table.member-list-section td {
|
||
|
padding-top: 0.1em;
|
||
|
padding-bottom: 0.1em;
|
||
|
}
|
||
|
table.member-list-section .member-desc {
|
||
|
width: 100%;
|
||
|
}
|
||
|
table.member-list-section .member-desc,
|
||
|
table.member-list-section .member-name,
|
||
|
table.member-list-section .member-type {
|
||
|
font-size: 0.9em;
|
||
|
margin-bottom: 0px;
|
||
|
padding-bottom: 0px;
|
||
|
}
|
||
|
table.member-list-section a,
|
||
|
table.member-list-section p,
|
||
|
table.member-list-section span {
|
||
|
-webkit-margin-after: 0px;
|
||
|
line-height: 1.5em;
|
||
|
vertical-align: center;
|
||
|
}
|
||
|
|
||
|
.inspector-field .member-detailed {
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
.member-detailed {
|
||
|
background: #EEE;
|
||
|
border-bottom: 1px #AAA solid;
|
||
|
}
|
||
|
.member-detailed .member-name {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
@media print {
|
||
|
.member-detailed {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.member-params-detail {
|
||
|
margin-left: 30px;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
.member-params-detail td,
|
||
|
.member-params-detail th {
|
||
|
padding-left: 8px;
|
||
|
padding-right: 8px;
|
||
|
padding-top: 2px;
|
||
|
padding-bottom: 2px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
.member-params-detail td p,
|
||
|
.member-params-detail th p {
|
||
|
margin: 0 0 5px;
|
||
|
}
|
||
|
.member-params-detail .param-name {
|
||
|
color: #000;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.protection {
|
||
|
display: inline;
|
||
|
padding: 0.4em 0.6em 0em 0.6em;
|
||
|
margin-right: 0.2em;
|
||
|
font-size: 75%;
|
||
|
font-weight: bold;
|
||
|
line-height: 1;
|
||
|
color: #ffffff;
|
||
|
text-align: center;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: baseline;
|
||
|
border-radius: 0.3em;
|
||
|
background-color: #fc20e6;
|
||
|
}
|
||
|
|
||
|
.member-side-prot {
|
||
|
margin: 5px 5px 5px 0px;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 908px) {
|
||
|
.member-side-prot {
|
||
|
margin: 0px;
|
||
|
position: absolute;
|
||
|
left: -75px;
|
||
|
width: 70px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
.member-side-prot span {
|
||
|
margin-bottom: 3px;
|
||
|
}
|
||
|
}
|
||
|
.member-top-prot {
|
||
|
position: absolute;
|
||
|
left: 0px;
|
||
|
top: 0px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background: #EEE;
|
||
|
padding: 5px 5px 5px 15px;
|
||
|
line-height: 50%;
|
||
|
border-top: 1px #AAA solid;
|
||
|
opacity: 0;
|
||
|
transition: opacity 0.2s;
|
||
|
}
|
||
|
.member-top-prot .protection {
|
||
|
display: inline-block;
|
||
|
padding: 0.4em 0.6em 0.4em 0.6em;
|
||
|
}
|
||
|
.member-top-prot.active {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.member-side-prot {
|
||
|
line-height: 50%;
|
||
|
}
|
||
|
.member-side-prot .protection {
|
||
|
display: inline-block;
|
||
|
padding: 0.4em 0.6em 0.4em 0.6em;
|
||
|
}
|
||
|
|
||
|
.deprecated {
|
||
|
text-decoration: line-through;
|
||
|
text-decoration-color: #555;
|
||
|
}
|
||
|
|
||
|
.protection-public {
|
||
|
background-color: #5cb85c;
|
||
|
}
|
||
|
|
||
|
.protection-private {
|
||
|
background-color: #666666;
|
||
|
}
|
||
|
|
||
|
.protection-protected {
|
||
|
background-color: #c1c1c1;
|
||
|
}
|
||
|
|
||
|
.protection-package {
|
||
|
background-color: #7f3b2c;
|
||
|
}
|
||
|
|
||
|
.protection-abstract {
|
||
|
background-color: #865add;
|
||
|
}
|
||
|
|
||
|
.protection-readonly {
|
||
|
background-color: #f0ad4e;
|
||
|
}
|
||
|
|
||
|
.protection-static {
|
||
|
background-color: #5bc0de;
|
||
|
}
|
||
|
|
||
|
a:focus {
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
.member-list {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.member-list ul {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
|
||
|
.member-depth-1 {
|
||
|
padding-left: 32px;
|
||
|
}
|
||
|
|
||
|
.member-depth-2 {
|
||
|
padding-left: 52px;
|
||
|
}
|
||
|
|
||
|
.member-depth-3 {
|
||
|
padding-left: 72px;
|
||
|
}
|
||
|
|
||
|
.member-depth-4 {
|
||
|
padding-left: 92px;
|
||
|
}
|
||
|
|
||
|
.member-depth-5 {
|
||
|
padding-left: 112px;
|
||
|
}
|
||
|
|
||
|
.member-depth-6,
|
||
|
.member-depth-7,
|
||
|
.member-depth-8 {
|
||
|
padding-left: 132px;
|
||
|
}
|
||
|
|
||
|
.header-version {
|
||
|
position: absolute;
|
||
|
right: 20px;
|
||
|
top: 0;
|
||
|
vertical-align: center;
|
||
|
line-height: 50px;
|
||
|
color: #777;
|
||
|
}
|
||
|
|
||
|
.inner-dropdown-menu {
|
||
|
list-style: none;
|
||
|
font-size: 14px;
|
||
|
text-align: left;
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
.inner-dropdown-menu > li > a {
|
||
|
display: block;
|
||
|
padding: 3px 20px 3px 40px;
|
||
|
clear: both;
|
||
|
font-weight: normal;
|
||
|
line-height: 1.42857143;
|
||
|
color: #333333;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.inner-dropdown-menu > li > a:hover,
|
||
|
.inner-dropdown-menu > li > a:focus {
|
||
|
text-decoration: none;
|
||
|
color: #262626;
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
.inner-dropdown-menu > .active > a,
|
||
|
.inner-dropdown-menu > .active > a:hover,
|
||
|
.inner-dropdown-menu > .active > a:focus {
|
||
|
color: #ffffff;
|
||
|
text-decoration: none;
|
||
|
outline: 0;
|
||
|
background-color: #337ab7;
|
||
|
}
|
||
|
|
||
|
.dropdown-menu a {
|
||
|
height: 26px;
|
||
|
}
|
||
|
.dropdown-menu a .glyphicon {
|
||
|
margin-right: 8px;
|
||
|
padding-top: 1px;
|
||
|
}
|
||
|
.dropdown-menu a small {
|
||
|
float: right;
|
||
|
margin-left: 10px;
|
||
|
line-height: 182%;
|
||
|
}
|
||
|
|
||
|
.search-dropdown-align {
|
||
|
margin-left: 0px;
|
||
|
min-width: 208px;
|
||
|
}
|
||
|
|
||
|
@keyframes shadowPulse {
|
||
|
0% {
|
||
|
box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
|
||
|
}
|
||
|
10% {
|
||
|
box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
|
||
|
}
|
||
|
50% {
|
||
|
box-shadow: 0px 0px 10px rgba(71, 91, 118, 0.7);
|
||
|
}
|
||
|
100% {
|
||
|
box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
|
||
|
}
|
||
|
}
|
||
|
.shadowPulse {
|
||
|
animation-name: shadowPulse;
|
||
|
animation-duration: 1s;
|
||
|
animation-iteration-count: 2;
|
||
|
animation-timing-function: ease;
|
||
|
}
|
||
|
|
||
|
#banner {
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
background: #f0af0b;
|
||
|
padding-top: 7px;
|
||
|
color: #000;
|
||
|
overflow: hidden;
|
||
|
padding-bottom: 6px;
|
||
|
}
|
||
|
#banner a {
|
||
|
color: #000;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
table.table-filled {
|
||
|
border: 1px solid #e1e1e8;
|
||
|
border-radius: 3px;
|
||
|
border-collapse: separate;
|
||
|
background-color: #f7f7f9;
|
||
|
}
|
||
|
|
||
|
table.horizontalAlternative2D3D th {
|
||
|
text-align: center;
|
||
|
}
|
||
|
table.horizontalAlternative2D3D th.Alt2D {
|
||
|
background: #6599e7;
|
||
|
}
|
||
|
table.horizontalAlternative2D3D th.Alt3D {
|
||
|
background: #ed8585;
|
||
|
}
|
||
|
table.horizontalAlternative2D3D td {
|
||
|
padding: 10px;
|
||
|
width: 50%;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
table.horizontalAlternative2D3D td.Alt2D {
|
||
|
background: #6599e755;
|
||
|
}
|
||
|
table.horizontalAlternative2D3D td.Alt3D {
|
||
|
background: #ed858555;
|
||
|
}
|
||
|
|
||
|
.inspector-field {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
|
||
|
.prettyprint {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.task {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
margin-top: 16px;
|
||
|
margin-bottom: 16px;
|
||
|
padding-left: 10px;
|
||
|
padding-top: 4px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
.task .task-icon {
|
||
|
width: 8px;
|
||
|
height: 8px;
|
||
|
flex-shrink: 0;
|
||
|
background: #D9534F;
|
||
|
border-radius: 8px;
|
||
|
box-shadow: 0px 0px 5px #FF6E6A;
|
||
|
}
|
||
|
.task.task-note {
|
||
|
font-style: italic;
|
||
|
color: #6d6d6d;
|
||
|
}
|
||
|
.task.task-note .task-icon {
|
||
|
background: #79a1ff;
|
||
|
box-shadow: 0px 0px 5px #228AC8;
|
||
|
}
|
||
|
.task.sub-task {
|
||
|
margin-top: -20px;
|
||
|
padding-left: 30px;
|
||
|
}
|
||
|
.task p {
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
margin-left: 14px;
|
||
|
}
|
||
|
|
||
|
.horizontal-group {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
flex-wrap: wrap;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
gap: 20px;
|
||
|
}
|
||
|
.horizontal-group > div {
|
||
|
flex: 1;
|
||
|
min-width: 400px;
|
||
|
}
|
||
|
.horizontal-group > div:first-child {
|
||
|
flex: 1.2;
|
||
|
}
|
||
|
.horizontal-group .groupchild-text {
|
||
|
margin-top: 16px;
|
||
|
}
|
||
|
@media (min-width: 1200px) {
|
||
|
.horizontal-group .prettyprint {
|
||
|
margin-left: -120px;
|
||
|
font-size: 0.9em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#lightbox {
|
||
|
position: fixed;
|
||
|
z-index: 1000;
|
||
|
max-height: 80vh;
|
||
|
max-width: 80vw;
|
||
|
padding: 0;
|
||
|
background: none;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
#lightbox[open] {
|
||
|
display: flex;
|
||
|
}
|
||
|
#lightbox::backdrop {
|
||
|
background: rgba(255, 255, 255, 0.5);
|
||
|
}
|
||
|
#lightbox:-moz-focusring {
|
||
|
color: transparent;
|
||
|
text-shadow: 0 0 0 #000;
|
||
|
}
|
||
|
#lightbox div {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: normal;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
#lightbox div img {
|
||
|
object-fit: contain;
|
||
|
margin: 0;
|
||
|
margin: 0;
|
||
|
box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.043), 0px 0px 5.6px rgba(0, 0, 0, 0.062), 0px 0px 11.5px rgba(0, 0, 0, 0.078), 0px 0px 23.7px rgba(0, 0, 0, 0.097), 0px 0px 65px rgba(0, 0, 0, 0.14);
|
||
|
border: none;
|
||
|
border-radius: 3px;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=style.css.map */
|
||
|
</style>
|
||
|
<style>@font-face {
|
||
|
font-family: 'Bitter';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v13/rax8HiqOu8IVPmn7f4xs.ttf) format('truetype');
|
||
|
}
|
||
|
</style>
|
||
|
<link rel="canonical" href="data:image/png;base64,events.js:377
|
||
|
throw er; // Unhandled 'error' event
|
||
|
^
|
||
|
|
||
|
Error: ENOENT: no such file or directory, open '/home/arong/Unity/PackageBuild/docs/html_standalone/https:/arongranberg.com/astar/documentation/stable/getstarted.html'
|
||
|
Emitted 'error' event on ReadStream instance at:
|
||
|
at internal/fs/streams.js:126:14
|
||
|
at FSReqCallback.oncomplete (fs.js:179:23) {
|
||
|
errno: -2,
|
||
|
code: 'ENOENT',
|
||
|
syscall: 'open',
|
||
|
path: '/home/arong/Unity/PackageBuild/docs/html_standalone/https:/arongranberg.com/astar/documentation/stable/getstarted.html'
|
||
|
}
|