UNPKG
@allincart-ag/dive
Version:
beta (2.0.1-beta.10)
latest (2.0.1-beta.8)
2.0.1-beta.10
2.0.1-beta.8
1.19.0
Allincart Spatial Framework
github.com/shopware/dive
shopware/dive
@allincart-ag/dive
/
build
/
src
/
components
/
grid
/
Grid.d.ts
11 lines
(10 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Object3D
}
from
'three'
;
/** * A basic grid for the scene. * *
@module
*/
export
declare
class
DIVEGrid
extends
Object3D
{
constructor
(
);
setVisibility
(
visible
:
boolean
):
void
; }