Property | Type | Description | |
---|---|---|---|
_camPos | Transform | ||
alternateCamPos | Transform | ||
axes | RotationAxes | ||
camPosBasePosition | Vector3 | ||
instance | physicWalk_MouseLook, | ||
isCamera | bool | ||
maximumX | float | ||
maximumY | float | ||
minimumX | float | ||
minimumY | float | ||
rotationX | float | ||
rotationY | float | ||
sensitivity | float | ||
smoothedMouse | Vector2 | ||
smoothing | float | ||
wobbleX | float | ||
wobbleXspeed | float | ||
wobbleXtarget | float | ||
wobbleY | float | ||
wobbleYspeed | float | ||
wobbleYtarget | float |
Method | Description | |
---|---|---|
wobble ( float _x, float _y, float _speedX, float _speedY ) : void |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
Start ( ) : void |
public wobble ( float _x, float _y, float _speedX, float _speedY ) : void | ||
_x | float | |
_y | float | |
_speedX | float | |
_speedY | float | |
return | void |
public static physicWalk_MouseLook, instance | ||
return | physicWalk_MouseLook, |