UI Tutorial Fade 1.0.0
https://assetstore.unity.com/packages/slug/230845
|
Tutorial hole that receives world rect, provided by user. More...
Public Member Functions | |
RectTutorialHole (Rect worldRect, bool isAutoUpdate=true) | |
Creates RectTutorialHole More... | |
void | SetWorldRect (Rect worldRect) |
Sets rect in world. More... | |
override void | UpdateRect () |
Does nothing. More... | |
override Rect | GetWorldRect () |
Returns current hole rect in world. More... | |
abstract void | UpdateRect () |
Updates WorldRect. More... | |
abstract Rect | GetWorldRect () |
Returns current hole rect in world. More... | |
Properties | |
Rect | WorldRect [get] |
Rect in world More... | |
![]() | |
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 | |
![]() | |
TutorialHole (bool isAutoUpdate=true) | |
Creates new tutorial hole. More... | |
void | InvokeRectChanged () |
Invokes RectChanged event. More... | |
![]() | |
Action | RectChanged |
Called when WorldRect changed. More... | |
Tutorial hole that receives world rect, provided by user.
Abu.RectTutorialHole.RectTutorialHole | ( | Rect | worldRect, |
bool | isAutoUpdate = true |
||
) |
Creates RectTutorialHole
worldRect | Rect in world to create hole. |
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.
void Abu.RectTutorialHole.SetWorldRect | ( | Rect | worldRect | ) |
Sets rect in world.
worldRect | Rect in world coordinates. |
|
virtual |
|
get |
Rect in world