<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.nwhvehiclephysics.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.nwhvehiclephysics.com/feed.php">
        <title>NWH Vehicle Physics 2 Documentation NWH:VehiclePhysics2:VehicleGUI</title>
        <description></description>
        <link>https://www.nwhvehiclephysics.com/</link>
        <image rdf:resource="https://www.nwhvehiclephysics.com/lib/exe/fetch.php/wiki/favicon.ico" />
       <dc:date>2026-05-12T13:34:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/AnalogGauge?rev=1684254747&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashGUIController?rev=1684254807&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashLight?rev=1684254781&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DigitalGauge?rev=1684254767&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/index?rev=1592580629&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.nwhvehiclephysics.com/lib/exe/fetch.php/wiki/favicon.ico">
        <title>NWH Vehicle Physics 2 Documentation</title>
        <link>https://www.nwhvehiclephysics.com/</link>
        <url>https://www.nwhvehiclephysics.com/lib/exe/fetch.php/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/AnalogGauge?rev=1684254747&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-16T16:32:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NWH:VehiclePhysics2:VehicleGUI:AnalogGauge</title>
        <link>https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/AnalogGauge?rev=1684254747&amp;do=diff</link>
        <description>Analog Gauge

AnalogGauge is an universal analog gauge script that can be used for constructing vehicle dashboards or game UI.

It expects to have a Needle GameObject as a child object of the script.

Prefab of a pre-configured analog gauge is included with the asset.</description>
    </item>
    <item rdf:about="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashGUIController?rev=1684254807&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-16T16:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NWH:VehiclePhysics2:VehicleGUI:DashGUIController</title>
        <link>https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashGUIController?rev=1684254807&amp;do=diff</link>
        <description>Dash GUI Controller

DashGUIController is a script to help with setting up vehicle dashboards or game GUI.

	*  It accepts AnalogGauges, DigitalGauges and DashLights.
	*  If Data Source is Vehicle Changer make sure that you have one Vehicle Changer present in the scene. Vehicle Changer</description>
    </item>
    <item rdf:about="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashLight?rev=1684254781&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-16T16:33:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NWH:VehiclePhysics2:VehicleGUI:DashLight</title>
        <link>https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DashLight?rev=1684254781&amp;do=diff</link>
        <description>Dash Light

A simple script that switches Color of an Image between On Color and Off Color, usually white and black.

	*  Color of the Image when the light is on.
	*  Color of the Image when the light is off.
	*  Fade Time - time it takes for the light to turn off, once</description>
    </item>
    <item rdf:about="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DigitalGauge?rev=1684254767&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-16T16:32:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NWH:VehiclePhysics2:VehicleGUI:DigitalGauge</title>
        <link>https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/DigitalGauge?rev=1684254767&amp;do=diff</link>
        <description>Digital Gauge

DigitalGauge is used to display textual/numerical values on the vehicle dashboard or game GUI.

It requires objects Text named Title and Readout as child objects.

Line Image object is required if Show Progress Bar option is used in which case the image will be scaled to imitate the progress bar.</description>
    </item>
    <item rdf:about="https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/index?rev=1592580629&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-19T15:30:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NWH:VehiclePhysics2:VehicleGUI:index</title>
        <link>https://www.nwhvehiclephysics.com/doku.php/NWH/VehiclePhysics2/VehicleGUI/index?rev=1592580629&amp;do=diff</link>
        <description>Vehicle GUI

NWH Vehicle Physics 2 includes scripts needed to set up a vehicle dashboard or game GUI.

All scripts can be used inside a vehicle combined with World Space Canvas or in Screen Space for game GUI elements such as speedometers, gear indicators, etc.</description>
    </item>
</rdf:RDF>
