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 1: Line 1:
* '''Inherits class: [[GUIPanel]]'''
+
*'''Inherits class: [[GUIPanel]]'''
 
* 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>===

Revision as of 15:26, 18 November 2016

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

Remarks [edit]

Properties

bool AlwaysShowHorizontal {get; set;}
bool AlwaysShowVertical {get; set;}
GUIRectTransform Content {get; set;}
Single DecelerationRate {get; set;}
Single 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;}
Single ScrollSpeed {get; set;}
GUISprite VerticalScrollHandleSprite {get;}
GUISprite VerticalScrollSprite {get;}
GUIRectTransform VerticalScrollbar {get; set;}
bool VerticalScrolling {get; set;}
int Width {get; set;}

Events

OnScroll(EventHandler<FlexibleEventArgs>)