Click or drag to resize

CanvasTween Methods

The CanvasTween type exposes the following members.

Methods
  NameDescription
Public methodGetAlpha
Get the current alpha value of the attached CanvasGroup
Public methodHide
Hide canvas, use TransitionTime setting
Public methodHide(Single)
Hide canvas, override TransitionTime setting
Public methodSetAlpha
Stop any current transition and set to a CanvasGroup alpha to a specific value
Public methodShow
Show canvas, use TransitionTime setting
Public methodShow(Single)
Show canvas, override TransitionTime setting
Public methodStopTransition
Stop any current transition
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