Difference between revisions of "GUIScrollBox"

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

Revision as of 21:07, 12 April 2017

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

Remarks [edit]

Properties

bool AlwaysShowHorizontal {get; set;}
bool AlwaysShowVertical {get; set;}
GUIRectTransform Content {get; set;}
float DecelerationRate {get; set;}
float Elasticity {get; set;}
int Height {get; set;}
bool HorizontalMouseScroll {get; set;}
GUISprite HorizontalScrollHandleSprite {get;}
GUISprite HorizontalScrollSprite {get;}
GUIRectTransform HorizontalScrollbar {get; set;}
bool HorizontalScrolling {get; set;}
bool Inertia {get; set;}
MovementType MovementType {get; set;}
bool PreferContentHeight {get; set;}
bool PreferContentWidth {get; set;}
JSVector2 ScrollPos {get; set;}
float ScrollSpeed {get; set;}
GUISprite VerticalScrollHandleSprite {get;}
GUISprite VerticalScrollSprite {get;}
GUIRectTransform VerticalScrollbar {get; set;}
bool VerticalScrolling {get; set;}
int Width {get; set;}

Events

OnScroll()