NGDragButton DrawDragButton Method STUUI API Documentation V1.0.0

Namespace: NarayanaGames.Common.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public static Vector2 DrawDragButton(
	ref Vector2 lastMousePos,
	ref Rect position,
	Vector2 maxPosition,
	ref bool isDragging,
	Texture icon
)

Parameters

lastMousePos
Type: Vector2 
position
Type: Rect 
maxPosition
Type: Vector2
isDragging
Type: OnlineSystem Boolean 
icon
Type: Texture
See Also