GUIDragItem

From Virtual World Web Wiki
Revision as of 17:48, 20 October 2016 by Spark5 (Talk | contribs) (Documentation for the GUIDragItem class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Remarks [edit]

Properties

bool AllowDrag {get; set;}
bool AllowUIDrop {get; set;}
bool AllowWorldDrop {get; set;}
Color32 DisabledColor {get; set;}
GUISprite DraggingTexture {get;}
MonoBehaviour DragTarget {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;}
Vector3 WorldDropVector {get; set;}

Events

OnClick(EventHandler<FlexibleEventArgs>)
OnDrop(EventHandler<FlexibleEventArgs>)

Constructors

GUIDragItem()

Methods

void OnCreate(IntPtr context)