Skip to content

Commit e408cc7

Browse files
committed
Deploying to gh-pages from @ 2d868db 🚀
1 parent 72eb0ed commit e408cc7

File tree

91 files changed

+107
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+107
-105
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
gtag('config', 'G-LS8ZK1BB3T', {
66
page_path: window.location.pathname,
77
});
8-
</script><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/2deebd1bd2ed36851f90.css" as="style"/><link rel="stylesheet" href="/_next/static/css/2deebd1bd2ed36851f90.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js"></script><script src="/_next/static/chunks/webpack-613fd858cdb9cf2af3be.js" defer=""></script><script src="/_next/static/chunks/framework-2f612445bd50b211f15a.js" defer=""></script><script src="/_next/static/chunks/main-6d848910cff452bf7614.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d78aaf5a13e71dc82dcf.js" defer=""></script><script src="/_next/static/chunks/pages/_error-ea939aab753d9e9db3bd.js" defer=""></script><script src="/_next/static/MpTNVjcuwxnY6EVQosumm/_buildManifest.js" defer=""></script><script src="/_next/static/MpTNVjcuwxnY6EVQosumm/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"MpTNVjcuwxnY6EVQosumm","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
8+
</script><meta name="viewport" content="width=device-width"/><meta charSet="utf-8"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/2deebd1bd2ed36851f90.css" as="style"/><link rel="stylesheet" href="/_next/static/css/2deebd1bd2ed36851f90.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js"></script><script src="/_next/static/chunks/webpack-613fd858cdb9cf2af3be.js" defer=""></script><script src="/_next/static/chunks/framework-2f612445bd50b211f15a.js" defer=""></script><script src="/_next/static/chunks/main-6d848910cff452bf7614.js" defer=""></script><script src="/_next/static/chunks/pages/_app-d78aaf5a13e71dc82dcf.js" defer=""></script><script src="/_next/static/chunks/pages/_error-ea939aab753d9e9db3bd.js" defer=""></script><script src="/_next/static/1rfCbqM9LVbWFGXcSC0CU/_buildManifest.js" defer=""></script><script src="/_next/static/1rfCbqM9LVbWFGXcSC0CU/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="color:#000;background:#fff;font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body { margin: 0 }</style><h1 style="display:inline-block;border-right:1px solid rgba(0, 0, 0,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"1rfCbqM9LVbWFGXcSC0CU","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"pageProps":{"components":[{"id":"view.md","contentHtml":"<p><code>view</code> is the simplest container component. It can be used to encapsulate any number of children.</p>\n","title":"Simple Container Component","component":"view","order":0,"code":{"id":"components/view","jsx":"function Example() {\n return <view style={{\n padding: 20,\n backgroundColor: 'crimson',\n color: 'white',\n }}>\n Hello world\n </view>;\n};\n\nReactUnityRenderer.render(<Example />);\n"}},{"id":"scroll.md","contentHtml":"<p><code>scroll</code> is used to create a scrollable component.</p>\n","title":"Scrollable Container Component","component":"scroll","order":1,"code":{"id":"components/scroll","jsx":"function Example() {\n return <scroll style={{\n backgroundColor: 'white',\n padding: 20,\n width: 200,\n height: 120,\n }}>\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet molestiae officia sit numquam! Distinctio mollitia deserunt commodi iusto quam hic, in velit perspiciatis! Quaerat pariatur non, esse quam voluptatibus incidunt.\n </scroll>;\n};\n\nReactUnityRenderer.render(<Example />);\n"}},{"id":"text.md","contentHtml":"<p><code>text</code> is used to create a component whose only content is text. It is useful for creating interpolated text and being able to style text nodes.</p>\n","title":"Text Component","component":"text","order":2,"code":{"id":"components/text","jsx":"function Example({ name }) {\n return <text style={{ color: 'yellow' }}>\n Hello {name}\n </text>;\n};\n\nReactUnityRenderer.render(\n <Example name={'John Doe'} />\n);\n"}},{"id":"button.md","contentHtml":"<p><code>button</code> can be used to create clickable components.</p>\n","title":"Button Component","component":"button","order":3,"code":{"id":"components/button","jsx":"function Example() {\n const light = Globals.Light;\n\n return <button\n style={{ margin: 20 }}\n onClick={() => light.enabled = !light.enabled}>\n Toggle Light\n </button>;\n};\n\nReactUnityRenderer.render(<Example />);\n"}},{"id":"input.md","contentHtml":"<p><code>input</code> creates a text input component.</p>\n<h3>Properties</h3>\n<dl><dt>onChange</dt><dd>An event fired when string in the input is changed by the user</dd></dl>\n","title":"Input Component","component":"input","order":3,"code":{"id":"components/input","jsx":"function Example({ defaultValue }) {\n return <input\n value={defaultValue}\n style={{ margin: 20 }}\n onChange={val => console.log(val)} />;\n};\n\nReactUnityRenderer.render(\n <Example defaultValue=\"This is default\" />\n);\n"}},{"id":"toggle.md","contentHtml":"<p><code>toggle</code> creates a boolean toggle component.</p>\n<h3>Properties</h3>\n<dl><dt>value</dt><dd>Initial value of the toggle.</dd><dt>onChange</dt><dd>Event to call when the value changes.</dd></dl>\n","title":"Toggle Component","component":"toggle","order":6,"code":{"id":"components/toggle","jsx":"function Example() {\n const light = Globals.Light;\n\n return <view style={{\n flexDirection: 'row',\n justifyContent: 'center',\n }}>\n <toggle\n onChange={val => light.enabled = val}\n value={light.enabled} />\n\n Toggle light\n </view>;\n};\n\nReactUnityRenderer.render(<Example />);\n"}},{"id":"image.md","contentHtml":"<p><code>image</code> creates an image component. Alternatively, <code>rawimage</code> creates a raw image component.</p>\n<h3>Properties</h3>\n<dl><dt>source</dt><dd>Source of the image. Can be a url or the <code>Texture2D</code> object.</dd><dt>fit</dt><dd>Determines how to position the image inside the element.</dd></dl>\n","title":"Image Component","component":"image","order":20,"code":{"id":"components/image","jsx":"const imageAddress = \"https://avatars.githubusercontent.com/u/62178684\";\n\nfunction Example() {\n return <image\n style={{ height: 200, objectFit: 'scale-down' }}\n source={imageAddress} />;\n};\n\nReactUnityRenderer.render(<Example />);\n"}}]},"__N_SSG":true}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_next/data/MpTNVjcuwxnY6EVQosumm/playground/components/button.json renamed to _next/data/1rfCbqM9LVbWFGXcSC0CU/playground/components/button.json

File renamed without changes.

_next/data/MpTNVjcuwxnY6EVQosumm/playground/components/image.json renamed to _next/data/1rfCbqM9LVbWFGXcSC0CU/playground/components/image.json

File renamed without changes.

_next/data/MpTNVjcuwxnY6EVQosumm/playground/components/input.json renamed to _next/data/1rfCbqM9LVbWFGXcSC0CU/playground/components/input.json

File renamed without changes.

_next/data/MpTNVjcuwxnY6EVQosumm/playground/components/render.json renamed to _next/data/1rfCbqM9LVbWFGXcSC0CU/playground/components/render.json

File renamed without changes.

0 commit comments

Comments
 (0)