NGDragButton DrawToolTip Method ScoreFlash API Documentation V4.6.0
Draws a tooltip for this button, usually with the current coordinates.

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

public void DrawToolTip(
	bool isSceneView,
	string format,
	params Object[] args
)

Parameters

isSceneView
Type: OnlineSystem Boolean
needed for a workaround in Unity 3.5
format
Type: OnlineSystem String
the text to be displayed, like with string.Format(...)
args
Type:  OnlineSystem Object 
the arguments for the text
See Also