Difference between revisions of "GUIBaseWindow"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIBaseWindow class)
(Documentation for the GUIBaseWindow class)
Line 2: Line 2:
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIBaseWindow Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:GUIBaseWindow Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:GUIBaseWindow Remarks}}
+
{{#ifexist:GUIBaseWindow Remarks|{{:GUIBaseWindow Remarks}}|}}
  
 
===Properties===
 
===Properties===

Revision as of 21:07, 12 April 2017

  • Inherits class: GUIContainer
  • This is a JavaScript visible object

Remarks [edit]

Properties

GUISprite Background {get;}
Reference to the background image for the window
Color32 BackgroundColor {get; set;}
Tint color applied to the background image
JSVector4 Border {get; set;}
Border to use for slicing the background image
bool FullScreenEffect {get; set;}
Should the full screen blur effect be active while this window is visible?
GUIContainer ParentContainer {get; set;}
Parents this window inside another container (window or component). This reduces the autonomy of the window (and will destroy it if the parent is destroyed).
bool ShowWhileLoading {get; set;}
Does this window appear on top of the loading screen?
bool Visible {get; set;}

Events

OnHide()
Event called when the visible value of this window becomes false
OnShow()
Event called when the visible value of this window becomes true

Methods

void BringToFront()
Move this window to the front of the Z order