Skip to content

Commit

Permalink
[ci skip][AUTO]: Automated code generating update: 38c15c8 (cocos#16247)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocos-robot committed Sep 20, 2023
1 parent 86399f2 commit 364d4a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cocos/native-binding/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function patch_cc_AmbientInfo(ctx: cc_AmbientInfo_Context_Args, apply = d
apply(() => { $.visible(() => {
const scene = cclegacy.director.getScene();
const skybox = scene.globals.skybox;

if (skybox.useIBL && skybox.applyDiffuseMap) {
return false;
} else {
Expand All @@ -62,7 +61,6 @@ export function patch_cc_AmbientInfo(ctx: cc_AmbientInfo_Context_Args, apply = d
apply(() => { $.visible(() => {
const scene = cclegacy.director.getScene();
const skybox = scene.globals.skybox;

if (skybox.useIBL && skybox.applyDiffuseMap) {
return false;
} else {
Expand Down Expand Up @@ -1071,7 +1069,6 @@ export function patch_cc_SkyboxInfo(ctx: cc_SkyboxInfo_Context_Args, apply = def
if (this.useIBL && this.applyDiffuseMap) {
return true;
}

return false;
})(SkyboxInfo.prototype, 'diffuseMap', diffuseMapDescriptor); }, 'visible', 'diffuseMap');
apply(() => { $.displayOrder(100)(SkyboxInfo.prototype, 'reflectionMap', reflectionMapDescriptor); }, 'displayOrder', 'reflectionMap');
Expand All @@ -1082,7 +1079,6 @@ export function patch_cc_SkyboxInfo(ctx: cc_SkyboxInfo_Context_Args, apply = def
if (this._resource?.reflectionMap) {
return true;
}

return false;
})(SkyboxInfo.prototype, 'reflectionMap', reflectionMapDescriptor); }, 'visible', 'reflectionMap');
apply(() => { $.tooltip('i18n:skybox.material')(SkyboxInfo.prototype, 'skyboxMaterial', skyboxMaterialDescriptor); }, 'tooltip', 'skyboxMaterial');
Expand Down

0 comments on commit 364d4a1

Please sign in to comment.