1
This commit is contained in:
@ -55,4 +55,21 @@ export type DropZoneClickPayload = {
|
||||
height: number;
|
||||
normal: any;
|
||||
mesh: any;
|
||||
transform: {
|
||||
position: {
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
};
|
||||
rotation: {
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
};
|
||||
scale: {
|
||||
x: number;
|
||||
y: number;
|
||||
z: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user