Click or drag to resize

Tooltip Methods

The Tooltip type exposes the following members.

Methods
  NameDescription
Protected methodAwake
Unity Component method
(Overrides TooltipBaseAwake.)
Protected methodCalculateScale
Called once per frame to calculate the scale value. Use this method to determine visibility as well.
(Overrides TooltipBaseCalculateScale(Single).)
Protected methodOnDataUpdated
Recalculate variables and update scale and visibility
Protected methodOnDisable
Protected methodOnEnable
Protected methodResetVariables
Reset internal state variables, like how long we have been waiting for a timeout, etc
Protected methodSetVisibility
Protected methodStart
Unity Component method
(Overrides TooltipBaseStart.)
Protected methodUpdateTooltip
Update the tooltip by calculating distance from camera and scale etc
(Overrides TooltipBaseUpdateTooltip.)
Protected methodUpdateVisibility
Make the tooltip visible, or hide it
(Overrides TooltipBaseUpdateVisibility.)
Protected methodUpdateVisibility(Single)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also