Difference between revisions of "GUIDragItem"

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

Revision as of 15:26, 18 November 2016

  • 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(EventHandler<FlexibleEventArgs>)
OnDrop(EventHandler<FlexibleEventArgs>)