[three] Euler.onChange returns the Euler instance.

As per https://github.com/mrdoob/three.js/blob/1675680a7763a16010bf1254a8576e5c1b149b55/src/math/Euler.js#L339-L345
This commit is contained in:
Ari Lotter
2018-12-05 12:45:26 -05:00
parent 60818ac133
commit fa7edccac8
+1 -1
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;