@dcl/ecs 7.22.4-24475947109.commit-33014a1 → 7.22.4-24525731607.commit-cda77a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/extended/AudioAnalysis.d.ts +55 -0
- package/dist/components/extended/AudioAnalysis.js +66 -0
- package/dist/components/generated/AudioAnalysis.gen.d.ts +1 -0
- package/dist/components/generated/AudioAnalysis.gen.js +25 -0
- package/dist/components/generated/AvatarLocomotionSettings.gen.d.ts +1 -0
- package/dist/components/generated/AvatarLocomotionSettings.gen.js +25 -0
- package/dist/components/generated/component-names.gen.js +2 -0
- package/dist/components/generated/global.gen.d.ts +4 -0
- package/dist/components/generated/global.gen.js +2 -0
- package/dist/components/generated/index.gen.d.ts +8 -0
- package/dist/components/generated/index.gen.js +10 -0
- package/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts +37 -0
- package/dist/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.js +161 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +35 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +123 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -0
- package/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +9 -0
- package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +2 -1
- package/dist/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +1 -0
- package/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts +14 -1
- package/dist/components/generated/pb/decentraland/sdk/components/particle_system.gen.js +42 -4
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +3 -0
- package/dist/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +10 -1
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +3 -0
- package/dist/components/types.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist-cjs/components/extended/AudioAnalysis.d.ts +55 -0
- package/dist-cjs/components/extended/AudioAnalysis.js +70 -0
- package/dist-cjs/components/generated/AudioAnalysis.gen.d.ts +1 -0
- package/dist-cjs/components/generated/AudioAnalysis.gen.js +28 -0
- package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.d.ts +1 -0
- package/dist-cjs/components/generated/AvatarLocomotionSettings.gen.js +28 -0
- package/dist-cjs/components/generated/component-names.gen.js +2 -0
- package/dist-cjs/components/generated/global.gen.d.ts +4 -0
- package/dist-cjs/components/generated/global.gen.js +4 -2
- package/dist-cjs/components/generated/index.gen.d.ts +8 -0
- package/dist-cjs/components/generated/index.gen.js +14 -2
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.d.ts +37 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/audio_analysis.gen.js +167 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts +35 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.js +129 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts +8 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.js +10 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.d.ts +2 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js +1 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts +14 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/particle_system.gen.js +43 -5
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts +3 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.js +10 -1
- package/dist-cjs/components/index.d.ts +4 -0
- package/dist-cjs/components/index.js +5 -1
- package/dist-cjs/components/types.d.ts +1 -0
- package/dist-cjs/index.d.ts +2 -1
- package/dist-cjs/index.js +2 -1
- package/package.json +2 -2
|
@@ -26,13 +26,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
30
|
-
exports.VisibilityComponent = void 0;
|
|
29
|
+
exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarLocomotionSettings = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.AudioAnalysis = exports.AssetLoadLoadingState = exports.AssetLoad = void 0;
|
|
30
|
+
exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = void 0;
|
|
31
31
|
const initialization_1 = require("../../runtime/initialization");
|
|
32
32
|
const components = __importStar(require("./index.gen"));
|
|
33
33
|
__exportStar(require("./index.gen"), exports);
|
|
34
34
|
/** @public */ exports.AssetLoad = components.AssetLoad(initialization_1.engine);
|
|
35
35
|
/** @public */ exports.AssetLoadLoadingState = components.AssetLoadLoadingState(initialization_1.engine);
|
|
36
|
+
/** @public */ exports.AudioAnalysis = components.AudioAnalysis(initialization_1.engine);
|
|
36
37
|
/** @public */ exports.AudioEvent = components.AudioEvent(initialization_1.engine);
|
|
37
38
|
/** @public */ exports.AudioSource = components.AudioSource(initialization_1.engine);
|
|
38
39
|
/** @public */ exports.AudioStream = components.AudioStream(initialization_1.engine);
|
|
@@ -40,6 +41,7 @@ __exportStar(require("./index.gen"), exports);
|
|
|
40
41
|
/** @public */ exports.AvatarBase = components.AvatarBase(initialization_1.engine);
|
|
41
42
|
/** @public */ exports.AvatarEmoteCommand = components.AvatarEmoteCommand(initialization_1.engine);
|
|
42
43
|
/** @public */ exports.AvatarEquippedData = components.AvatarEquippedData(initialization_1.engine);
|
|
44
|
+
/** @public */ exports.AvatarLocomotionSettings = components.AvatarLocomotionSettings(initialization_1.engine);
|
|
43
45
|
/** @public */ exports.AvatarModifierArea = components.AvatarModifierArea(initialization_1.engine);
|
|
44
46
|
/** @public */ exports.AvatarShape = components.AvatarShape(initialization_1.engine);
|
|
45
47
|
/** @public */ exports.Billboard = components.Billboard(initialization_1.engine);
|
|
@@ -3,6 +3,7 @@ import { LastWriteWinElementSetComponentDefinition, GrowOnlyValueSetComponentDef
|
|
|
3
3
|
import { PBAnimator } from './pb/decentraland/sdk/components/animator.gen';
|
|
4
4
|
import { PBAssetLoad } from './pb/decentraland/sdk/components/asset_load.gen';
|
|
5
5
|
import { PBAssetLoadLoadingState } from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
6
|
+
import { PBAudioAnalysis } from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
6
7
|
import { PBAudioEvent } from './pb/decentraland/sdk/components/audio_event.gen';
|
|
7
8
|
import { PBAudioSource } from './pb/decentraland/sdk/components/audio_source.gen';
|
|
8
9
|
import { PBAudioStream } from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -10,6 +11,7 @@ import { PBAvatarAttach } from './pb/decentraland/sdk/components/avatar_attach.g
|
|
|
10
11
|
import { PBAvatarBase } from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
11
12
|
import { PBAvatarEmoteCommand } from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
12
13
|
import { PBAvatarEquippedData } from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
14
|
+
import { PBAvatarLocomotionSettings } from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
13
15
|
import { PBAvatarModifierArea } from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
14
16
|
import { PBAvatarShape } from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
15
17
|
import { PBBillboard } from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -59,6 +61,7 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
59
61
|
export * from './pb/decentraland/sdk/components/animator.gen';
|
|
60
62
|
export * from './pb/decentraland/sdk/components/asset_load.gen';
|
|
61
63
|
export * from './pb/decentraland/sdk/components/asset_load_loading_state.gen';
|
|
64
|
+
export * from './pb/decentraland/sdk/components/audio_analysis.gen';
|
|
62
65
|
export * from './pb/decentraland/sdk/components/audio_event.gen';
|
|
63
66
|
export * from './pb/decentraland/sdk/components/audio_source.gen';
|
|
64
67
|
export * from './pb/decentraland/sdk/components/audio_stream.gen';
|
|
@@ -66,6 +69,7 @@ export * from './pb/decentraland/sdk/components/avatar_attach.gen';
|
|
|
66
69
|
export * from './pb/decentraland/sdk/components/avatar_base.gen';
|
|
67
70
|
export * from './pb/decentraland/sdk/components/avatar_emote_command.gen';
|
|
68
71
|
export * from './pb/decentraland/sdk/components/avatar_equipped_data.gen';
|
|
72
|
+
export * from './pb/decentraland/sdk/components/avatar_locomotion_settings.gen';
|
|
69
73
|
export * from './pb/decentraland/sdk/components/avatar_modifier_area.gen';
|
|
70
74
|
export * from './pb/decentraland/sdk/components/avatar_shape.gen';
|
|
71
75
|
export * from './pb/decentraland/sdk/components/billboard.gen';
|
|
@@ -117,6 +121,7 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
117
121
|
/** @public */ export declare const Animator: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
118
122
|
/** @public */ export declare const AssetLoad: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
119
123
|
/** @public */ export declare const AssetLoadLoadingState: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
124
|
+
/** @public */ export declare const AudioAnalysis: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
120
125
|
/** @public */ export declare const AudioEvent: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
121
126
|
/** @public */ export declare const AudioSource: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
122
127
|
/** @public */ export declare const AudioStream: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -124,6 +129,7 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
124
129
|
/** @public */ export declare const AvatarBase: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
125
130
|
/** @public */ export declare const AvatarEmoteCommand: GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
126
131
|
/** @public */ export declare const AvatarEquippedData: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
132
|
+
/** @public */ export declare const AvatarLocomotionSettings: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
127
133
|
/** @public */ export declare const AvatarModifierArea: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
128
134
|
/** @public */ export declare const AvatarShape: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
129
135
|
/** @public */ export declare const Billboard: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -175,6 +181,7 @@ export declare const componentDefinitionByName: {
|
|
|
175
181
|
"core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
|
|
176
182
|
"core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
|
|
177
183
|
"core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
|
|
184
|
+
"core::AudioAnalysis": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioAnalysis>>;
|
|
178
185
|
"core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
|
|
179
186
|
"core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
|
|
180
187
|
"core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
|
|
@@ -182,6 +189,7 @@ export declare const componentDefinitionByName: {
|
|
|
182
189
|
"core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
|
|
183
190
|
"core::AvatarEmoteCommand": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>>;
|
|
184
191
|
"core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
|
|
192
|
+
"core::AvatarLocomotionSettings": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarLocomotionSettings>>;
|
|
185
193
|
"core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
|
|
186
194
|
"core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
|
|
187
195
|
"core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
|
|
@@ -14,11 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
18
|
-
exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = void 0;
|
|
17
|
+
exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.Tween = exports.TriggerAreaResult = exports.TriggerArea = exports.TextShape = exports.SkyboxTime = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.PhysicsCombinedImpulse = exports.PhysicsCombinedForce = exports.ParticleSystem = exports.NftShape = exports.MeshRenderer = exports.MeshCollider = exports.Material = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfNodeModifiers = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarLocomotionSettings = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.AudioAnalysis = exports.AssetLoadLoadingState = exports.AssetLoad = exports.Animator = void 0;
|
|
18
|
+
exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = void 0;
|
|
19
19
|
const Animator_gen_1 = require("./Animator.gen");
|
|
20
20
|
const AssetLoad_gen_1 = require("./AssetLoad.gen");
|
|
21
21
|
const AssetLoadLoadingState_gen_1 = require("./AssetLoadLoadingState.gen");
|
|
22
|
+
const AudioAnalysis_gen_1 = require("./AudioAnalysis.gen");
|
|
22
23
|
const AudioEvent_gen_1 = require("./AudioEvent.gen");
|
|
23
24
|
const AudioSource_gen_1 = require("./AudioSource.gen");
|
|
24
25
|
const AudioStream_gen_1 = require("./AudioStream.gen");
|
|
@@ -26,6 +27,7 @@ const AvatarAttach_gen_1 = require("./AvatarAttach.gen");
|
|
|
26
27
|
const AvatarBase_gen_1 = require("./AvatarBase.gen");
|
|
27
28
|
const AvatarEmoteCommand_gen_1 = require("./AvatarEmoteCommand.gen");
|
|
28
29
|
const AvatarEquippedData_gen_1 = require("./AvatarEquippedData.gen");
|
|
30
|
+
const AvatarLocomotionSettings_gen_1 = require("./AvatarLocomotionSettings.gen");
|
|
29
31
|
const AvatarModifierArea_gen_1 = require("./AvatarModifierArea.gen");
|
|
30
32
|
const AvatarShape_gen_1 = require("./AvatarShape.gen");
|
|
31
33
|
const Billboard_gen_1 = require("./Billboard.gen");
|
|
@@ -75,6 +77,7 @@ const VisibilityComponent_gen_1 = require("./VisibilityComponent.gen");
|
|
|
75
77
|
__exportStar(require("./pb/decentraland/sdk/components/animator.gen"), exports);
|
|
76
78
|
__exportStar(require("./pb/decentraland/sdk/components/asset_load.gen"), exports);
|
|
77
79
|
__exportStar(require("./pb/decentraland/sdk/components/asset_load_loading_state.gen"), exports);
|
|
80
|
+
__exportStar(require("./pb/decentraland/sdk/components/audio_analysis.gen"), exports);
|
|
78
81
|
__exportStar(require("./pb/decentraland/sdk/components/audio_event.gen"), exports);
|
|
79
82
|
__exportStar(require("./pb/decentraland/sdk/components/audio_source.gen"), exports);
|
|
80
83
|
__exportStar(require("./pb/decentraland/sdk/components/audio_stream.gen"), exports);
|
|
@@ -82,6 +85,7 @@ __exportStar(require("./pb/decentraland/sdk/components/avatar_attach.gen"), expo
|
|
|
82
85
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_base.gen"), exports);
|
|
83
86
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_emote_command.gen"), exports);
|
|
84
87
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_equipped_data.gen"), exports);
|
|
88
|
+
__exportStar(require("./pb/decentraland/sdk/components/avatar_locomotion_settings.gen"), exports);
|
|
85
89
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_modifier_area.gen"), exports);
|
|
86
90
|
__exportStar(require("./pb/decentraland/sdk/components/avatar_shape.gen"), exports);
|
|
87
91
|
__exportStar(require("./pb/decentraland/sdk/components/billboard.gen"), exports);
|
|
@@ -139,6 +143,9 @@ exports.AssetLoad = AssetLoad;
|
|
|
139
143
|
maxElements: 100
|
|
140
144
|
});
|
|
141
145
|
exports.AssetLoadLoadingState = AssetLoadLoadingState;
|
|
146
|
+
/** @public */ const AudioAnalysis = engine =>
|
|
147
|
+
/* @__PURE__ */ engine.defineComponentFromSchema("core::AudioAnalysis", AudioAnalysis_gen_1.AudioAnalysisSchema);
|
|
148
|
+
exports.AudioAnalysis = AudioAnalysis;
|
|
142
149
|
/** @public */ const AudioEvent = (engine) => /* @__PURE__ */ engine.defineValueSetComponentFromSchema("core::AudioEvent", AudioEvent_gen_1.AudioEventSchema, {
|
|
143
150
|
timestampFunction: (t) => t.timestamp,
|
|
144
151
|
maxElements: 100
|
|
@@ -164,6 +171,9 @@ exports.AvatarEmoteCommand = AvatarEmoteCommand;
|
|
|
164
171
|
/** @public */ const AvatarEquippedData = engine =>
|
|
165
172
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarEquippedData", AvatarEquippedData_gen_1.AvatarEquippedDataSchema);
|
|
166
173
|
exports.AvatarEquippedData = AvatarEquippedData;
|
|
174
|
+
/** @public */ const AvatarLocomotionSettings = engine =>
|
|
175
|
+
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarLocomotionSettings", AvatarLocomotionSettings_gen_1.AvatarLocomotionSettingsSchema);
|
|
176
|
+
exports.AvatarLocomotionSettings = AvatarLocomotionSettings;
|
|
167
177
|
/** @public */ const AvatarModifierArea = engine =>
|
|
168
178
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::AvatarModifierArea", AvatarModifierArea_gen_1.AvatarModifierAreaSchema);
|
|
169
179
|
exports.AvatarModifierArea = AvatarModifierArea;
|
|
@@ -313,6 +323,7 @@ exports.componentDefinitionByName = {
|
|
|
313
323
|
"core::Animator": exports.Animator,
|
|
314
324
|
"core::AssetLoad": exports.AssetLoad,
|
|
315
325
|
"core::AssetLoadLoadingState": exports.AssetLoadLoadingState,
|
|
326
|
+
"core::AudioAnalysis": exports.AudioAnalysis,
|
|
316
327
|
"core::AudioEvent": exports.AudioEvent,
|
|
317
328
|
"core::AudioSource": exports.AudioSource,
|
|
318
329
|
"core::AudioStream": exports.AudioStream,
|
|
@@ -320,6 +331,7 @@ exports.componentDefinitionByName = {
|
|
|
320
331
|
"core::AvatarBase": exports.AvatarBase,
|
|
321
332
|
"core::AvatarEmoteCommand": exports.AvatarEmoteCommand,
|
|
322
333
|
"core::AvatarEquippedData": exports.AvatarEquippedData,
|
|
334
|
+
"core::AvatarLocomotionSettings": exports.AvatarLocomotionSettings,
|
|
323
335
|
"core::AvatarModifierArea": exports.AvatarModifierArea,
|
|
324
336
|
"core::AvatarShape": exports.AvatarShape,
|
|
325
337
|
"core::Billboard": exports.Billboard,
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export declare const enum PBAudioAnalysisMode {
|
|
6
|
+
MODE_RAW = 0,
|
|
7
|
+
MODE_LOGARITHMIC = 1
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface PBAudioAnalysis {
|
|
13
|
+
/** Parameters section */
|
|
14
|
+
mode: PBAudioAnalysisMode;
|
|
15
|
+
/** Used only when mode == MODE_LOGARITHMIC */
|
|
16
|
+
amplitudeGain?: number | undefined;
|
|
17
|
+
/** End when mode == MODE_LOGARITHMIC */
|
|
18
|
+
bandsGain?: number | undefined;
|
|
19
|
+
/** Result section */
|
|
20
|
+
amplitude: number;
|
|
21
|
+
/** Protobuf doesn't support fixed arrays -> 8 band fields */
|
|
22
|
+
band0: number;
|
|
23
|
+
band1: number;
|
|
24
|
+
band2: number;
|
|
25
|
+
band3: number;
|
|
26
|
+
band4: number;
|
|
27
|
+
band5: number;
|
|
28
|
+
band6: number;
|
|
29
|
+
band7: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export declare namespace PBAudioAnalysis {
|
|
35
|
+
function encode(message: PBAudioAnalysis, writer?: _m0.Writer): _m0.Writer;
|
|
36
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBAudioAnalysis;
|
|
37
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PBAudioAnalysis = exports.PBAudioAnalysisMode = void 0;
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
+
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
var PBAudioAnalysisMode;
|
|
14
|
+
(function (PBAudioAnalysisMode) {
|
|
15
|
+
PBAudioAnalysisMode[PBAudioAnalysisMode["MODE_RAW"] = 0] = "MODE_RAW";
|
|
16
|
+
PBAudioAnalysisMode[PBAudioAnalysisMode["MODE_LOGARITHMIC"] = 1] = "MODE_LOGARITHMIC";
|
|
17
|
+
})(PBAudioAnalysisMode = exports.PBAudioAnalysisMode || (exports.PBAudioAnalysisMode = {}));
|
|
18
|
+
function createBasePBAudioAnalysis() {
|
|
19
|
+
return {
|
|
20
|
+
mode: 0,
|
|
21
|
+
amplitudeGain: undefined,
|
|
22
|
+
bandsGain: undefined,
|
|
23
|
+
amplitude: 0,
|
|
24
|
+
band0: 0,
|
|
25
|
+
band1: 0,
|
|
26
|
+
band2: 0,
|
|
27
|
+
band3: 0,
|
|
28
|
+
band4: 0,
|
|
29
|
+
band5: 0,
|
|
30
|
+
band6: 0,
|
|
31
|
+
band7: 0,
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
var PBAudioAnalysis;
|
|
38
|
+
(function (PBAudioAnalysis) {
|
|
39
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
40
|
+
if (message.mode !== 0) {
|
|
41
|
+
writer.uint32(8).int32(message.mode);
|
|
42
|
+
}
|
|
43
|
+
if (message.amplitudeGain !== undefined) {
|
|
44
|
+
writer.uint32(805).float(message.amplitudeGain);
|
|
45
|
+
}
|
|
46
|
+
if (message.bandsGain !== undefined) {
|
|
47
|
+
writer.uint32(813).float(message.bandsGain);
|
|
48
|
+
}
|
|
49
|
+
if (message.amplitude !== 0) {
|
|
50
|
+
writer.uint32(1605).float(message.amplitude);
|
|
51
|
+
}
|
|
52
|
+
if (message.band0 !== 0) {
|
|
53
|
+
writer.uint32(1613).float(message.band0);
|
|
54
|
+
}
|
|
55
|
+
if (message.band1 !== 0) {
|
|
56
|
+
writer.uint32(1621).float(message.band1);
|
|
57
|
+
}
|
|
58
|
+
if (message.band2 !== 0) {
|
|
59
|
+
writer.uint32(1629).float(message.band2);
|
|
60
|
+
}
|
|
61
|
+
if (message.band3 !== 0) {
|
|
62
|
+
writer.uint32(1637).float(message.band3);
|
|
63
|
+
}
|
|
64
|
+
if (message.band4 !== 0) {
|
|
65
|
+
writer.uint32(1645).float(message.band4);
|
|
66
|
+
}
|
|
67
|
+
if (message.band5 !== 0) {
|
|
68
|
+
writer.uint32(1653).float(message.band5);
|
|
69
|
+
}
|
|
70
|
+
if (message.band6 !== 0) {
|
|
71
|
+
writer.uint32(1661).float(message.band6);
|
|
72
|
+
}
|
|
73
|
+
if (message.band7 !== 0) {
|
|
74
|
+
writer.uint32(1669).float(message.band7);
|
|
75
|
+
}
|
|
76
|
+
return writer;
|
|
77
|
+
}
|
|
78
|
+
PBAudioAnalysis.encode = encode;
|
|
79
|
+
function decode(input, length) {
|
|
80
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
81
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
82
|
+
const message = createBasePBAudioAnalysis();
|
|
83
|
+
while (reader.pos < end) {
|
|
84
|
+
const tag = reader.uint32();
|
|
85
|
+
switch (tag >>> 3) {
|
|
86
|
+
case 1:
|
|
87
|
+
if (tag !== 8) {
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
message.mode = reader.int32();
|
|
91
|
+
continue;
|
|
92
|
+
case 100:
|
|
93
|
+
if (tag !== 805) {
|
|
94
|
+
break;
|
|
95
|
+
}
|
|
96
|
+
message.amplitudeGain = reader.float();
|
|
97
|
+
continue;
|
|
98
|
+
case 101:
|
|
99
|
+
if (tag !== 813) {
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
message.bandsGain = reader.float();
|
|
103
|
+
continue;
|
|
104
|
+
case 200:
|
|
105
|
+
if (tag !== 1605) {
|
|
106
|
+
break;
|
|
107
|
+
}
|
|
108
|
+
message.amplitude = reader.float();
|
|
109
|
+
continue;
|
|
110
|
+
case 201:
|
|
111
|
+
if (tag !== 1613) {
|
|
112
|
+
break;
|
|
113
|
+
}
|
|
114
|
+
message.band0 = reader.float();
|
|
115
|
+
continue;
|
|
116
|
+
case 202:
|
|
117
|
+
if (tag !== 1621) {
|
|
118
|
+
break;
|
|
119
|
+
}
|
|
120
|
+
message.band1 = reader.float();
|
|
121
|
+
continue;
|
|
122
|
+
case 203:
|
|
123
|
+
if (tag !== 1629) {
|
|
124
|
+
break;
|
|
125
|
+
}
|
|
126
|
+
message.band2 = reader.float();
|
|
127
|
+
continue;
|
|
128
|
+
case 204:
|
|
129
|
+
if (tag !== 1637) {
|
|
130
|
+
break;
|
|
131
|
+
}
|
|
132
|
+
message.band3 = reader.float();
|
|
133
|
+
continue;
|
|
134
|
+
case 205:
|
|
135
|
+
if (tag !== 1645) {
|
|
136
|
+
break;
|
|
137
|
+
}
|
|
138
|
+
message.band4 = reader.float();
|
|
139
|
+
continue;
|
|
140
|
+
case 206:
|
|
141
|
+
if (tag !== 1653) {
|
|
142
|
+
break;
|
|
143
|
+
}
|
|
144
|
+
message.band5 = reader.float();
|
|
145
|
+
continue;
|
|
146
|
+
case 207:
|
|
147
|
+
if (tag !== 1661) {
|
|
148
|
+
break;
|
|
149
|
+
}
|
|
150
|
+
message.band6 = reader.float();
|
|
151
|
+
continue;
|
|
152
|
+
case 208:
|
|
153
|
+
if (tag !== 1669) {
|
|
154
|
+
break;
|
|
155
|
+
}
|
|
156
|
+
message.band7 = reader.float();
|
|
157
|
+
continue;
|
|
158
|
+
}
|
|
159
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
160
|
+
break;
|
|
161
|
+
}
|
|
162
|
+
reader.skipType(tag & 7);
|
|
163
|
+
}
|
|
164
|
+
return message;
|
|
165
|
+
}
|
|
166
|
+
PBAudioAnalysis.decode = decode;
|
|
167
|
+
})(PBAudioAnalysis = exports.PBAudioAnalysis || (exports.PBAudioAnalysis = {}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
/**
|
|
3
|
+
* The PBAvatarLocomotionSettings component allows scenes to modify locomotion settings defining things such
|
|
4
|
+
* as the avatar movement speed, jump height etc.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface PBAvatarLocomotionSettings {
|
|
10
|
+
/** Maximum speed when walking (in meters per second) */
|
|
11
|
+
walkSpeed?: number | undefined;
|
|
12
|
+
/** Maximum speed when jogging (in meters per second) */
|
|
13
|
+
jogSpeed?: number | undefined;
|
|
14
|
+
/** Maximum speed when running (in meters per second) */
|
|
15
|
+
runSpeed?: number | undefined;
|
|
16
|
+
/** Height of a regular jump (in meters) */
|
|
17
|
+
jumpHeight?: number | undefined;
|
|
18
|
+
/** Height of a jump while running (in meters) */
|
|
19
|
+
runJumpHeight?: number | undefined;
|
|
20
|
+
/** Cooldown time after a hard landing before the avatar can move again (in seconds) */
|
|
21
|
+
hardLandingCooldown?: number | undefined;
|
|
22
|
+
/** Height of the double jump (in meters) */
|
|
23
|
+
doubleJumpHeight?: number | undefined;
|
|
24
|
+
/** Maximum speed when gliding (in meters per second) */
|
|
25
|
+
glidingSpeed?: number | undefined;
|
|
26
|
+
/** Maximum falling speed when gliding (in meters per second) */
|
|
27
|
+
glidingFallingSpeed?: number | undefined;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export declare namespace PBAvatarLocomotionSettings {
|
|
33
|
+
function encode(message: PBAvatarLocomotionSettings, writer?: _m0.Writer): _m0.Writer;
|
|
34
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarLocomotionSettings;
|
|
35
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.PBAvatarLocomotionSettings = void 0;
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
+
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
10
|
+
function createBasePBAvatarLocomotionSettings() {
|
|
11
|
+
return {
|
|
12
|
+
walkSpeed: undefined,
|
|
13
|
+
jogSpeed: undefined,
|
|
14
|
+
runSpeed: undefined,
|
|
15
|
+
jumpHeight: undefined,
|
|
16
|
+
runJumpHeight: undefined,
|
|
17
|
+
hardLandingCooldown: undefined,
|
|
18
|
+
doubleJumpHeight: undefined,
|
|
19
|
+
glidingSpeed: undefined,
|
|
20
|
+
glidingFallingSpeed: undefined,
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
var PBAvatarLocomotionSettings;
|
|
27
|
+
(function (PBAvatarLocomotionSettings) {
|
|
28
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
29
|
+
if (message.walkSpeed !== undefined) {
|
|
30
|
+
writer.uint32(13).float(message.walkSpeed);
|
|
31
|
+
}
|
|
32
|
+
if (message.jogSpeed !== undefined) {
|
|
33
|
+
writer.uint32(21).float(message.jogSpeed);
|
|
34
|
+
}
|
|
35
|
+
if (message.runSpeed !== undefined) {
|
|
36
|
+
writer.uint32(29).float(message.runSpeed);
|
|
37
|
+
}
|
|
38
|
+
if (message.jumpHeight !== undefined) {
|
|
39
|
+
writer.uint32(37).float(message.jumpHeight);
|
|
40
|
+
}
|
|
41
|
+
if (message.runJumpHeight !== undefined) {
|
|
42
|
+
writer.uint32(45).float(message.runJumpHeight);
|
|
43
|
+
}
|
|
44
|
+
if (message.hardLandingCooldown !== undefined) {
|
|
45
|
+
writer.uint32(53).float(message.hardLandingCooldown);
|
|
46
|
+
}
|
|
47
|
+
if (message.doubleJumpHeight !== undefined) {
|
|
48
|
+
writer.uint32(61).float(message.doubleJumpHeight);
|
|
49
|
+
}
|
|
50
|
+
if (message.glidingSpeed !== undefined) {
|
|
51
|
+
writer.uint32(69).float(message.glidingSpeed);
|
|
52
|
+
}
|
|
53
|
+
if (message.glidingFallingSpeed !== undefined) {
|
|
54
|
+
writer.uint32(77).float(message.glidingFallingSpeed);
|
|
55
|
+
}
|
|
56
|
+
return writer;
|
|
57
|
+
}
|
|
58
|
+
PBAvatarLocomotionSettings.encode = encode;
|
|
59
|
+
function decode(input, length) {
|
|
60
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
61
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
62
|
+
const message = createBasePBAvatarLocomotionSettings();
|
|
63
|
+
while (reader.pos < end) {
|
|
64
|
+
const tag = reader.uint32();
|
|
65
|
+
switch (tag >>> 3) {
|
|
66
|
+
case 1:
|
|
67
|
+
if (tag !== 13) {
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
message.walkSpeed = reader.float();
|
|
71
|
+
continue;
|
|
72
|
+
case 2:
|
|
73
|
+
if (tag !== 21) {
|
|
74
|
+
break;
|
|
75
|
+
}
|
|
76
|
+
message.jogSpeed = reader.float();
|
|
77
|
+
continue;
|
|
78
|
+
case 3:
|
|
79
|
+
if (tag !== 29) {
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
message.runSpeed = reader.float();
|
|
83
|
+
continue;
|
|
84
|
+
case 4:
|
|
85
|
+
if (tag !== 37) {
|
|
86
|
+
break;
|
|
87
|
+
}
|
|
88
|
+
message.jumpHeight = reader.float();
|
|
89
|
+
continue;
|
|
90
|
+
case 5:
|
|
91
|
+
if (tag !== 45) {
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
message.runJumpHeight = reader.float();
|
|
95
|
+
continue;
|
|
96
|
+
case 6:
|
|
97
|
+
if (tag !== 53) {
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
message.hardLandingCooldown = reader.float();
|
|
101
|
+
continue;
|
|
102
|
+
case 7:
|
|
103
|
+
if (tag !== 61) {
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
message.doubleJumpHeight = reader.float();
|
|
107
|
+
continue;
|
|
108
|
+
case 8:
|
|
109
|
+
if (tag !== 69) {
|
|
110
|
+
break;
|
|
111
|
+
}
|
|
112
|
+
message.glidingSpeed = reader.float();
|
|
113
|
+
continue;
|
|
114
|
+
case 9:
|
|
115
|
+
if (tag !== 77) {
|
|
116
|
+
break;
|
|
117
|
+
}
|
|
118
|
+
message.glidingFallingSpeed = reader.float();
|
|
119
|
+
continue;
|
|
120
|
+
}
|
|
121
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
122
|
+
break;
|
|
123
|
+
}
|
|
124
|
+
reader.skipType(tag & 7);
|
|
125
|
+
}
|
|
126
|
+
return message;
|
|
127
|
+
}
|
|
128
|
+
PBAvatarLocomotionSettings.decode = decode;
|
|
129
|
+
})(PBAvatarLocomotionSettings = exports.PBAvatarLocomotionSettings || (exports.PBAvatarLocomotionSettings = {}));
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import _m0 from "protobufjs/minimal";
|
|
2
2
|
import { Color3 } from "../../common/colors.gen";
|
|
3
|
+
/** Mask for which bones an animation applies to. */
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const enum AvatarEmoteMask {
|
|
8
|
+
AEM_FULL_BODY = 0,
|
|
9
|
+
AEM_UPPER_BODY = 1
|
|
10
|
+
}
|
|
3
11
|
/**
|
|
4
12
|
* The AvatarShape component contains the information required to draw and animate avatar, acting as
|
|
5
13
|
* a simplified GLTF container for this specific case.
|
|
@@ -3,12 +3,21 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.PBAvatarShape = void 0;
|
|
6
|
+
exports.PBAvatarShape = exports.AvatarEmoteMask = void 0;
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
const long_1 = __importDefault(require("long"));
|
|
9
9
|
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
10
10
|
const colors_gen_1 = require("../../common/colors.gen");
|
|
11
11
|
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
12
|
+
/** Mask for which bones an animation applies to. */
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
var AvatarEmoteMask;
|
|
17
|
+
(function (AvatarEmoteMask) {
|
|
18
|
+
AvatarEmoteMask[AvatarEmoteMask["AEM_FULL_BODY"] = 0] = "AEM_FULL_BODY";
|
|
19
|
+
AvatarEmoteMask[AvatarEmoteMask["AEM_UPPER_BODY"] = 1] = "AEM_UPPER_BODY";
|
|
20
|
+
})(AvatarEmoteMask = exports.AvatarEmoteMask || (exports.AvatarEmoteMask = {}));
|
|
12
21
|
function createBasePBAvatarShape() {
|
|
13
22
|
return {
|
|
14
23
|
id: "",
|
package/dist-cjs/components/generated/pb/decentraland/sdk/components/common/input_action.gen.js
CHANGED
|
@@ -22,6 +22,7 @@ var InputAction;
|
|
|
22
22
|
InputAction[InputAction["IA_ACTION_4"] = 11] = "IA_ACTION_4";
|
|
23
23
|
InputAction[InputAction["IA_ACTION_5"] = 12] = "IA_ACTION_5";
|
|
24
24
|
InputAction[InputAction["IA_ACTION_6"] = 13] = "IA_ACTION_6";
|
|
25
|
+
InputAction[InputAction["IA_MODIFIER"] = 14] = "IA_MODIFIER";
|
|
25
26
|
})(InputAction = exports.InputAction || (exports.InputAction = {}));
|
|
26
27
|
/** PointerEventType is a kind of interaction that can be detected. */
|
|
27
28
|
/**
|
package/dist-cjs/components/generated/pb/decentraland/sdk/components/particle_system.gen.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export interface PBParticleSystem {
|
|
|
67
67
|
/** --- Playback --- */
|
|
68
68
|
playbackState?: PBParticleSystem_PlaybackState | undefined;
|
|
69
69
|
/** --- Emission Bursts --- */
|
|
70
|
-
bursts
|
|
70
|
+
bursts?: PBParticleSystem_BurstConfiguration | undefined;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* @public
|
|
@@ -155,6 +155,12 @@ export interface PBParticleSystem_Box {
|
|
|
155
155
|
size?: Vector3 | undefined;
|
|
156
156
|
}
|
|
157
157
|
/** Emission burst configuration. */
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export interface PBParticleSystem_BurstConfiguration {
|
|
162
|
+
values: PBParticleSystem_Burst[];
|
|
163
|
+
}
|
|
158
164
|
/**
|
|
159
165
|
* @public
|
|
160
166
|
*/
|
|
@@ -219,6 +225,13 @@ export declare namespace PBParticleSystem_Box {
|
|
|
219
225
|
function encode(message: PBParticleSystem_Box, writer?: _m0.Writer): _m0.Writer;
|
|
220
226
|
function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_Box;
|
|
221
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
export declare namespace PBParticleSystem_BurstConfiguration {
|
|
232
|
+
function encode(message: PBParticleSystem_BurstConfiguration, writer?: _m0.Writer): _m0.Writer;
|
|
233
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBParticleSystem_BurstConfiguration;
|
|
234
|
+
}
|
|
222
235
|
/**
|
|
223
236
|
* @public
|
|
224
237
|
*/
|