@dcl/ecs 7.8.11-15636633913.commit-697c1d3 → 7.8.11-15641625466.commit-c8238a2
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/LightSource.d.ts +25 -0
- package/dist/components/extended/LightSource.js +22 -0
- package/dist/components/generated/LightSource.gen.d.ts +1 -0
- package/dist/components/generated/LightSource.gen.js +25 -0
- package/dist/components/generated/component-names.gen.js +1 -0
- package/dist/components/generated/global.gen.d.ts +2 -0
- package/dist/components/generated/global.gen.js +1 -0
- package/dist/components/generated/index.gen.d.ts +4 -0
- package/dist/components/generated/index.gen.js +5 -0
- package/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts +75 -0
- package/dist/components/generated/pb/decentraland/sdk/components/light_source.gen.js +205 -0
- package/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts +4 -0
- package/dist/components/generated/pb/decentraland/sdk/components/ui_transform.gen.js +20 -0
- 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 +2 -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/LightSource.d.ts +25 -0
- package/dist-cjs/components/extended/LightSource.js +26 -0
- package/dist-cjs/components/generated/LightSource.gen.d.ts +1 -0
- package/dist-cjs/components/generated/LightSource.gen.js +28 -0
- package/dist-cjs/components/generated/component-names.gen.js +1 -0
- package/dist-cjs/components/generated/global.gen.d.ts +2 -0
- package/dist-cjs/components/generated/global.gen.js +2 -1
- package/dist-cjs/components/generated/index.gen.d.ts +4 -0
- package/dist-cjs/components/generated/index.gen.js +7 -1
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/light_source.gen.d.ts +75 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/light_source.gen.js +211 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/ui_transform.gen.d.ts +4 -0
- package/dist-cjs/components/generated/pb/decentraland/sdk/components/ui_transform.gen.js +20 -0
- 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 +2 -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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defineLightSourceComponent = void 0;
|
|
4
|
+
const index_gen_1 = require("../generated/index.gen");
|
|
5
|
+
const LightSourceHelper = {
|
|
6
|
+
Point(point) {
|
|
7
|
+
return {
|
|
8
|
+
$case: 'point',
|
|
9
|
+
point
|
|
10
|
+
};
|
|
11
|
+
},
|
|
12
|
+
Spot(spot) {
|
|
13
|
+
return {
|
|
14
|
+
$case: 'spot',
|
|
15
|
+
spot
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
function defineLightSourceComponent(engine) {
|
|
20
|
+
const theComponent = (0, index_gen_1.LightSource)(engine);
|
|
21
|
+
return {
|
|
22
|
+
...theComponent,
|
|
23
|
+
Type: LightSourceHelper
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
exports.defineLightSourceComponent = defineLightSourceComponent;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LightSourceSchema = void 0;
|
|
4
|
+
const light_source_gen_1 = require("./pb/decentraland/sdk/components/light_source.gen");
|
|
5
|
+
/**
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
exports.LightSourceSchema = {
|
|
9
|
+
COMPONENT_ID: 1079,
|
|
10
|
+
serialize(value, builder) {
|
|
11
|
+
const writer = light_source_gen_1.PBLightSource.encode(value);
|
|
12
|
+
const buffer = new Uint8Array(writer.finish(), 0, writer.len);
|
|
13
|
+
builder.writeBuffer(buffer, false);
|
|
14
|
+
},
|
|
15
|
+
deserialize(reader) {
|
|
16
|
+
return light_source_gen_1.PBLightSource.decode(reader.buffer(), reader.remainingBytes());
|
|
17
|
+
},
|
|
18
|
+
create() {
|
|
19
|
+
// TODO: this is a hack.
|
|
20
|
+
return light_source_gen_1.PBLightSource.decode(new Uint8Array());
|
|
21
|
+
},
|
|
22
|
+
jsonSchema: {
|
|
23
|
+
type: "object",
|
|
24
|
+
properties: {},
|
|
25
|
+
serializationType: "protocol-buffer",
|
|
26
|
+
protocolBuffer: "PBLightSource"
|
|
27
|
+
}
|
|
28
|
+
};
|
|
@@ -16,6 +16,7 @@ import { PBEngineInfo } from './pb/decentraland/sdk/components/engine_info.gen';
|
|
|
16
16
|
import { PBGltfContainer } from './pb/decentraland/sdk/components/gltf_container.gen';
|
|
17
17
|
import { PBGltfContainerLoadingState } from './pb/decentraland/sdk/components/gltf_container_loading_state.gen';
|
|
18
18
|
import { PBInputModifier } from './pb/decentraland/sdk/components/input_modifier.gen';
|
|
19
|
+
import { PBLightSource } from './pb/decentraland/sdk/components/light_source.gen';
|
|
19
20
|
import { PBMainCamera } from './pb/decentraland/sdk/components/main_camera.gen';
|
|
20
21
|
import { PBNftShape } from './pb/decentraland/sdk/components/nft_shape.gen';
|
|
21
22
|
import { PBPlayerIdentityData } from './pb/decentraland/sdk/components/player_identity_data.gen';
|
|
@@ -57,6 +58,7 @@ import { PBVisibilityComponent } from './pb/decentraland/sdk/components/visibili
|
|
|
57
58
|
/** @public */ export declare const GltfContainer: LastWriteWinElementSetComponentDefinition<PBGltfContainer>;
|
|
58
59
|
/** @public */ export declare const GltfContainerLoadingState: LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>;
|
|
59
60
|
/** @public */ export declare const InputModifier: LastWriteWinElementSetComponentDefinition<PBInputModifier>;
|
|
61
|
+
/** @public */ export declare const LightSource: LastWriteWinElementSetComponentDefinition<PBLightSource>;
|
|
60
62
|
/** @public */ export declare const MainCamera: LastWriteWinElementSetComponentDefinition<PBMainCamera>;
|
|
61
63
|
/** @public */ export declare const NftShape: LastWriteWinElementSetComponentDefinition<PBNftShape>;
|
|
62
64
|
/** @public */ export declare const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
|
|
@@ -26,7 +26,7 @@ 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.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.TextShape = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.NftShape = exports.MainCamera = exports.InputModifier = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = void 0;
|
|
29
|
+
exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.TextShape = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.NftShape = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = void 0;
|
|
30
30
|
const initialization_1 = require("../../runtime/initialization");
|
|
31
31
|
const components = __importStar(require("./index.gen"));
|
|
32
32
|
__exportStar(require("./index.gen"), exports);
|
|
@@ -46,6 +46,7 @@ __exportStar(require("./index.gen"), exports);
|
|
|
46
46
|
/** @public */ exports.GltfContainer = components.GltfContainer(initialization_1.engine);
|
|
47
47
|
/** @public */ exports.GltfContainerLoadingState = components.GltfContainerLoadingState(initialization_1.engine);
|
|
48
48
|
/** @public */ exports.InputModifier = components.InputModifier(initialization_1.engine);
|
|
49
|
+
/** @public */ exports.LightSource = components.LightSource(initialization_1.engine);
|
|
49
50
|
/** @public */ exports.MainCamera = components.MainCamera(initialization_1.engine);
|
|
50
51
|
/** @public */ exports.NftShape = components.NftShape(initialization_1.engine);
|
|
51
52
|
/** @public */ exports.PlayerIdentityData = components.PlayerIdentityData(initialization_1.engine);
|
|
@@ -17,6 +17,7 @@ import { PBEngineInfo } from './pb/decentraland/sdk/components/engine_info.gen';
|
|
|
17
17
|
import { PBGltfContainer } from './pb/decentraland/sdk/components/gltf_container.gen';
|
|
18
18
|
import { PBGltfContainerLoadingState } from './pb/decentraland/sdk/components/gltf_container_loading_state.gen';
|
|
19
19
|
import { PBInputModifier } from './pb/decentraland/sdk/components/input_modifier.gen';
|
|
20
|
+
import { PBLightSource } from './pb/decentraland/sdk/components/light_source.gen';
|
|
20
21
|
import { PBMainCamera } from './pb/decentraland/sdk/components/main_camera.gen';
|
|
21
22
|
import { PBMaterial } from './pb/decentraland/sdk/components/material.gen';
|
|
22
23
|
import { PBMeshCollider } from './pb/decentraland/sdk/components/mesh_collider.gen';
|
|
@@ -63,6 +64,7 @@ export * from './pb/decentraland/sdk/components/engine_info.gen';
|
|
|
63
64
|
export * from './pb/decentraland/sdk/components/gltf_container.gen';
|
|
64
65
|
export * from './pb/decentraland/sdk/components/gltf_container_loading_state.gen';
|
|
65
66
|
export * from './pb/decentraland/sdk/components/input_modifier.gen';
|
|
67
|
+
export * from './pb/decentraland/sdk/components/light_source.gen';
|
|
66
68
|
export * from './pb/decentraland/sdk/components/main_camera.gen';
|
|
67
69
|
export * from './pb/decentraland/sdk/components/material.gen';
|
|
68
70
|
export * from './pb/decentraland/sdk/components/mesh_collider.gen';
|
|
@@ -111,6 +113,7 @@ export type GSetComponentGetter<T extends GrowOnlyValueSetComponentDefinition<an
|
|
|
111
113
|
/** @public */ export declare const GltfContainer: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
|
112
114
|
/** @public */ export declare const GltfContainerLoadingState: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
|
113
115
|
/** @public */ export declare const InputModifier: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
|
116
|
+
/** @public */ export declare const LightSource: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
|
114
117
|
/** @public */ export declare const MainCamera: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
|
115
118
|
/** @public */ export declare const Material: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
|
116
119
|
/** @public */ export declare const MeshCollider: LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
|
@@ -159,6 +162,7 @@ export declare const componentDefinitionByName: {
|
|
|
159
162
|
"core::GltfContainer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainer>>;
|
|
160
163
|
"core::GltfContainerLoadingState": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBGltfContainerLoadingState>>;
|
|
161
164
|
"core::InputModifier": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBInputModifier>>;
|
|
165
|
+
"core::LightSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBLightSource>>;
|
|
162
166
|
"core::MainCamera": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMainCamera>>;
|
|
163
167
|
"core::Material": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMaterial>>;
|
|
164
168
|
"core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
|
|
@@ -14,7 +14,7 @@ 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.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.Tween = exports.TextShape = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.NftShape = exports.MeshRenderer = exports.MeshCollider = exports.Material = exports.MainCamera = exports.InputModifier = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.Animator = void 0;
|
|
17
|
+
exports.componentDefinitionByName = exports.VisibilityComponent = exports.VirtualCamera = exports.VideoPlayer = exports.VideoEvent = exports.UiTransform = exports.UiText = exports.UiInputResult = exports.UiInput = exports.UiDropdownResult = exports.UiDropdown = exports.UiCanvasInformation = exports.UiBackground = exports.TweenState = exports.TweenSequence = exports.Tween = exports.TextShape = exports.RealmInfo = exports.RaycastResult = exports.Raycast = exports.PrimaryPointerInfo = exports.PointerLock = exports.PointerEventsResult = exports.PointerEvents = exports.PlayerIdentityData = exports.NftShape = exports.MeshRenderer = exports.MeshCollider = exports.Material = exports.MainCamera = exports.LightSource = exports.InputModifier = exports.GltfContainerLoadingState = exports.GltfContainer = exports.EngineInfo = exports.CameraModeArea = exports.CameraMode = exports.Billboard = exports.AvatarShape = exports.AvatarModifierArea = exports.AvatarEquippedData = exports.AvatarEmoteCommand = exports.AvatarBase = exports.AvatarAttach = exports.AudioStream = exports.AudioSource = exports.AudioEvent = exports.Animator = void 0;
|
|
18
18
|
const Animator_gen_1 = require("./Animator.gen");
|
|
19
19
|
const AudioEvent_gen_1 = require("./AudioEvent.gen");
|
|
20
20
|
const AudioSource_gen_1 = require("./AudioSource.gen");
|
|
@@ -32,6 +32,7 @@ const EngineInfo_gen_1 = require("./EngineInfo.gen");
|
|
|
32
32
|
const GltfContainer_gen_1 = require("./GltfContainer.gen");
|
|
33
33
|
const GltfContainerLoadingState_gen_1 = require("./GltfContainerLoadingState.gen");
|
|
34
34
|
const InputModifier_gen_1 = require("./InputModifier.gen");
|
|
35
|
+
const LightSource_gen_1 = require("./LightSource.gen");
|
|
35
36
|
const MainCamera_gen_1 = require("./MainCamera.gen");
|
|
36
37
|
const Material_gen_1 = require("./Material.gen");
|
|
37
38
|
const MeshCollider_gen_1 = require("./MeshCollider.gen");
|
|
@@ -78,6 +79,7 @@ __exportStar(require("./pb/decentraland/sdk/components/engine_info.gen"), export
|
|
|
78
79
|
__exportStar(require("./pb/decentraland/sdk/components/gltf_container.gen"), exports);
|
|
79
80
|
__exportStar(require("./pb/decentraland/sdk/components/gltf_container_loading_state.gen"), exports);
|
|
80
81
|
__exportStar(require("./pb/decentraland/sdk/components/input_modifier.gen"), exports);
|
|
82
|
+
__exportStar(require("./pb/decentraland/sdk/components/light_source.gen"), exports);
|
|
81
83
|
__exportStar(require("./pb/decentraland/sdk/components/main_camera.gen"), exports);
|
|
82
84
|
__exportStar(require("./pb/decentraland/sdk/components/material.gen"), exports);
|
|
83
85
|
__exportStar(require("./pb/decentraland/sdk/components/mesh_collider.gen"), exports);
|
|
@@ -162,6 +164,9 @@ exports.GltfContainerLoadingState = GltfContainerLoadingState;
|
|
|
162
164
|
/** @public */ const InputModifier = engine =>
|
|
163
165
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::InputModifier", InputModifier_gen_1.InputModifierSchema);
|
|
164
166
|
exports.InputModifier = InputModifier;
|
|
167
|
+
/** @public */ const LightSource = engine =>
|
|
168
|
+
/* @__PURE__ */ engine.defineComponentFromSchema("core::LightSource", LightSource_gen_1.LightSourceSchema);
|
|
169
|
+
exports.LightSource = LightSource;
|
|
165
170
|
/** @public */ const MainCamera = engine =>
|
|
166
171
|
/* @__PURE__ */ engine.defineComponentFromSchema("core::MainCamera", MainCamera_gen_1.MainCameraSchema);
|
|
167
172
|
exports.MainCamera = MainCamera;
|
|
@@ -272,6 +277,7 @@ exports.componentDefinitionByName = {
|
|
|
272
277
|
"core::GltfContainer": exports.GltfContainer,
|
|
273
278
|
"core::GltfContainerLoadingState": exports.GltfContainerLoadingState,
|
|
274
279
|
"core::InputModifier": exports.InputModifier,
|
|
280
|
+
"core::LightSource": exports.LightSource,
|
|
275
281
|
"core::MainCamera": exports.MainCamera,
|
|
276
282
|
"core::Material": exports.Material,
|
|
277
283
|
"core::MeshCollider": exports.MeshCollider,
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import _m0 from "protobufjs/minimal";
|
|
2
|
+
import { Color3 } from "../../common/colors.gen";
|
|
3
|
+
import { TextureUnion } from "../../common/texture.gen";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface PBLightSource {
|
|
8
|
+
/** default = true, whether the lightSource is active or not. */
|
|
9
|
+
active?: boolean | undefined;
|
|
10
|
+
/** default = Color.white, the tint of the light, in RGB format where each component is a floating point value with a range from 0 to 1. */
|
|
11
|
+
color?: Color3 | undefined;
|
|
12
|
+
/** default = 250, ranges from 1 (dim) to 100,000 (very bright), expressed in Lumens for Point and Spot. */
|
|
13
|
+
brightness?: number | undefined;
|
|
14
|
+
/** default = 10, how far the light travels, expressed in meters. */
|
|
15
|
+
range?: number | undefined;
|
|
16
|
+
type?: {
|
|
17
|
+
$case: "point";
|
|
18
|
+
point: PBLightSource_Point;
|
|
19
|
+
} | {
|
|
20
|
+
$case: "spot";
|
|
21
|
+
spot: PBLightSource_Spot;
|
|
22
|
+
} | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export declare const enum PBLightSource_ShadowType {
|
|
28
|
+
/** ST_NONE - No shadows are cast from this LightSource. */
|
|
29
|
+
ST_NONE = 0,
|
|
30
|
+
/** ST_SOFT - More realistic type of shadow that reduces block artifacts, noise or pixelation, but requires more processing. */
|
|
31
|
+
ST_SOFT = 1,
|
|
32
|
+
/** ST_HARD - Less realistic type of shadow but more performant, uses hard edges. */
|
|
33
|
+
ST_HARD = 2
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface PBLightSource_Point {
|
|
39
|
+
/** default = ShadowType.ST_NONE The type of shadow the light source supports. */
|
|
40
|
+
shadow?: PBLightSource_ShadowType | undefined;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface PBLightSource_Spot {
|
|
46
|
+
/** default = 21.8. Inner angle can't be higher than outer angle, otherwise will default to same value. Min value is 0. Max value is 179. */
|
|
47
|
+
innerAngle?: number | undefined;
|
|
48
|
+
/** default = 30. Outer angle can't be lower than inner angle, otherwise will inner angle will be set to same value. Max value is 179. */
|
|
49
|
+
outerAngle?: number | undefined;
|
|
50
|
+
/** default = ShadowType.ST_NONE The type of shadow the light source supports. */
|
|
51
|
+
shadow?: PBLightSource_ShadowType | undefined;
|
|
52
|
+
/** Texture mask through which shadows are cast to simulate caustics, soft shadows, and light shapes such as light entering from a window. */
|
|
53
|
+
shadowMaskTexture?: TextureUnion | undefined;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
export declare namespace PBLightSource {
|
|
59
|
+
function encode(message: PBLightSource, writer?: _m0.Writer): _m0.Writer;
|
|
60
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export declare namespace PBLightSource_Point {
|
|
66
|
+
function encode(message: PBLightSource_Point, writer?: _m0.Writer): _m0.Writer;
|
|
67
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Point;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export declare namespace PBLightSource_Spot {
|
|
73
|
+
function encode(message: PBLightSource_Spot, writer?: _m0.Writer): _m0.Writer;
|
|
74
|
+
function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Spot;
|
|
75
|
+
}
|
|
@@ -0,0 +1,211 @@
|
|
|
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.PBLightSource_Spot = exports.PBLightSource_Point = exports.PBLightSource = exports.PBLightSource_ShadowType = void 0;
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
9
|
+
const colors_gen_1 = require("../../common/colors.gen");
|
|
10
|
+
const texture_gen_1 = require("../../common/texture.gen");
|
|
11
|
+
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
var PBLightSource_ShadowType;
|
|
16
|
+
(function (PBLightSource_ShadowType) {
|
|
17
|
+
/** ST_NONE - No shadows are cast from this LightSource. */
|
|
18
|
+
PBLightSource_ShadowType[PBLightSource_ShadowType["ST_NONE"] = 0] = "ST_NONE";
|
|
19
|
+
/** ST_SOFT - More realistic type of shadow that reduces block artifacts, noise or pixelation, but requires more processing. */
|
|
20
|
+
PBLightSource_ShadowType[PBLightSource_ShadowType["ST_SOFT"] = 1] = "ST_SOFT";
|
|
21
|
+
/** ST_HARD - Less realistic type of shadow but more performant, uses hard edges. */
|
|
22
|
+
PBLightSource_ShadowType[PBLightSource_ShadowType["ST_HARD"] = 2] = "ST_HARD";
|
|
23
|
+
})(PBLightSource_ShadowType = exports.PBLightSource_ShadowType || (exports.PBLightSource_ShadowType = {}));
|
|
24
|
+
function createBasePBLightSource() {
|
|
25
|
+
return { active: undefined, color: undefined, brightness: undefined, range: undefined, type: undefined };
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
var PBLightSource;
|
|
31
|
+
(function (PBLightSource) {
|
|
32
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
33
|
+
if (message.active !== undefined) {
|
|
34
|
+
writer.uint32(32).bool(message.active);
|
|
35
|
+
}
|
|
36
|
+
if (message.color !== undefined) {
|
|
37
|
+
colors_gen_1.Color3.encode(message.color, writer.uint32(10).fork()).ldelim();
|
|
38
|
+
}
|
|
39
|
+
if (message.brightness !== undefined) {
|
|
40
|
+
writer.uint32(21).float(message.brightness);
|
|
41
|
+
}
|
|
42
|
+
if (message.range !== undefined) {
|
|
43
|
+
writer.uint32(29).float(message.range);
|
|
44
|
+
}
|
|
45
|
+
switch (message.type?.$case) {
|
|
46
|
+
case "point":
|
|
47
|
+
PBLightSource_Point.encode(message.type.point, writer.uint32(50).fork()).ldelim();
|
|
48
|
+
break;
|
|
49
|
+
case "spot":
|
|
50
|
+
PBLightSource_Spot.encode(message.type.spot, writer.uint32(58).fork()).ldelim();
|
|
51
|
+
break;
|
|
52
|
+
}
|
|
53
|
+
return writer;
|
|
54
|
+
}
|
|
55
|
+
PBLightSource.encode = encode;
|
|
56
|
+
function decode(input, length) {
|
|
57
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
58
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
59
|
+
const message = createBasePBLightSource();
|
|
60
|
+
while (reader.pos < end) {
|
|
61
|
+
const tag = reader.uint32();
|
|
62
|
+
switch (tag >>> 3) {
|
|
63
|
+
case 4:
|
|
64
|
+
if (tag !== 32) {
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
message.active = reader.bool();
|
|
68
|
+
continue;
|
|
69
|
+
case 1:
|
|
70
|
+
if (tag !== 10) {
|
|
71
|
+
break;
|
|
72
|
+
}
|
|
73
|
+
message.color = colors_gen_1.Color3.decode(reader, reader.uint32());
|
|
74
|
+
continue;
|
|
75
|
+
case 2:
|
|
76
|
+
if (tag !== 21) {
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
message.brightness = reader.float();
|
|
80
|
+
continue;
|
|
81
|
+
case 3:
|
|
82
|
+
if (tag !== 29) {
|
|
83
|
+
break;
|
|
84
|
+
}
|
|
85
|
+
message.range = reader.float();
|
|
86
|
+
continue;
|
|
87
|
+
case 6:
|
|
88
|
+
if (tag !== 50) {
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
message.type = { $case: "point", point: PBLightSource_Point.decode(reader, reader.uint32()) };
|
|
92
|
+
continue;
|
|
93
|
+
case 7:
|
|
94
|
+
if (tag !== 58) {
|
|
95
|
+
break;
|
|
96
|
+
}
|
|
97
|
+
message.type = { $case: "spot", spot: PBLightSource_Spot.decode(reader, reader.uint32()) };
|
|
98
|
+
continue;
|
|
99
|
+
}
|
|
100
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
101
|
+
break;
|
|
102
|
+
}
|
|
103
|
+
reader.skipType(tag & 7);
|
|
104
|
+
}
|
|
105
|
+
return message;
|
|
106
|
+
}
|
|
107
|
+
PBLightSource.decode = decode;
|
|
108
|
+
})(PBLightSource = exports.PBLightSource || (exports.PBLightSource = {}));
|
|
109
|
+
function createBasePBLightSource_Point() {
|
|
110
|
+
return { shadow: undefined };
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
var PBLightSource_Point;
|
|
116
|
+
(function (PBLightSource_Point) {
|
|
117
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
118
|
+
if (message.shadow !== undefined) {
|
|
119
|
+
writer.uint32(40).int32(message.shadow);
|
|
120
|
+
}
|
|
121
|
+
return writer;
|
|
122
|
+
}
|
|
123
|
+
PBLightSource_Point.encode = encode;
|
|
124
|
+
function decode(input, length) {
|
|
125
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
126
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
127
|
+
const message = createBasePBLightSource_Point();
|
|
128
|
+
while (reader.pos < end) {
|
|
129
|
+
const tag = reader.uint32();
|
|
130
|
+
switch (tag >>> 3) {
|
|
131
|
+
case 5:
|
|
132
|
+
if (tag !== 40) {
|
|
133
|
+
break;
|
|
134
|
+
}
|
|
135
|
+
message.shadow = reader.int32();
|
|
136
|
+
continue;
|
|
137
|
+
}
|
|
138
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
139
|
+
break;
|
|
140
|
+
}
|
|
141
|
+
reader.skipType(tag & 7);
|
|
142
|
+
}
|
|
143
|
+
return message;
|
|
144
|
+
}
|
|
145
|
+
PBLightSource_Point.decode = decode;
|
|
146
|
+
})(PBLightSource_Point = exports.PBLightSource_Point || (exports.PBLightSource_Point = {}));
|
|
147
|
+
function createBasePBLightSource_Spot() {
|
|
148
|
+
return { innerAngle: undefined, outerAngle: undefined, shadow: undefined, shadowMaskTexture: undefined };
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
var PBLightSource_Spot;
|
|
154
|
+
(function (PBLightSource_Spot) {
|
|
155
|
+
function encode(message, writer = minimal_1.default.Writer.create()) {
|
|
156
|
+
if (message.innerAngle !== undefined) {
|
|
157
|
+
writer.uint32(13).float(message.innerAngle);
|
|
158
|
+
}
|
|
159
|
+
if (message.outerAngle !== undefined) {
|
|
160
|
+
writer.uint32(21).float(message.outerAngle);
|
|
161
|
+
}
|
|
162
|
+
if (message.shadow !== undefined) {
|
|
163
|
+
writer.uint32(40).int32(message.shadow);
|
|
164
|
+
}
|
|
165
|
+
if (message.shadowMaskTexture !== undefined) {
|
|
166
|
+
texture_gen_1.TextureUnion.encode(message.shadowMaskTexture, writer.uint32(66).fork()).ldelim();
|
|
167
|
+
}
|
|
168
|
+
return writer;
|
|
169
|
+
}
|
|
170
|
+
PBLightSource_Spot.encode = encode;
|
|
171
|
+
function decode(input, length) {
|
|
172
|
+
const reader = input instanceof minimal_1.default.Reader ? input : minimal_1.default.Reader.create(input);
|
|
173
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
174
|
+
const message = createBasePBLightSource_Spot();
|
|
175
|
+
while (reader.pos < end) {
|
|
176
|
+
const tag = reader.uint32();
|
|
177
|
+
switch (tag >>> 3) {
|
|
178
|
+
case 1:
|
|
179
|
+
if (tag !== 13) {
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
message.innerAngle = reader.float();
|
|
183
|
+
continue;
|
|
184
|
+
case 2:
|
|
185
|
+
if (tag !== 21) {
|
|
186
|
+
break;
|
|
187
|
+
}
|
|
188
|
+
message.outerAngle = reader.float();
|
|
189
|
+
continue;
|
|
190
|
+
case 5:
|
|
191
|
+
if (tag !== 40) {
|
|
192
|
+
break;
|
|
193
|
+
}
|
|
194
|
+
message.shadow = reader.int32();
|
|
195
|
+
continue;
|
|
196
|
+
case 8:
|
|
197
|
+
if (tag !== 66) {
|
|
198
|
+
break;
|
|
199
|
+
}
|
|
200
|
+
message.shadowMaskTexture = texture_gen_1.TextureUnion.decode(reader, reader.uint32());
|
|
201
|
+
continue;
|
|
202
|
+
}
|
|
203
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
204
|
+
break;
|
|
205
|
+
}
|
|
206
|
+
reader.skipType(tag & 7);
|
|
207
|
+
}
|
|
208
|
+
return message;
|
|
209
|
+
}
|
|
210
|
+
PBLightSource_Spot.decode = decode;
|
|
211
|
+
})(PBLightSource_Spot = exports.PBLightSource_Spot || (exports.PBLightSource_Spot = {}));
|
|
@@ -208,6 +208,10 @@ export interface PBUiTransform {
|
|
|
208
208
|
borderBottomColor?: Color4 | undefined;
|
|
209
209
|
borderLeftColor?: Color4 | undefined;
|
|
210
210
|
borderRightColor?: Color4 | undefined;
|
|
211
|
+
/** default: 1 */
|
|
212
|
+
opacity?: number | undefined;
|
|
213
|
+
/** default: 0 — controls render stacking order. Higher values appear in front of lower values. */
|
|
214
|
+
zIndex?: number | undefined;
|
|
211
215
|
}
|
|
212
216
|
/**
|
|
213
217
|
* @public
|
|
@@ -185,6 +185,8 @@ function createBasePBUiTransform() {
|
|
|
185
185
|
borderBottomColor: undefined,
|
|
186
186
|
borderLeftColor: undefined,
|
|
187
187
|
borderRightColor: undefined,
|
|
188
|
+
opacity: undefined,
|
|
189
|
+
zIndex: undefined,
|
|
188
190
|
};
|
|
189
191
|
}
|
|
190
192
|
/**
|
|
@@ -409,6 +411,12 @@ var PBUiTransform;
|
|
|
409
411
|
if (message.borderRightColor !== undefined) {
|
|
410
412
|
colors_gen_1.Color4.encode(message.borderRightColor, writer.uint32(578).fork()).ldelim();
|
|
411
413
|
}
|
|
414
|
+
if (message.opacity !== undefined) {
|
|
415
|
+
writer.uint32(589).float(message.opacity);
|
|
416
|
+
}
|
|
417
|
+
if (message.zIndex !== undefined) {
|
|
418
|
+
writer.uint32(616).int32(message.zIndex);
|
|
419
|
+
}
|
|
412
420
|
return writer;
|
|
413
421
|
}
|
|
414
422
|
PBUiTransform.encode = encode;
|
|
@@ -851,6 +859,18 @@ var PBUiTransform;
|
|
|
851
859
|
}
|
|
852
860
|
message.borderRightColor = colors_gen_1.Color4.decode(reader, reader.uint32());
|
|
853
861
|
continue;
|
|
862
|
+
case 73:
|
|
863
|
+
if (tag !== 589) {
|
|
864
|
+
break;
|
|
865
|
+
}
|
|
866
|
+
message.opacity = reader.float();
|
|
867
|
+
continue;
|
|
868
|
+
case 77:
|
|
869
|
+
if (tag !== 616) {
|
|
870
|
+
break;
|
|
871
|
+
}
|
|
872
|
+
message.zIndex = reader.int32();
|
|
873
|
+
continue;
|
|
854
874
|
}
|
|
855
875
|
if ((tag & 7) === 4 || tag === 0) {
|
|
856
876
|
break;
|
package/dist-cjs/components/generated/pb/decentraland/sdk/components/virtual_camera.gen.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
6
6
|
* an 'instant' transition (like using speed/time = 0)
|
|
7
7
|
* * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from
|
|
8
8
|
* the holding entity transform).
|
|
9
|
+
* * The fov defines the Field of View of the virtual camera
|
|
9
10
|
*/
|
|
10
11
|
/**
|
|
11
12
|
* @public
|
|
@@ -13,6 +14,8 @@ import { CameraTransition } from "./common/camera_transition.gen";
|
|
|
13
14
|
export interface PBVirtualCamera {
|
|
14
15
|
defaultTransition?: CameraTransition | undefined;
|
|
15
16
|
lookAtEntity?: number | undefined;
|
|
17
|
+
/** default: 60 */
|
|
18
|
+
fov?: number | undefined;
|
|
16
19
|
}
|
|
17
20
|
/**
|
|
18
21
|
* @public
|
|
@@ -9,7 +9,7 @@ const minimal_1 = __importDefault(require("protobufjs/minimal"));
|
|
|
9
9
|
const camera_transition_gen_1 = require("./common/camera_transition.gen");
|
|
10
10
|
const protobufPackageSarasa = "decentraland.sdk.components";
|
|
11
11
|
function createBasePBVirtualCamera() {
|
|
12
|
-
return { defaultTransition: undefined, lookAtEntity: undefined };
|
|
12
|
+
return { defaultTransition: undefined, lookAtEntity: undefined, fov: undefined };
|
|
13
13
|
}
|
|
14
14
|
/**
|
|
15
15
|
* @public
|
|
@@ -23,6 +23,9 @@ var PBVirtualCamera;
|
|
|
23
23
|
if (message.lookAtEntity !== undefined) {
|
|
24
24
|
writer.uint32(16).uint32(message.lookAtEntity);
|
|
25
25
|
}
|
|
26
|
+
if (message.fov !== undefined) {
|
|
27
|
+
writer.uint32(29).float(message.fov);
|
|
28
|
+
}
|
|
26
29
|
return writer;
|
|
27
30
|
}
|
|
28
31
|
PBVirtualCamera.encode = encode;
|
|
@@ -45,6 +48,12 @@ var PBVirtualCamera;
|
|
|
45
48
|
}
|
|
46
49
|
message.lookAtEntity = reader.uint32();
|
|
47
50
|
continue;
|
|
51
|
+
case 3:
|
|
52
|
+
if (tag !== 29) {
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
message.fov = reader.float();
|
|
56
|
+
continue;
|
|
48
57
|
}
|
|
49
58
|
if ((tag & 7) === 4 || tag === 0) {
|
|
50
59
|
break;
|
|
@@ -16,6 +16,7 @@ import { AudioStreamComponentDefinitionExtended } from './extended/AudioStream';
|
|
|
16
16
|
import { MediaState } from './generated/pb/decentraland/sdk/components/common/media_state.gen';
|
|
17
17
|
import { VirtualCameraComponentDefinitionExtended } from './extended/VirtualCamera';
|
|
18
18
|
import { InputModifierComponentDefinitionExtended } from './extended/InputModifier';
|
|
19
|
+
import { LightSourceComponentDefinitionExtended } from './extended/LightSource';
|
|
19
20
|
export * from './generated/index.gen';
|
|
20
21
|
export type { GrowOnlyValueSetComponentDefinition, LastWriteWinElementSetComponentDefinition, LwwComponentGetter, GSetComponentGetter };
|
|
21
22
|
export declare const Transform: LwwComponentGetter<TransformComponentExtended>;
|
|
@@ -28,6 +29,7 @@ export declare const MeshCollider: LwwComponentGetter<MeshColliderComponentDefin
|
|
|
28
29
|
export declare const Tween: LwwComponentGetter<TweenComponentDefinitionExtended>;
|
|
29
30
|
export declare const VirtualCamera: LwwComponentGetter<VirtualCameraComponentDefinitionExtended>;
|
|
30
31
|
export declare const InputModifier: LwwComponentGetter<InputModifierComponentDefinitionExtended>;
|
|
32
|
+
export declare const LightSource: LwwComponentGetter<LightSourceComponentDefinitionExtended>;
|
|
31
33
|
/**
|
|
32
34
|
* @alpha
|
|
33
35
|
*/
|
|
@@ -17,7 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
17
17
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.MediaState = exports.NetworkParent = exports.NetworkEntity = exports.SyncComponents = exports.Name = exports.InputModifier = exports.VirtualCamera = exports.Tween = exports.MeshCollider = exports.MeshRenderer = exports.AudioStream = exports.AudioSource = exports.Animator = exports.Material = exports.Transform = void 0;
|
|
20
|
+
exports.MediaState = exports.NetworkParent = exports.NetworkEntity = exports.SyncComponents = exports.Name = exports.LightSource = exports.InputModifier = exports.VirtualCamera = exports.Tween = exports.MeshCollider = exports.MeshRenderer = exports.AudioStream = exports.AudioSource = exports.Animator = exports.Material = exports.Transform = void 0;
|
|
21
21
|
const Animator_1 = require("./extended/Animator");
|
|
22
22
|
const AudioSource_1 = require("./extended/AudioSource");
|
|
23
23
|
const Material_1 = require("./extended/Material");
|
|
@@ -34,6 +34,7 @@ const media_state_gen_1 = require("./generated/pb/decentraland/sdk/components/co
|
|
|
34
34
|
Object.defineProperty(exports, "MediaState", { enumerable: true, get: function () { return media_state_gen_1.MediaState; } });
|
|
35
35
|
const VirtualCamera_1 = require("./extended/VirtualCamera");
|
|
36
36
|
const InputModifier_1 = require("./extended/InputModifier");
|
|
37
|
+
const LightSource_1 = require("./extended/LightSource");
|
|
37
38
|
__exportStar(require("./generated/index.gen"), exports);
|
|
38
39
|
/* @__PURE__ */
|
|
39
40
|
const Transform = (engine) => (0, Transform_1.defineTransformComponent)(engine);
|
|
@@ -65,6 +66,9 @@ exports.VirtualCamera = VirtualCamera;
|
|
|
65
66
|
/* @__PURE__*/
|
|
66
67
|
const InputModifier = (engine) => (0, InputModifier_1.defineInputModifierComponent)(engine);
|
|
67
68
|
exports.InputModifier = InputModifier;
|
|
69
|
+
/* @__PURE__*/
|
|
70
|
+
const LightSource = (engine) => (0, LightSource_1.defineLightSourceComponent)(engine);
|
|
71
|
+
exports.LightSource = LightSource;
|
|
68
72
|
/**
|
|
69
73
|
* @alpha
|
|
70
74
|
*/
|
|
@@ -12,3 +12,4 @@ export type { ISyncComponents, ISyncComponentsType } from './manual/SyncComponen
|
|
|
12
12
|
export type { INetowrkEntity, INetowrkEntityType } from './manual/NetworkEntity';
|
|
13
13
|
export type { INetowrkParent, INetowrkParentType } from './manual/NetworkParent';
|
|
14
14
|
export type { InputModifierHelper, InputModifierComponentDefinitionExtended } from './extended/InputModifier';
|
|
15
|
+
export type { LightSourceHelper, LightSourceComponentDefinitionExtended } from './extended/LightSource';
|
package/dist-cjs/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export * from './systems/async-task';
|
|
|
11
11
|
export * from './systems/tween';
|
|
12
12
|
export * from './engine/entity';
|
|
13
13
|
export * from './components/types';
|
|
14
|
-
import { MaterialComponentDefinitionExtended, MeshColliderComponentDefinitionExtended, MeshRendererComponentDefinitionExtended, TransformComponentExtended, AnimatorComponentDefinitionExtended, AudioSourceComponentDefinitionExtended, AudioStreamComponentDefinitionExtended, ISyncComponents, TweenComponentDefinitionExtended, INetowrkEntity, INetowrkParent, VirtualCameraComponentDefinitionExtended, InputModifierComponentDefinitionExtended } from './components/types';
|
|
14
|
+
import { MaterialComponentDefinitionExtended, MeshColliderComponentDefinitionExtended, MeshRendererComponentDefinitionExtended, TransformComponentExtended, AnimatorComponentDefinitionExtended, AudioSourceComponentDefinitionExtended, AudioStreamComponentDefinitionExtended, ISyncComponents, TweenComponentDefinitionExtended, INetowrkEntity, INetowrkParent, VirtualCameraComponentDefinitionExtended, InputModifierComponentDefinitionExtended, LightSourceComponentDefinitionExtended } from './components/types';
|
|
15
15
|
import { NameComponent } from './components/manual/Name';
|
|
16
16
|
export declare const Transform: TransformComponentExtended;
|
|
17
17
|
export declare const Animator: AnimatorComponentDefinitionExtended;
|
|
@@ -24,6 +24,7 @@ export declare const Name: NameComponent;
|
|
|
24
24
|
export declare const Tween: TweenComponentDefinitionExtended;
|
|
25
25
|
export declare const VirtualCamera: VirtualCameraComponentDefinitionExtended;
|
|
26
26
|
export declare const InputModifier: InputModifierComponentDefinitionExtended;
|
|
27
|
+
export declare const LightSource: LightSourceComponentDefinitionExtended;
|
|
27
28
|
/**
|
|
28
29
|
* @alpha
|
|
29
30
|
* This is going to be used for sync components through a server.
|