Skip to content

Commit abc08a5

Browse files
committed
Declare JS usage
1 parent 08b66d7 commit abc08a5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

scripts/lib/ExtensionsValidatorExceptions.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,21 @@ const extensionsAllowedProperties = {
511511
runtimeSceneAllowedProperties: [],
512512
javaScriptObjectAllowedProperties: [],
513513
},
514+
SpotLight3D: {
515+
gdjsAllowedProperties: [
516+
'__spotLight3DExtension',
517+
'CustomRuntimeObject',
518+
'CustomRuntimeObjectInstanceContainer',
519+
'CustomRuntimeObject3DRenderer',
520+
'CustomRuntimeObject3D',
521+
'registerRuntimeScenePreEventsCallback',
522+
'registerInGameEditorPostStepCallback',
523+
'scene3d',
524+
],
525+
gdjsEvtToolsAllowedProperties: ['camera'],
526+
runtimeSceneAllowedProperties: ['__spotLight3DExtension'],
527+
javaScriptObjectAllowedProperties: ['getPrototypeOf'],
528+
},
514529
SpriteMultitouchJoystick: {
515530
gdjsAllowedProperties: [],
516531
gdjsEvtToolsAllowedProperties: ['input'],

0 commit comments

Comments
 (0)