mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
made rotationFunction and scaleFunction explicitly any
This commit is contained in:
Vendored
+2
-2
@@ -4517,8 +4517,8 @@ declare module BABYLON {
|
||||
static ExtrudeShapeCustom(name: string, options: {
|
||||
shape: Vector3[];
|
||||
path: Vector3[];
|
||||
scaleFunction?;
|
||||
rotationFunction?;
|
||||
scaleFunction?any;
|
||||
rotationFunction?:any;
|
||||
ribbonCloseArray?: boolean;
|
||||
ribbonClosePath?: boolean;
|
||||
cap?: number;
|
||||
|
||||
Reference in New Issue
Block a user