[three] Euler.onChange returns the Euler instance.

As per 1675680a77/src/math/Euler.js (L339-L345)
This commit is contained in:
Ari Lotter
2018-12-05 11:36:51 -05:00
parent 60818ac133
commit fa7edccac8

View File

@@ -3562,7 +3562,7 @@ export class Euler {
fromArray(xyzo: any[]): Euler;
toArray(array?: number[], offset?: number): number[];
toVector3(optionalResult?: Vector3): Vector3;
onChange(callback: Function): void;
onChange(callback: Function): this;
static RotationOrders: string[];
static DefaultOrder: string;