PlayCanvasSceneCreator 1.0.9
Loading...
Searching...
No Matches
UnityProperties.UnityEngine.UI.ScrollRect Class Reference

Public Types

enum  ScrollbarVisibility { Permanent = 0 , AutoHide = 1 , AutoHideAndExpandViewport = 2 }
 
enum  MovementType { Unrestricted = 0 , Elastic = 1 , Clamped = 2 }
 

Public Attributes

bool enabled
 
See also
Playcanvas.Properties.ScrollView.enabled

 
bool horizontal
 
See also
Playcanvas.Properties.ScrollView.horizontal

 
bool vertical
 
See also
Playcanvas.Properties.ScrollView.vertical

 
float elasticity
 
See also
Playcanvas.Properties.ScrollView.bounceAmount

 
float decelerationRate
 
See also
Playcanvas.Properties.ScrollView.friction

 
float scrollSensitivity
 
See also
Playcanvas.Properties.ScrollView.mouseWheelSensitivity

 
ScrollbarVisibility horizontalScrollbarVisibility
 
See also
Playcanvas.Properties.ScrollView.horizontalScrollbarVisibility

 
ScrollbarVisibility verticalScrollbarVisibility
 
See also
Playcanvas.Properties.ScrollView.verticalScrollbarVisibility

 
string viewport
 
See also
Playcanvas.Properties.ScrollView.viewportEntity

 
string content
 
See also
Playcanvas.Properties.ScrollView.contentEntity

 
Scrollbar horizontalScrollbar
 
See also
Playcanvas.Properties.ScrollView.horizontalScrollbarEntity

 
Scrollbar verticalScrollbar
 
See also
Playcanvas.Properties.ScrollView.verticalScrollbarEntity

 
MovementType movementType
 
See also
Playcanvas.Properties.ScrollView.scrollMode

 

Detailed Description