Dgs-dximage

From Multi Theft Auto: Wiki
Revision as of 14:51, 12 February 2018 by Thisdp (talk | contribs) (Created page with "DGS Properties is always used to change the gui style and make it more fantastic. This page shows the properties of dgs-dximage that you could use. ==Main Functions=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DGS Properties is always used to change the gui style and make it more fantastic.

This page shows the properties of dgs-dximage that you could use.

Main Functions

Properties

image

This is equivalent to dgsImageSetImage/dgsImageGetImage.

dgsSetProperty(image,"image",texture)
  • texture : A material element (texture/shader/screen source/render target) of the image.

color

The color of image.

dgsSetProperty(image,"color",color)
  • color : An integer of the color which can be transformed by tocolor.

See Also

General Properties

Unique Properties For DGS Core Elements

Extra Properties For DGS Plugins