Dgs-dxdetectarea
DGS Properties is always used to change the gui style and make it more fantastic.
This page shows the properties of dgs-dxdetectarea that you could use.
Contents
Main Functions
Properties
checkFunction
This property stores the function of detect area ( Can't get/set outside of DGS ).
dgsSetProperty(scrollpane,"checkFunction",checkFunction)
- checkFunction: A function that is used to detect.
checkFunctionImage
This property stores the texture that is used to detect instead of a function.
dgsSetProperty(scrollpane,"checkFunctionImage",checkFunctionImage)
- checkFunctionImage: A textur that is used to detect instead of a function.
debugMode
This property stores whether the debug mode is on or not.
dgsSetProperty(scrollpane,"debugMode",debugMode)
- debugMode: A bool indicates whether the debug mode is on.
debugTexture
This property stores the debug texture when debugMode is on.
dgsSetProperty(scrollpane,"debugTexture",debugTexture)
- debugTexture: A texture for debug view.