We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b66d7 commit abc08a5Copy full SHA for abc08a5
1 file changed
scripts/lib/ExtensionsValidatorExceptions.js
@@ -511,6 +511,21 @@ const extensionsAllowedProperties = {
511
runtimeSceneAllowedProperties: [],
512
javaScriptObjectAllowedProperties: [],
513
},
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
+ },
529
SpriteMultitouchJoystick: {
530
gdjsAllowedProperties: [],
531
gdjsEvtToolsAllowedProperties: ['input'],
0 commit comments