Class NavCameraExtension
Inheritance
object
NavCameraExtension
Assembly: cs.temp.dll.dll
Syntax
public abstract class NavCameraExtension : AxisExtension
Methods
OnDisable()
Declaration
protected virtual void OnDisable()
OnDrag(Vector2)
Declaration
protected virtual void OnDrag(Vector2 delta)
Parameters
Type |
Name |
Description |
Vector2 |
delta |
|
OnEnable()
Declaration
protected virtual void OnEnable()
OnPinchZoom(float)
Declaration
protected virtual void OnPinchZoom(float factor)
Parameters
Type |
Name |
Description |
float |
factor |
|
OnPointerEnter()
Declaration
protected virtual void OnPointerEnter()
OnPointerExit()
Declaration
protected virtual void OnPointerExit()
OnPressHold(Vector2)
Declaration
protected virtual void OnPressHold(Vector2 delta)
Parameters
Type |
Name |
Description |
Vector2 |
delta |
|
OnPressRelease()
Declaration
protected virtual void OnPressRelease()
OnRotate(float)
Declaration
protected virtual void OnRotate(float angle)
Parameters
Type |
Name |
Description |
float |
angle |
|
OnSwipeDown(float)
Declaration
protected virtual void OnSwipeDown(float delta)
Parameters
Type |
Name |
Description |
float |
delta |
|
OnSwipeLeft(float)
Declaration
protected virtual void OnSwipeLeft(float delta)
Parameters
Type |
Name |
Description |
float |
delta |
|
OnSwipeRight(float)
Declaration
protected virtual void OnSwipeRight(float delta)
Parameters
Type |
Name |
Description |
float |
delta |
|
OnSwipeUp(float)
Declaration
protected virtual void OnSwipeUp(float delta)
Parameters
Type |
Name |
Description |
float |
delta |
|
OnTapRelease()
Declaration
protected virtual void OnTapRelease()