Constructor Summary
Public Constructor | ||
public |
constructor |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
getBezierValue(bx1: *, by1: *, bx2: *, by2: *, y0: *, y1: *, k: *): * |
|
public |
updateMotion(camera: *, elapsedTime: *) |
Inherited Summary
From class CameraAnimator | ||
public |
|
|
public |
updateMotion(camera: Camera, elapsedTime: float): void update camera status |
Public Constructors
Public Members
Public Methods
public getBezierValue(bx1: *, by1: *, bx2: *, by2: *, y0: *, y1: *, k: *): * source
Params:
Name | Type | Attribute | Description |
bx1 | * | ||
by1 | * | ||
bx2 | * | ||
by2 | * | ||
y0 | * | ||
y1 | * | ||
k | * |
Return:
* |
public updateMotion(camera: *, elapsedTime: *) source
Override:
CameraAnimator#updateMotionParams:
Name | Type | Attribute | Description |
camera | * | ||
elapsedTime | * |