GUIPanel

From Virtual World Web Wiki
Revision as of 14:43, 20 April 2018 by Spark5 (Talk | contribs) (Documentation for the GUIPanel class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A component representing a panel with layout and subcomponents

Remarks [edit]

Properties

bool BackgroundBlur {get; set;}
Should background of the panel be blurred
JSVector4 Border {get; set;}
Border for the Image sprite.
bool ContrastEffect {get; set;}
Enables a high-contrast effect on the panel
bool EffectsColorMode {get; set;}
Enables DarkMode for the contrast effect
GUISprite Image {get;}
Reference to the image background of the panel
Type ImageType {get; set;}
ImageType for the Image sprite
bool Mask {get; set;}
Whether this panel should mask its contents (i.e.: clip them against its image)
bool PreserveAspect {get; set;}
PreserveAspect for the Image sprite
bool RaycastMask {get; set;}