From 830bbb85fed8075e07bd25864a2cb1aa59acb16a Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 28 Oct 2019 10:49:36 +0100 Subject: [PATCH] Initial Commit: 3D Project - 1 - Code - Mouse Move (av06ezrl5d.js) --- av06ezrl5d.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 av06ezrl5d.js diff --git a/av06ezrl5d.js b/av06ezrl5d.js new file mode 100644 index 0000000..d41f088 --- /dev/null +++ b/av06ezrl5d.js @@ -0,0 +1,26 @@ +var project = this.getParentProject(); + +if (!project || !project.loaded) { + return; +} + +/** + * Ignore events which don't belong to my project + */ +if (project !== data.project) { + return; +} + +if (!this.initialized) { + + /** + * Set some initialization code here + */ + + this.initialized = true; +} + + +return null; + +//@ sourceURL=3d_project_1_code_mouse_move.js \ No newline at end of file