User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:27, 14 January 2017 (diff | hist) . . (+421) . . Widgets (Web API)
- 10:23, 14 January 2017 (diff | hist) . . (+590) . . Widget Protocol
- 10:19, 14 January 2017 (diff | hist) . . (+561) . . Widget Manager
- 10:14, 14 January 2017 (diff | hist) . . (+1,128) . . N Widgets (Web API) (Created page with "'''Note: Not to be confused with the standard window object.''' In order to make the window system as useful as possible, it features a Web API available as...")
- 10:07, 14 January 2017 (diff | hist) . . (+109) . . Widget Manager
- 10:05, 14 January 2017 (diff | hist) . . (+91) . . Widget Manager
- 10:04, 14 January 2017 (diff | hist) . . (+691) . . N Widget Manager (Created page with "The window manager is a major subsystem in PowerUI. It creates self contained UI's, each called a window, which can be opened via a web API or via the ...")
- 09:52, 14 January 2017 (diff | hist) . . (+10) . . Widget Protocol
- 09:51, 14 January 2017 (diff | hist) . . (+22) . . Widget Protocol
- 09:50, 14 January 2017 (diff | hist) . . (0) . . Widget Protocol
- 09:50, 14 January 2017 (diff | hist) . . (+1) . . Widget Protocol
- 09:49, 14 January 2017 (diff | hist) . . (+1,238) . . N Widget Protocol (Created page with "The window:// protocol is used from an anchor (a href='..') element to ''cycle'' a window. If you click the link a second time, it will close the open window. It specifies wha...")
- 09:31, 14 January 2017 (diff | hist) . . (+117) . . Custom schema
- 23:22, 13 January 2017 (diff | hist) . . (+1) . . Custom Content (→Input Pointers) (current)
- 23:22, 13 January 2017 (diff | hist) . . (+116) . . Custom Content
- 23:20, 13 January 2017 (diff | hist) . . (+190) . . Custom Content
- 23:16, 13 January 2017 (diff | hist) . . (-1) . . Widget Templates
- 23:16, 13 January 2017 (diff | hist) . . (+58) . . Context Menu (→Setting up the appearance of context menu's)
- 22:52, 13 January 2017 (diff | hist) . . (+5) . . Context Menu
- 22:51, 13 January 2017 (diff | hist) . . (+304) . . Context Menu
- 22:48, 13 January 2017 (diff | hist) . . (+3,281) . . N Context Menu (Created page with "Context menus pop up to display one or more options to the user, depending on what it was that they interacted with. They come in a huge variety of shapes and sizes - from rad...")
- 22:15, 13 January 2017 (diff | hist) . . (+12) . . Particles Tag (current)
- 22:15, 13 January 2017 (diff | hist) . . (+12) . . Camera Tag (current)
- 22:14, 13 January 2017 (diff | hist) . . (+1,585) . . N Dialogue (Created page with "The built in dialogue (speech) system can be used to create conversations between any number of players or 'items' (typically NPCs). It fully supports the localisation system...")
- 21:28, 13 January 2017 (diff | hist) . . (+1,223) . . N HTTP Cookies (Created page with "Whenever a website creates one or more cookies, they will be stored into a CookieJar (a C# class). Importantly, '''they are not persistent by default'''. PowerUI is, after all...") (current)
- 21:16, 13 January 2017 (diff | hist) . . (+59) . . Bundle Protocol (current)
- 21:14, 13 January 2017 (diff | hist) . . (+1,071) . . N Bundle Protocol (Created page with "bundle:// is a slightly unusual protocol ''(you'll immediately see why)'' but it's useful none the less. It's used to obtain content from within an AssetBundle: <syntaxhighl...")
- 21:08, 13 January 2017 (diff | hist) . . (+392) . . N Dynamic Protocol (Created page with "'''The dynamic protocol is depreciated in favour of the collection of other protocols or simply using a canvas.''' PowerUI needed a way to generate complex...") (current)
- 21:05, 13 January 2017 (diff | hist) . . (+402) . . N Cache Protocol (Created page with "The cache:// protocol is used with the static ImageCache class (scripting). It lets you name a Texture (either a RenderTexture or a Texture2D) and display it on the UI: <synt...")
- 21:02, 13 January 2017 (diff | hist) . . (+68) . . Custom Content
- 21:01, 13 January 2017 (diff | hist) . . (+321) . . N Particles-rotate (Created page with "An animatable CSS property which can rotate a particle system: <syntaxhighlight lang="css"> particles-rotate: <angle> <angle> <angle> particles-rotate-x: <angle> particles-r...") (current)
- 21:00, 13 January 2017 (diff | hist) . . (+313) . . N Particles-scale (Created page with "An animatable CSS property which can scale a particle system: <syntaxhighlight lang="css"> particles-scale: <number> <number> <number> particles-scale-x: <number> particles-...") (current)
- 20:58, 13 January 2017 (diff | hist) . . (+8) . . Particles Tag
- 20:57, 13 January 2017 (diff | hist) . . (+738) . . N Particles Tag (Created page with "The particles tag is a custom HTML tag which places an ordinary Shuriken particle system on your UI. It is affected by the particles-scale and particles-rotate CSS properties....")
- 20:50, 13 January 2017 (diff | hist) . . (+699) . . N Camera Tag (Created page with "The camera tag is a custom HTML tag which points at one of your cameras, making it easy to display a camera on your UI and format it using all the available layout functionali...")
- 20:47, 13 January 2017 (diff | hist) . . (+120) . . Custom schema
- 20:42, 13 January 2017 (diff | hist) . . (+448) . . N Camera Protocol (Created page with "The camera protocol automatically sets up a render texture for a camera if it doesn't already have one and makes it available via a simple URL. The path must be the path to th...") (current)
- 20:38, 13 January 2017 (diff | hist) . . (+368) . . N Scene Protocol (Created page with "The scene protocol is a simple way to make an anchor link (the a element) point at some other scene in your game. <syntaxhighlight lang="html"> <a href='scene://myOtherScene...") (current)
- 20:35, 13 January 2017 (diff | hist) . . (+104) . . Custom schema (→Creating your own)
- 20:34, 13 January 2017 (diff | hist) . . (+2,338) . . N Custom schema (Created page with "Custom protocols:// (officially called a 'schema') are a great way of extending PowerUI. By default it comes with a few non-standard ones: * Resources Protocol|resources://...")
- 20:15, 13 January 2017 (diff | hist) . . (+564) . . N Custom Content (Created page with "Virtually all of the internals in PowerUI are extendible with custom content. Here's a directory of guides for extending the more common aspects: == The DOM == * Custom el...")
- 20:02, 13 January 2017 (diff | hist) . . (+54) . . User agent stylesheet
- 19:56, 13 January 2017 (diff | hist) . . (+536) . . N User agent stylesheet (Created page with "Like ordinary web browsers, PowerUI also contains its own user agent stylesheet. It's mainly a slightly modified version of the ones from Gecko (Firefox). In here you'll find...")
- 19:52, 13 January 2017 (diff | hist) . . (-1) . . World-ui (CSS pseudo selector) (current)
- 19:52, 13 January 2017 (diff | hist) . . (-1) . . World-ui (CSS pseudo selector)
- 19:52, 13 January 2017 (diff | hist) . . (+339) . . N World-ui (CSS pseudo selector) (Created page with "PowerUI defines world-ui (and world-ui) to make distinguishing the two within CSS easy: <syntaxhighlight lang="css"> /* Target the body of...")
- 19:51, 13 January 2017 (diff | hist) . . (+509) . . N Main-ui (CSS pseudo selector) (Created page with "PowerUI defines main-ui (and world-ui) to make distinguishing the two within CSS easy. For example, PowerUI's User agent stylesheet uses...") (current)
- 19:46, 13 January 2017 (diff | hist) . . (-7) . . Virtual Elements
- 19:45, 13 January 2017 (diff | hist) . . (+61) . . Virtual Elements
- 19:44, 13 January 2017 (diff | hist) . . (-2) . . Virtual Elements
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)