<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/PL/Dgs-dx3dinterface?action=history&amp;feed=atom</id>
	<title>PL/Dgs-dx3dinterface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/PL/Dgs-dx3dinterface?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/Dgs-dx3dinterface&amp;action=history"/>
	<updated>2026-04-06T23:38:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=PL/Dgs-dx3dinterface&amp;diff=57282&amp;oldid=prev</id>
		<title>Allerek: Created page with &quot;Właściwości DGS są używane by zmieniać styl GUI i zrobić go lepszym!   Ta strona pokazuje właściwości dgs-dx3dinterface które możesz użyć.  ==Główne fu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=PL/Dgs-dx3dinterface&amp;diff=57282&amp;oldid=prev"/>
		<updated>2018-08-03T18:04:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Właściwości &lt;a href=&quot;/wiki/Dgs&quot; class=&quot;mw-redirect&quot; title=&quot;Dgs&quot;&gt;DGS&lt;/a&gt; są używane by zmieniać styl GUI i zrobić go lepszym!   Ta strona pokazuje właściwości dgs-dx3dinterface które możesz użyć.  ==Główne fu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Właściwości [[Dgs|DGS]] są używane by zmieniać styl GUI i zrobić go lepszym!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ta strona pokazuje właściwości dgs-dx3dinterface które możesz użyć.&lt;br /&gt;
&lt;br /&gt;
==Główne funkcje==&lt;br /&gt;
*[[dgsSetProperty]]&lt;br /&gt;
*[[dgsGetProperty]]&lt;br /&gt;
&lt;br /&gt;
==Właściwości==&lt;br /&gt;
===position===&lt;br /&gt;
Tabela przechowuje koordynaty x,y,z dla '''dx 3d interface''' w świecie.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;position&amp;quot;,{x,y,z})&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''x:''' Koordynat '''x''' miejsca.&lt;br /&gt;
*'''y:''' Koordynat '''y''' miejsca.&lt;br /&gt;
*'''z:''' Koordynat '''z''' miejsca.&lt;br /&gt;
&lt;br /&gt;
===faceTo===&lt;br /&gt;
Tabela przechowuje koordynaty x,y,z które '''dx 3d interface''' używa dla kierunku zwrotu w świecie.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;faceTo&amp;quot;,{faceTowardsX,faceTowardsY,faceTowardsZ})&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''faceTowardsX:''' Koordynat '''x''' kierunku zwrotu w świecie.&lt;br /&gt;
*'''faceTowardsY:''' Koordynat '''x''' kierunku zwrotu w świecie.&lt;br /&gt;
*'''faceTowardsZ:''' Koordynat '''x''' kierunku zwrotu w świecie.&lt;br /&gt;
&lt;br /&gt;
===size===&lt;br /&gt;
Size to relatywna w świecie&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;size&amp;quot;,{width,height})&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''width:''' Płaszczyzna szerokości '''dx 3d interface''' relatywnie do świata&lt;br /&gt;
*'''height:''' Płaszczyzna wysokości '''dx 3d interface''' relatywnie do świata&lt;br /&gt;
&lt;br /&gt;
===color===&lt;br /&gt;
The color which can be translated by [[tocolor]] of the dx 3d interface.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;color&amp;quot;,color)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''color:'''  An integer of the color of the dx 3d interface.&lt;br /&gt;
&lt;br /&gt;
===resolution===&lt;br /&gt;
Rozdzielczość  (w pikselach) celu renderu.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;resolution&amp;quot;,{width,height})&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''width:''' Szerość celu renderu.&lt;br /&gt;
*'''height:''' Wysokość celu renderu.&lt;br /&gt;
&lt;br /&gt;
===maxDistance===&lt;br /&gt;
Maksymalna odległość widzenia celu.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;maxDistance&amp;quot;,maxDistance)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''maxDistance:''' Płaszczyzna odległości.&lt;br /&gt;
&lt;br /&gt;
===renderTarget_parent===&lt;br /&gt;
Ta właściwość przechowuje cel renderu '''dx 3d interface'''.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;dgsSetProperty(interface,&amp;quot;renderTarget_parent&amp;quot;,renderTarget)&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*'''renderTarget:''' Cel renderu który jest użyty do renderowania 'dziecka' DGS Elementów dla '''dx 3d interface'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Zobacz też==&lt;br /&gt;
{{DGSPROPERTIES}}&lt;/div&gt;</summary>
		<author><name>Allerek</name></author>
	</entry>
</feed>