Property | Type | Description | |
---|---|---|---|
ClippingPlane | Image | ||
Left | Image | ||
LeftNext | Image | ||
NextPageClip | Image | ||
OnFlip | UnityEvent | ||
Right | Image | ||
RightNext | Image | ||
Shadow | Image | ||
ShadowLTR | Image | ||
background | Sprite | ||
bookPages | Sprite[] | ||
canvas | Canvas | ||
currentPage | int | ||
enableShadowEffect | bool | ||
interactable | bool |
Method | Description | |
---|---|---|
DragLeftPageToPoint ( Vector3 point ) : void | ||
DragRightPageToPoint ( Vector3 point ) : void | ||
Flip ( ) : void | ||
OnMouseDragLeftPage ( ) : void | ||
OnMouseDragRightPage ( ) : void | ||
OnMouseRelease ( ) : void | ||
ReleasePage ( ) : void | ||
Start ( ) : void | ||
TweenBack ( ) : void | ||
TweenForward ( ) : void | ||
TweenTo ( Vector3 to, float duration, System onFinish ) : IEnumerator | ||
Update ( ) : void | ||
UpdateBook ( ) : void | ||
UpdateBookLTRToPoint ( Vector3 followLocation ) : void | ||
UpdateBookRTLToPoint ( Vector3 followLocation ) : void | ||
UpdateSprites ( ) : void | ||
transformPoint ( Vector3 global ) : Vector3 |
Method | Description | |
---|---|---|
Calc_C_Position ( Vector3 followLocation ) : Vector3 | ||
Calc_T0_T1_Angle ( Vector3 c, Vector3 bookCorner, Vector3 &t1 ) : float | ||
normalizeT1X ( float t1, Vector3 corner, Vector3 sb ) : float |
public DragLeftPageToPoint ( Vector3 point ) : void | ||
point | Vector3 | |
return | void |
public DragRightPageToPoint ( Vector3 point ) : void | ||
point | Vector3 | |
return | void |
public TweenTo ( Vector3 to, float duration, System onFinish ) : IEnumerator | ||
to | Vector3 | |
duration | float | |
onFinish | System | |
return | IEnumerator |
public UpdateBookLTRToPoint ( Vector3 followLocation ) : void | ||
followLocation | Vector3 | |
return | void |
public UpdateBookRTLToPoint ( Vector3 followLocation ) : void | ||
followLocation | Vector3 | |
return | void |
public transformPoint ( Vector3 global ) : Vector3 | ||
global | Vector3 | |
return | Vector3 |