mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
[three] Euler.onChange returns the Euler instance.
As per 1675680a77/src/math/Euler.js (L339-L345)
This commit is contained in:
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user