Initial project import
This commit is contained in:
14
node_modules/three-stdlib/controls/StandardControlsEventMap.d.ts
generated
vendored
Normal file
14
node_modules/three-stdlib/controls/StandardControlsEventMap.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface StandardControlsEventMap {
|
||||
/**
|
||||
* Fires when the camera has been transformed by the controls.
|
||||
*/
|
||||
change: {};
|
||||
/**
|
||||
* Fires when an interaction was initiated.
|
||||
*/
|
||||
start: {};
|
||||
/**
|
||||
* Fires when an interaction has finished.
|
||||
*/
|
||||
end: {};
|
||||
}
|
||||
Reference in New Issue
Block a user