GUIDragItem

From Virtual World Web Wiki
Revision as of 12:49, 26 May 2017 by Spark5 (Talk | contribs) (Documentation for the GUIDragItem class)

Jump to: navigation, search
  • Inherits class: GUIComponent
  • This is a JavaScript visible object

Remarks [edit]

Properties

bool AllowDrag {get; set;}
bool AllowUIDrop {get; set;}
bool AllowWorldDrop {get; set;}
Color32 DisabledColor {get; set;}
GUISprite DraggingTexture {get;}
bool Enabled {get; set;}
bool HideWhenNotDragging {get; set;}
Color32 HoverColor {get; set;}
Color32 NormalColor {get; set;}
GUISprite NormalTexture {get;}
Color32 PressedColor {get; set;}
bool SnapToMouse {get; set;}
JSVector3 WorldDrop {get;}

Events

OnClick()
OnDrop()