Template:ImagePanel Properties: Difference between revisions
Appearance
Created page with "=== Properties Inherited from ImagePanel === * scaleImage: A boolean that determines whether to scale the image to its specified width and height. * scaleAmount: A float t..." |
(No difference)
|
Revision as of 13:18, 7 August 2017
Properties Inherited from ImagePanel
- scaleImage: A boolean that determines whether to scale the image to its specified width and height.
- scaleAmount: A float that determines how much the image should scale.
- tileImage: A boolean that determines whether to tile the image.
- tileHorizontally: A boolean that determines whether to tile the image horizontally.
- tileVertically: A boolean that determines whether to tile the image vertically.
- image: The actual image. Expects a path to a .VMT file in the
/materials/vguifolder. - fillcolor: Determines the background color behind the image. Only painted if the alpha is higher than 0.
- positionImage: