|
UI Tutorial Fade 1.0.0
https://assetstore.unity.com/packages/slug/230845
|
Tutorial hole that corresponds with rect transform provided by user. More...
Public Member Functions | |
| RectTransformTutorialHole (RectTransform rectTransform, bool isAutoUpdate=true) | |
| Creates RectTransformTutorialHole More... | |
| override Rect | GetWorldRect () |
| Returns current hole rect in world. More... | |
| override void | UpdateRect () |
| Updates WorldRect by provided RectTransform. More... | |
| abstract void | UpdateRect () |
| Updates WorldRect. More... | |
| abstract Rect | GetWorldRect () |
| Returns current hole rect in world. More... | |
Properties | |
| RectTransform | RectTransform [get] |
| RectTransform which will be highlighted. More... | |
Properties inherited from Abu.TutorialHole | |
| bool | IsAutoUpdateEnabled [get, set] |
| Should world rect be auto updated every frame, or developer will manually update it to achieve better performance. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Abu.TutorialHole | |
| TutorialHole (bool isAutoUpdate=true) | |
| Creates new tutorial hole. More... | |
| void | InvokeRectChanged () |
| Invokes RectChanged event. More... | |
Events inherited from Abu.TutorialHole | |
| Action | RectChanged |
| Called when WorldRect changed. More... | |
Tutorial hole that corresponds with rect transform provided by user.
| Abu.RectTransformTutorialHole.RectTransformTutorialHole | ( | RectTransform | rectTransform, |
| bool | isAutoUpdate = true |
||
| ) |
Creates RectTransformTutorialHole
| rectTransform | RectTransform which will be highlighted |
| isAutoUpdate | Should world rect be auto updated every frame, or developer will manually update it to achieve better performance. |
|
virtual |
Returns current hole rect in world.
Implements Abu.TutorialHole.
|
virtual |
Updates WorldRect by provided RectTransform.
Implements Abu.TutorialHole.
|
get |
RectTransform which will be highlighted.