@dcl/playground-assets 7.18.2-21450088960.commit-3c16004 → 7.18.2-21457748765.commit-7ae2e38
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/alpha.d.ts +387 -0
- package/dist/beta.d.ts +387 -0
- package/dist/index.bundled.d.ts +387 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +4 -4
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +387 -0
- package/etc/playground-assets.api.json +2334 -491
- package/etc/playground-assets.api.md +98 -0
- package/package.json +4 -4
|
@@ -16353,6 +16353,53 @@
|
|
|
16353
16353
|
],
|
|
16354
16354
|
"name": "createReactBasedUiSystem"
|
|
16355
16355
|
},
|
|
16356
|
+
{
|
|
16357
|
+
"kind": "Function",
|
|
16358
|
+
"canonicalReference": "@dcl/playground-assets!createTimers:function(1)",
|
|
16359
|
+
"docComment": "/**\n * Creates a timer system bound to a specific engine instance.\n *\n * @param targetEngine - The engine instance to bind timers to\n *\n * @returns A Timers object with setTimeout, clearTimeout, setInterval, and clearInterval methods\n *\n * @example\n * ```ts\n * import { Engine } from '@dcl/sdk/ecs'\n * import { createTimers } from '@dcl/sdk/ecs'\n *\n * const engine = Engine()\n * const timers = createTimers(engine)\n *\n * timers.setTimeout(() => console.log('done'), 1000)\n * ```\n *\n * @public\n */\n",
|
|
16360
|
+
"excerptTokens": [
|
|
16361
|
+
{
|
|
16362
|
+
"kind": "Content",
|
|
16363
|
+
"text": "export declare function createTimers(targetEngine: "
|
|
16364
|
+
},
|
|
16365
|
+
{
|
|
16366
|
+
"kind": "Reference",
|
|
16367
|
+
"text": "IEngine",
|
|
16368
|
+
"canonicalReference": "@dcl/playground-assets!IEngine:interface"
|
|
16369
|
+
},
|
|
16370
|
+
{
|
|
16371
|
+
"kind": "Content",
|
|
16372
|
+
"text": "): "
|
|
16373
|
+
},
|
|
16374
|
+
{
|
|
16375
|
+
"kind": "Reference",
|
|
16376
|
+
"text": "Timers",
|
|
16377
|
+
"canonicalReference": "@dcl/playground-assets!Timers:type"
|
|
16378
|
+
},
|
|
16379
|
+
{
|
|
16380
|
+
"kind": "Content",
|
|
16381
|
+
"text": ";"
|
|
16382
|
+
}
|
|
16383
|
+
],
|
|
16384
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/timers.d.ts",
|
|
16385
|
+
"returnTypeTokenRange": {
|
|
16386
|
+
"startIndex": 3,
|
|
16387
|
+
"endIndex": 4
|
|
16388
|
+
},
|
|
16389
|
+
"releaseTag": "Public",
|
|
16390
|
+
"overloadIndex": 1,
|
|
16391
|
+
"parameters": [
|
|
16392
|
+
{
|
|
16393
|
+
"parameterName": "targetEngine",
|
|
16394
|
+
"parameterTypeTokenRange": {
|
|
16395
|
+
"startIndex": 1,
|
|
16396
|
+
"endIndex": 2
|
|
16397
|
+
},
|
|
16398
|
+
"isOptional": false
|
|
16399
|
+
}
|
|
16400
|
+
],
|
|
16401
|
+
"name": "createTimers"
|
|
16402
|
+
},
|
|
16356
16403
|
{
|
|
16357
16404
|
"kind": "Function",
|
|
16358
16405
|
"canonicalReference": "@dcl/playground-assets!createTweenSystem:function(1)",
|
|
@@ -19351,7 +19398,7 @@
|
|
|
19351
19398
|
},
|
|
19352
19399
|
{
|
|
19353
19400
|
"kind": "Content",
|
|
19354
|
-
"text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n}"
|
|
19401
|
+
"text": ";\n hoverText?: string;\n maxDistance?: number;\n showFeedback?: boolean;\n showHighlight?: boolean;\n maxPlayerDistance?: number;\n}"
|
|
19355
19402
|
},
|
|
19356
19403
|
{
|
|
19357
19404
|
"kind": "Content",
|
|
@@ -19452,239 +19499,835 @@
|
|
|
19452
19499
|
"name": "executeTask"
|
|
19453
19500
|
},
|
|
19454
19501
|
{
|
|
19455
|
-
"kind": "
|
|
19456
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19457
|
-
"docComment": "/**\n * @public\n */\n",
|
|
19458
|
-
"excerptTokens": [
|
|
19459
|
-
{
|
|
19460
|
-
"kind": "Content",
|
|
19461
|
-
"text": "export type FlexDirectionType = "
|
|
19462
|
-
},
|
|
19463
|
-
{
|
|
19464
|
-
"kind": "Content",
|
|
19465
|
-
"text": "'row' | 'column' | 'column-reverse' | 'row-reverse'"
|
|
19466
|
-
},
|
|
19467
|
-
{
|
|
19468
|
-
"kind": "Content",
|
|
19469
|
-
"text": ";"
|
|
19470
|
-
}
|
|
19471
|
-
],
|
|
19472
|
-
"fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
|
|
19473
|
-
"releaseTag": "Public",
|
|
19474
|
-
"name": "FlexDirectionType",
|
|
19475
|
-
"typeTokenRange": {
|
|
19476
|
-
"startIndex": 1,
|
|
19477
|
-
"endIndex": 2
|
|
19478
|
-
}
|
|
19479
|
-
},
|
|
19480
|
-
{
|
|
19481
|
-
"kind": "TypeAlias",
|
|
19482
|
-
"canonicalReference": "@dcl/playground-assets!FlexWrapType:type",
|
|
19483
|
-
"docComment": "/**\n * @public\n */\n",
|
|
19484
|
-
"excerptTokens": [
|
|
19485
|
-
{
|
|
19486
|
-
"kind": "Content",
|
|
19487
|
-
"text": "export type FlexWrapType = "
|
|
19488
|
-
},
|
|
19489
|
-
{
|
|
19490
|
-
"kind": "Content",
|
|
19491
|
-
"text": "'wrap' | 'nowrap' | 'wrap-reverse'"
|
|
19492
|
-
},
|
|
19493
|
-
{
|
|
19494
|
-
"kind": "Content",
|
|
19495
|
-
"text": ";"
|
|
19496
|
-
}
|
|
19497
|
-
],
|
|
19498
|
-
"fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
|
|
19499
|
-
"releaseTag": "Public",
|
|
19500
|
-
"name": "FlexWrapType",
|
|
19501
|
-
"typeTokenRange": {
|
|
19502
|
-
"startIndex": 1,
|
|
19503
|
-
"endIndex": 2
|
|
19504
|
-
}
|
|
19505
|
-
},
|
|
19506
|
-
{
|
|
19507
|
-
"kind": "TypeAlias",
|
|
19508
|
-
"canonicalReference": "@dcl/playground-assets!FloatArray:type",
|
|
19509
|
-
"docComment": "/**\n * @public\n */\n",
|
|
19510
|
-
"excerptTokens": [
|
|
19511
|
-
{
|
|
19512
|
-
"kind": "Content",
|
|
19513
|
-
"text": "export declare type FloatArray = "
|
|
19514
|
-
},
|
|
19515
|
-
{
|
|
19516
|
-
"kind": "Content",
|
|
19517
|
-
"text": "number[]"
|
|
19518
|
-
},
|
|
19519
|
-
{
|
|
19520
|
-
"kind": "Content",
|
|
19521
|
-
"text": ";"
|
|
19522
|
-
}
|
|
19523
|
-
],
|
|
19524
|
-
"fileUrlPath": "../sdk/node_modules/@dcl/ecs-math/dist/types.d.ts",
|
|
19525
|
-
"releaseTag": "Public",
|
|
19526
|
-
"name": "FloatArray",
|
|
19527
|
-
"typeTokenRange": {
|
|
19528
|
-
"startIndex": 1,
|
|
19529
|
-
"endIndex": 2
|
|
19530
|
-
}
|
|
19531
|
-
},
|
|
19532
|
-
{
|
|
19533
|
-
"kind": "Enum",
|
|
19534
|
-
"canonicalReference": "@dcl/playground-assets!Font:enum",
|
|
19535
|
-
"docComment": "/**\n * @public\n */\n",
|
|
19502
|
+
"kind": "Interface",
|
|
19503
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial:interface",
|
|
19504
|
+
"docComment": "/**\n * Flattened material interface for simplified property access\n *\n * @public\n */\n",
|
|
19536
19505
|
"excerptTokens": [
|
|
19537
19506
|
{
|
|
19538
19507
|
"kind": "Content",
|
|
19539
|
-
"text": "export
|
|
19508
|
+
"text": "export interface FlatMaterial "
|
|
19540
19509
|
}
|
|
19541
19510
|
],
|
|
19542
|
-
"fileUrlPath": "../ecs/dist/components/
|
|
19511
|
+
"fileUrlPath": "../ecs/dist/components/extended/Material.d.ts",
|
|
19543
19512
|
"releaseTag": "Public",
|
|
19544
|
-
"name": "
|
|
19513
|
+
"name": "FlatMaterial",
|
|
19545
19514
|
"preserveMemberOrder": false,
|
|
19546
19515
|
"members": [
|
|
19547
19516
|
{
|
|
19548
|
-
"kind": "
|
|
19549
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19550
|
-
"docComment": "",
|
|
19517
|
+
"kind": "PropertySignature",
|
|
19518
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#albedoColor:member",
|
|
19519
|
+
"docComment": "/**\n * Albedo/base color (PBR only). Default: white\n */\n",
|
|
19551
19520
|
"excerptTokens": [
|
|
19552
19521
|
{
|
|
19553
19522
|
"kind": "Content",
|
|
19554
|
-
"text": "
|
|
19523
|
+
"text": "albedoColor: "
|
|
19524
|
+
},
|
|
19525
|
+
{
|
|
19526
|
+
"kind": "Reference",
|
|
19527
|
+
"text": "Color4",
|
|
19528
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
|
19555
19529
|
},
|
|
19556
19530
|
{
|
|
19557
19531
|
"kind": "Content",
|
|
19558
|
-
"text": "
|
|
19532
|
+
"text": " | undefined"
|
|
19533
|
+
},
|
|
19534
|
+
{
|
|
19535
|
+
"kind": "Content",
|
|
19536
|
+
"text": ";"
|
|
19559
19537
|
}
|
|
19560
19538
|
],
|
|
19561
|
-
"
|
|
19562
|
-
|
|
19563
|
-
"endIndex": 2
|
|
19564
|
-
},
|
|
19539
|
+
"isReadonly": false,
|
|
19540
|
+
"isOptional": false,
|
|
19565
19541
|
"releaseTag": "Public",
|
|
19566
|
-
"name": "
|
|
19542
|
+
"name": "albedoColor",
|
|
19543
|
+
"propertyTypeTokenRange": {
|
|
19544
|
+
"startIndex": 1,
|
|
19545
|
+
"endIndex": 3
|
|
19546
|
+
}
|
|
19567
19547
|
},
|
|
19568
19548
|
{
|
|
19569
|
-
"kind": "
|
|
19570
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19571
|
-
"docComment": "",
|
|
19549
|
+
"kind": "PropertySignature",
|
|
19550
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#alphaTest:member",
|
|
19551
|
+
"docComment": "/**\n * Alpha test threshold (0-1). Default: 0.5\n */\n",
|
|
19572
19552
|
"excerptTokens": [
|
|
19573
19553
|
{
|
|
19574
19554
|
"kind": "Content",
|
|
19575
|
-
"text": "
|
|
19555
|
+
"text": "alphaTest: "
|
|
19576
19556
|
},
|
|
19577
19557
|
{
|
|
19578
19558
|
"kind": "Content",
|
|
19579
|
-
"text": "
|
|
19559
|
+
"text": "number | undefined"
|
|
19560
|
+
},
|
|
19561
|
+
{
|
|
19562
|
+
"kind": "Content",
|
|
19563
|
+
"text": ";"
|
|
19580
19564
|
}
|
|
19581
19565
|
],
|
|
19582
|
-
"
|
|
19566
|
+
"isReadonly": false,
|
|
19567
|
+
"isOptional": false,
|
|
19568
|
+
"releaseTag": "Public",
|
|
19569
|
+
"name": "alphaTest",
|
|
19570
|
+
"propertyTypeTokenRange": {
|
|
19583
19571
|
"startIndex": 1,
|
|
19584
19572
|
"endIndex": 2
|
|
19585
|
-
}
|
|
19586
|
-
"releaseTag": "Public",
|
|
19587
|
-
"name": "F_SANS_SERIF"
|
|
19573
|
+
}
|
|
19588
19574
|
},
|
|
19589
19575
|
{
|
|
19590
|
-
"kind": "
|
|
19591
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19592
|
-
"docComment": "",
|
|
19576
|
+
"kind": "PropertySignature",
|
|
19577
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#alphaTexture:member",
|
|
19578
|
+
"docComment": "/**\n * Access to the alpha texture properties (works for both PBR and Unlit materials)\n */\n",
|
|
19593
19579
|
"excerptTokens": [
|
|
19594
19580
|
{
|
|
19595
19581
|
"kind": "Content",
|
|
19596
|
-
"text": "
|
|
19582
|
+
"text": "readonly alphaTexture: "
|
|
19583
|
+
},
|
|
19584
|
+
{
|
|
19585
|
+
"kind": "Reference",
|
|
19586
|
+
"text": "FlatTexture",
|
|
19587
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture:interface"
|
|
19597
19588
|
},
|
|
19598
19589
|
{
|
|
19599
19590
|
"kind": "Content",
|
|
19600
|
-
"text": "
|
|
19591
|
+
"text": ";"
|
|
19601
19592
|
}
|
|
19602
19593
|
],
|
|
19603
|
-
"
|
|
19594
|
+
"isReadonly": true,
|
|
19595
|
+
"isOptional": false,
|
|
19596
|
+
"releaseTag": "Public",
|
|
19597
|
+
"name": "alphaTexture",
|
|
19598
|
+
"propertyTypeTokenRange": {
|
|
19604
19599
|
"startIndex": 1,
|
|
19605
19600
|
"endIndex": 2
|
|
19606
|
-
}
|
|
19607
|
-
"releaseTag": "Public",
|
|
19608
|
-
"name": "F_SERIF"
|
|
19609
|
-
}
|
|
19610
|
-
]
|
|
19611
|
-
},
|
|
19612
|
-
{
|
|
19613
|
-
"kind": "Function",
|
|
19614
|
-
"canonicalReference": "@dcl/playground-assets!getComponentEntityTree:function(1)",
|
|
19615
|
-
"docComment": "/**\n * Get an iterator of entities that follow a tree structure for a component\n *\n * @param engine - the engine running the entities\n *\n * @param entity - the root entity of the tree\n *\n * @param component - the parenting component to filter by\n *\n * @returns An iterator of an array as [entity, entity2, ...]\n *\n * Example:\n * ```ts\n * const TreeComponent = engine.defineComponent('custom::TreeComponent', {\n * label: Schemas.String,\n * parent: Schemas.Entity\n * })\n *\n * for (const entity of getComponentEntityTree(engine, entity, TreeComponent)) {\n * // entity in the tree\n * }\n * ```\n *\n * @public\n */\n",
|
|
19616
|
-
"excerptTokens": [
|
|
19617
|
-
{
|
|
19618
|
-
"kind": "Content",
|
|
19619
|
-
"text": "export declare function getComponentEntityTree<T>(engine: "
|
|
19620
|
-
},
|
|
19621
|
-
{
|
|
19622
|
-
"kind": "Reference",
|
|
19623
|
-
"text": "Pick",
|
|
19624
|
-
"canonicalReference": "!Pick:type"
|
|
19625
|
-
},
|
|
19626
|
-
{
|
|
19627
|
-
"kind": "Content",
|
|
19628
|
-
"text": "<"
|
|
19629
|
-
},
|
|
19630
|
-
{
|
|
19631
|
-
"kind": "Reference",
|
|
19632
|
-
"text": "IEngine",
|
|
19633
|
-
"canonicalReference": "@dcl/playground-assets!IEngine:interface"
|
|
19601
|
+
}
|
|
19634
19602
|
},
|
|
19635
19603
|
{
|
|
19636
|
-
"kind": "
|
|
19637
|
-
"
|
|
19604
|
+
"kind": "PropertySignature",
|
|
19605
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#bumpTexture:member",
|
|
19606
|
+
"docComment": "/**\n * Access to the bump/normal texture properties (PBR only - returns undefined for Unlit materials)\n */\n",
|
|
19607
|
+
"excerptTokens": [
|
|
19608
|
+
{
|
|
19609
|
+
"kind": "Content",
|
|
19610
|
+
"text": "readonly bumpTexture: "
|
|
19611
|
+
},
|
|
19612
|
+
{
|
|
19613
|
+
"kind": "Reference",
|
|
19614
|
+
"text": "FlatTexture",
|
|
19615
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture:interface"
|
|
19616
|
+
},
|
|
19617
|
+
{
|
|
19618
|
+
"kind": "Content",
|
|
19619
|
+
"text": " | undefined"
|
|
19620
|
+
},
|
|
19621
|
+
{
|
|
19622
|
+
"kind": "Content",
|
|
19623
|
+
"text": ";"
|
|
19624
|
+
}
|
|
19625
|
+
],
|
|
19626
|
+
"isReadonly": true,
|
|
19627
|
+
"isOptional": false,
|
|
19628
|
+
"releaseTag": "Public",
|
|
19629
|
+
"name": "bumpTexture",
|
|
19630
|
+
"propertyTypeTokenRange": {
|
|
19631
|
+
"startIndex": 1,
|
|
19632
|
+
"endIndex": 3
|
|
19633
|
+
}
|
|
19638
19634
|
},
|
|
19639
19635
|
{
|
|
19640
|
-
"kind": "
|
|
19641
|
-
"
|
|
19636
|
+
"kind": "PropertySignature",
|
|
19637
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#castShadows:member",
|
|
19638
|
+
"docComment": "/**\n * Whether the material casts shadows. Default: true\n */\n",
|
|
19639
|
+
"excerptTokens": [
|
|
19640
|
+
{
|
|
19641
|
+
"kind": "Content",
|
|
19642
|
+
"text": "castShadows: "
|
|
19643
|
+
},
|
|
19644
|
+
{
|
|
19645
|
+
"kind": "Content",
|
|
19646
|
+
"text": "boolean | undefined"
|
|
19647
|
+
},
|
|
19648
|
+
{
|
|
19649
|
+
"kind": "Content",
|
|
19650
|
+
"text": ";"
|
|
19651
|
+
}
|
|
19652
|
+
],
|
|
19653
|
+
"isReadonly": false,
|
|
19654
|
+
"isOptional": false,
|
|
19655
|
+
"releaseTag": "Public",
|
|
19656
|
+
"name": "castShadows",
|
|
19657
|
+
"propertyTypeTokenRange": {
|
|
19658
|
+
"startIndex": 1,
|
|
19659
|
+
"endIndex": 2
|
|
19660
|
+
}
|
|
19642
19661
|
},
|
|
19643
19662
|
{
|
|
19644
|
-
"kind": "
|
|
19645
|
-
"
|
|
19646
|
-
"
|
|
19663
|
+
"kind": "PropertySignature",
|
|
19664
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#diffuseColor:member",
|
|
19665
|
+
"docComment": "/**\n * Diffuse color (Unlit only). Default: white\n */\n",
|
|
19666
|
+
"excerptTokens": [
|
|
19667
|
+
{
|
|
19668
|
+
"kind": "Content",
|
|
19669
|
+
"text": "diffuseColor: "
|
|
19670
|
+
},
|
|
19671
|
+
{
|
|
19672
|
+
"kind": "Reference",
|
|
19673
|
+
"text": "Color4",
|
|
19674
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
|
19675
|
+
},
|
|
19676
|
+
{
|
|
19677
|
+
"kind": "Content",
|
|
19678
|
+
"text": " | undefined"
|
|
19679
|
+
},
|
|
19680
|
+
{
|
|
19681
|
+
"kind": "Content",
|
|
19682
|
+
"text": ";"
|
|
19683
|
+
}
|
|
19684
|
+
],
|
|
19685
|
+
"isReadonly": false,
|
|
19686
|
+
"isOptional": false,
|
|
19687
|
+
"releaseTag": "Public",
|
|
19688
|
+
"name": "diffuseColor",
|
|
19689
|
+
"propertyTypeTokenRange": {
|
|
19690
|
+
"startIndex": 1,
|
|
19691
|
+
"endIndex": 3
|
|
19692
|
+
}
|
|
19647
19693
|
},
|
|
19648
19694
|
{
|
|
19649
|
-
"kind": "
|
|
19650
|
-
"
|
|
19695
|
+
"kind": "PropertySignature",
|
|
19696
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#directIntensity:member",
|
|
19697
|
+
"docComment": "/**\n * Direct light intensity (PBR only). Default: 1\n */\n",
|
|
19698
|
+
"excerptTokens": [
|
|
19699
|
+
{
|
|
19700
|
+
"kind": "Content",
|
|
19701
|
+
"text": "directIntensity: "
|
|
19702
|
+
},
|
|
19703
|
+
{
|
|
19704
|
+
"kind": "Content",
|
|
19705
|
+
"text": "number | undefined"
|
|
19706
|
+
},
|
|
19707
|
+
{
|
|
19708
|
+
"kind": "Content",
|
|
19709
|
+
"text": ";"
|
|
19710
|
+
}
|
|
19711
|
+
],
|
|
19712
|
+
"isReadonly": false,
|
|
19713
|
+
"isOptional": false,
|
|
19714
|
+
"releaseTag": "Public",
|
|
19715
|
+
"name": "directIntensity",
|
|
19716
|
+
"propertyTypeTokenRange": {
|
|
19717
|
+
"startIndex": 1,
|
|
19718
|
+
"endIndex": 2
|
|
19719
|
+
}
|
|
19651
19720
|
},
|
|
19652
19721
|
{
|
|
19653
|
-
"kind": "
|
|
19654
|
-
"
|
|
19655
|
-
"
|
|
19722
|
+
"kind": "PropertySignature",
|
|
19723
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#emissiveColor:member",
|
|
19724
|
+
"docComment": "/**\n * Emissive color (PBR only). Default: black\n */\n",
|
|
19725
|
+
"excerptTokens": [
|
|
19726
|
+
{
|
|
19727
|
+
"kind": "Content",
|
|
19728
|
+
"text": "emissiveColor: "
|
|
19729
|
+
},
|
|
19730
|
+
{
|
|
19731
|
+
"kind": "Reference",
|
|
19732
|
+
"text": "Color3",
|
|
19733
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
19734
|
+
},
|
|
19735
|
+
{
|
|
19736
|
+
"kind": "Content",
|
|
19737
|
+
"text": " | undefined"
|
|
19738
|
+
},
|
|
19739
|
+
{
|
|
19740
|
+
"kind": "Content",
|
|
19741
|
+
"text": ";"
|
|
19742
|
+
}
|
|
19743
|
+
],
|
|
19744
|
+
"isReadonly": false,
|
|
19745
|
+
"isOptional": false,
|
|
19746
|
+
"releaseTag": "Public",
|
|
19747
|
+
"name": "emissiveColor",
|
|
19748
|
+
"propertyTypeTokenRange": {
|
|
19749
|
+
"startIndex": 1,
|
|
19750
|
+
"endIndex": 3
|
|
19751
|
+
}
|
|
19656
19752
|
},
|
|
19657
19753
|
{
|
|
19658
|
-
"kind": "
|
|
19659
|
-
"
|
|
19754
|
+
"kind": "PropertySignature",
|
|
19755
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#emissiveIntensity:member",
|
|
19756
|
+
"docComment": "/**\n * Emissive intensity (PBR only). Default: 2\n */\n",
|
|
19757
|
+
"excerptTokens": [
|
|
19758
|
+
{
|
|
19759
|
+
"kind": "Content",
|
|
19760
|
+
"text": "emissiveIntensity: "
|
|
19761
|
+
},
|
|
19762
|
+
{
|
|
19763
|
+
"kind": "Content",
|
|
19764
|
+
"text": "number | undefined"
|
|
19765
|
+
},
|
|
19766
|
+
{
|
|
19767
|
+
"kind": "Content",
|
|
19768
|
+
"text": ";"
|
|
19769
|
+
}
|
|
19770
|
+
],
|
|
19771
|
+
"isReadonly": false,
|
|
19772
|
+
"isOptional": false,
|
|
19773
|
+
"releaseTag": "Public",
|
|
19774
|
+
"name": "emissiveIntensity",
|
|
19775
|
+
"propertyTypeTokenRange": {
|
|
19776
|
+
"startIndex": 1,
|
|
19777
|
+
"endIndex": 2
|
|
19778
|
+
}
|
|
19660
19779
|
},
|
|
19661
19780
|
{
|
|
19662
|
-
"kind": "
|
|
19663
|
-
"
|
|
19664
|
-
"
|
|
19781
|
+
"kind": "PropertySignature",
|
|
19782
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#emissiveTexture:member",
|
|
19783
|
+
"docComment": "/**\n * Access to the emissive texture properties (PBR only - returns undefined for Unlit materials)\n */\n",
|
|
19784
|
+
"excerptTokens": [
|
|
19785
|
+
{
|
|
19786
|
+
"kind": "Content",
|
|
19787
|
+
"text": "readonly emissiveTexture: "
|
|
19788
|
+
},
|
|
19789
|
+
{
|
|
19790
|
+
"kind": "Reference",
|
|
19791
|
+
"text": "FlatTexture",
|
|
19792
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture:interface"
|
|
19793
|
+
},
|
|
19794
|
+
{
|
|
19795
|
+
"kind": "Content",
|
|
19796
|
+
"text": " | undefined"
|
|
19797
|
+
},
|
|
19798
|
+
{
|
|
19799
|
+
"kind": "Content",
|
|
19800
|
+
"text": ";"
|
|
19801
|
+
}
|
|
19802
|
+
],
|
|
19803
|
+
"isReadonly": true,
|
|
19804
|
+
"isOptional": false,
|
|
19805
|
+
"releaseTag": "Public",
|
|
19806
|
+
"name": "emissiveTexture",
|
|
19807
|
+
"propertyTypeTokenRange": {
|
|
19808
|
+
"startIndex": 1,
|
|
19809
|
+
"endIndex": 3
|
|
19810
|
+
}
|
|
19665
19811
|
},
|
|
19666
19812
|
{
|
|
19667
|
-
"kind": "
|
|
19668
|
-
"
|
|
19813
|
+
"kind": "PropertySignature",
|
|
19814
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#metallic:member",
|
|
19815
|
+
"docComment": "/**\n * Metallic value 0-1 (PBR only). Default: 0.5\n */\n",
|
|
19816
|
+
"excerptTokens": [
|
|
19817
|
+
{
|
|
19818
|
+
"kind": "Content",
|
|
19819
|
+
"text": "metallic: "
|
|
19820
|
+
},
|
|
19821
|
+
{
|
|
19822
|
+
"kind": "Content",
|
|
19823
|
+
"text": "number | undefined"
|
|
19824
|
+
},
|
|
19825
|
+
{
|
|
19826
|
+
"kind": "Content",
|
|
19827
|
+
"text": ";"
|
|
19828
|
+
}
|
|
19829
|
+
],
|
|
19830
|
+
"isReadonly": false,
|
|
19831
|
+
"isOptional": false,
|
|
19832
|
+
"releaseTag": "Public",
|
|
19833
|
+
"name": "metallic",
|
|
19834
|
+
"propertyTypeTokenRange": {
|
|
19835
|
+
"startIndex": 1,
|
|
19836
|
+
"endIndex": 2
|
|
19837
|
+
}
|
|
19669
19838
|
},
|
|
19670
19839
|
{
|
|
19671
|
-
"kind": "
|
|
19672
|
-
"
|
|
19840
|
+
"kind": "PropertySignature",
|
|
19841
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#reflectivityColor:member",
|
|
19842
|
+
"docComment": "/**\n * Reflectivity color (PBR only). Default: white\n */\n",
|
|
19843
|
+
"excerptTokens": [
|
|
19844
|
+
{
|
|
19845
|
+
"kind": "Content",
|
|
19846
|
+
"text": "reflectivityColor: "
|
|
19847
|
+
},
|
|
19848
|
+
{
|
|
19849
|
+
"kind": "Reference",
|
|
19850
|
+
"text": "Color3",
|
|
19851
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
19852
|
+
},
|
|
19853
|
+
{
|
|
19854
|
+
"kind": "Content",
|
|
19855
|
+
"text": " | undefined"
|
|
19856
|
+
},
|
|
19857
|
+
{
|
|
19858
|
+
"kind": "Content",
|
|
19859
|
+
"text": ";"
|
|
19860
|
+
}
|
|
19861
|
+
],
|
|
19862
|
+
"isReadonly": false,
|
|
19863
|
+
"isOptional": false,
|
|
19864
|
+
"releaseTag": "Public",
|
|
19865
|
+
"name": "reflectivityColor",
|
|
19866
|
+
"propertyTypeTokenRange": {
|
|
19867
|
+
"startIndex": 1,
|
|
19868
|
+
"endIndex": 3
|
|
19869
|
+
}
|
|
19673
19870
|
},
|
|
19674
19871
|
{
|
|
19675
|
-
"kind": "
|
|
19676
|
-
"
|
|
19677
|
-
"
|
|
19872
|
+
"kind": "PropertySignature",
|
|
19873
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#roughness:member",
|
|
19874
|
+
"docComment": "/**\n * Roughness value 0-1 (PBR only). Default: 0.5\n */\n",
|
|
19875
|
+
"excerptTokens": [
|
|
19876
|
+
{
|
|
19877
|
+
"kind": "Content",
|
|
19878
|
+
"text": "roughness: "
|
|
19879
|
+
},
|
|
19880
|
+
{
|
|
19881
|
+
"kind": "Content",
|
|
19882
|
+
"text": "number | undefined"
|
|
19883
|
+
},
|
|
19884
|
+
{
|
|
19885
|
+
"kind": "Content",
|
|
19886
|
+
"text": ";"
|
|
19887
|
+
}
|
|
19888
|
+
],
|
|
19889
|
+
"isReadonly": false,
|
|
19890
|
+
"isOptional": false,
|
|
19891
|
+
"releaseTag": "Public",
|
|
19892
|
+
"name": "roughness",
|
|
19893
|
+
"propertyTypeTokenRange": {
|
|
19894
|
+
"startIndex": 1,
|
|
19895
|
+
"endIndex": 2
|
|
19896
|
+
}
|
|
19678
19897
|
},
|
|
19679
19898
|
{
|
|
19680
|
-
"kind": "
|
|
19681
|
-
"
|
|
19899
|
+
"kind": "PropertySignature",
|
|
19900
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#specularIntensity:member",
|
|
19901
|
+
"docComment": "/**\n * Specular intensity (PBR only). Default: 1\n */\n",
|
|
19902
|
+
"excerptTokens": [
|
|
19903
|
+
{
|
|
19904
|
+
"kind": "Content",
|
|
19905
|
+
"text": "specularIntensity: "
|
|
19906
|
+
},
|
|
19907
|
+
{
|
|
19908
|
+
"kind": "Content",
|
|
19909
|
+
"text": "number | undefined"
|
|
19910
|
+
},
|
|
19911
|
+
{
|
|
19912
|
+
"kind": "Content",
|
|
19913
|
+
"text": ";"
|
|
19914
|
+
}
|
|
19915
|
+
],
|
|
19916
|
+
"isReadonly": false,
|
|
19917
|
+
"isOptional": false,
|
|
19918
|
+
"releaseTag": "Public",
|
|
19919
|
+
"name": "specularIntensity",
|
|
19920
|
+
"propertyTypeTokenRange": {
|
|
19921
|
+
"startIndex": 1,
|
|
19922
|
+
"endIndex": 2
|
|
19923
|
+
}
|
|
19682
19924
|
},
|
|
19683
19925
|
{
|
|
19684
|
-
"kind": "
|
|
19685
|
-
"
|
|
19686
|
-
"
|
|
19687
|
-
|
|
19926
|
+
"kind": "PropertySignature",
|
|
19927
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#texture:member",
|
|
19928
|
+
"docComment": "/**\n * Access to the main texture properties (works for both PBR and Unlit materials)\n */\n",
|
|
19929
|
+
"excerptTokens": [
|
|
19930
|
+
{
|
|
19931
|
+
"kind": "Content",
|
|
19932
|
+
"text": "readonly texture: "
|
|
19933
|
+
},
|
|
19934
|
+
{
|
|
19935
|
+
"kind": "Reference",
|
|
19936
|
+
"text": "FlatTexture",
|
|
19937
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture:interface"
|
|
19938
|
+
},
|
|
19939
|
+
{
|
|
19940
|
+
"kind": "Content",
|
|
19941
|
+
"text": ";"
|
|
19942
|
+
}
|
|
19943
|
+
],
|
|
19944
|
+
"isReadonly": true,
|
|
19945
|
+
"isOptional": false,
|
|
19946
|
+
"releaseTag": "Public",
|
|
19947
|
+
"name": "texture",
|
|
19948
|
+
"propertyTypeTokenRange": {
|
|
19949
|
+
"startIndex": 1,
|
|
19950
|
+
"endIndex": 2
|
|
19951
|
+
}
|
|
19952
|
+
},
|
|
19953
|
+
{
|
|
19954
|
+
"kind": "PropertySignature",
|
|
19955
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial#transparencyMode:member",
|
|
19956
|
+
"docComment": "/**\n * Transparency mode (PBR only). Default: MTM_AUTO\n */\n",
|
|
19957
|
+
"excerptTokens": [
|
|
19958
|
+
{
|
|
19959
|
+
"kind": "Content",
|
|
19960
|
+
"text": "transparencyMode: "
|
|
19961
|
+
},
|
|
19962
|
+
{
|
|
19963
|
+
"kind": "Reference",
|
|
19964
|
+
"text": "MaterialTransparencyMode",
|
|
19965
|
+
"canonicalReference": "@dcl/playground-assets!MaterialTransparencyMode:enum"
|
|
19966
|
+
},
|
|
19967
|
+
{
|
|
19968
|
+
"kind": "Content",
|
|
19969
|
+
"text": " | undefined"
|
|
19970
|
+
},
|
|
19971
|
+
{
|
|
19972
|
+
"kind": "Content",
|
|
19973
|
+
"text": ";"
|
|
19974
|
+
}
|
|
19975
|
+
],
|
|
19976
|
+
"isReadonly": false,
|
|
19977
|
+
"isOptional": false,
|
|
19978
|
+
"releaseTag": "Public",
|
|
19979
|
+
"name": "transparencyMode",
|
|
19980
|
+
"propertyTypeTokenRange": {
|
|
19981
|
+
"startIndex": 1,
|
|
19982
|
+
"endIndex": 3
|
|
19983
|
+
}
|
|
19984
|
+
}
|
|
19985
|
+
],
|
|
19986
|
+
"extendsTokenRanges": []
|
|
19987
|
+
},
|
|
19988
|
+
{
|
|
19989
|
+
"kind": "Interface",
|
|
19990
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture:interface",
|
|
19991
|
+
"docComment": "/**\n * Flattened texture interface for simplified property access\n *\n * @public\n */\n",
|
|
19992
|
+
"excerptTokens": [
|
|
19993
|
+
{
|
|
19994
|
+
"kind": "Content",
|
|
19995
|
+
"text": "export interface FlatTexture "
|
|
19996
|
+
}
|
|
19997
|
+
],
|
|
19998
|
+
"fileUrlPath": "../ecs/dist/components/extended/Material.d.ts",
|
|
19999
|
+
"releaseTag": "Public",
|
|
20000
|
+
"name": "FlatTexture",
|
|
20001
|
+
"preserveMemberOrder": false,
|
|
20002
|
+
"members": [
|
|
20003
|
+
{
|
|
20004
|
+
"kind": "PropertySignature",
|
|
20005
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture#filterMode:member",
|
|
20006
|
+
"docComment": "/**\n * Texture filtering mode\n */\n",
|
|
20007
|
+
"excerptTokens": [
|
|
20008
|
+
{
|
|
20009
|
+
"kind": "Content",
|
|
20010
|
+
"text": "filterMode: "
|
|
20011
|
+
},
|
|
20012
|
+
{
|
|
20013
|
+
"kind": "Reference",
|
|
20014
|
+
"text": "TextureFilterMode",
|
|
20015
|
+
"canonicalReference": "@dcl/playground-assets!TextureFilterMode:enum"
|
|
20016
|
+
},
|
|
20017
|
+
{
|
|
20018
|
+
"kind": "Content",
|
|
20019
|
+
"text": " | undefined"
|
|
20020
|
+
},
|
|
20021
|
+
{
|
|
20022
|
+
"kind": "Content",
|
|
20023
|
+
"text": ";"
|
|
20024
|
+
}
|
|
20025
|
+
],
|
|
20026
|
+
"isReadonly": false,
|
|
20027
|
+
"isOptional": false,
|
|
20028
|
+
"releaseTag": "Public",
|
|
20029
|
+
"name": "filterMode",
|
|
20030
|
+
"propertyTypeTokenRange": {
|
|
20031
|
+
"startIndex": 1,
|
|
20032
|
+
"endIndex": 3
|
|
20033
|
+
}
|
|
20034
|
+
},
|
|
20035
|
+
{
|
|
20036
|
+
"kind": "PropertySignature",
|
|
20037
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture#src:member",
|
|
20038
|
+
"docComment": "/**\n * Path to the texture file\n */\n",
|
|
20039
|
+
"excerptTokens": [
|
|
20040
|
+
{
|
|
20041
|
+
"kind": "Content",
|
|
20042
|
+
"text": "src: "
|
|
20043
|
+
},
|
|
20044
|
+
{
|
|
20045
|
+
"kind": "Content",
|
|
20046
|
+
"text": "string | undefined"
|
|
20047
|
+
},
|
|
20048
|
+
{
|
|
20049
|
+
"kind": "Content",
|
|
20050
|
+
"text": ";"
|
|
20051
|
+
}
|
|
20052
|
+
],
|
|
20053
|
+
"isReadonly": false,
|
|
20054
|
+
"isOptional": false,
|
|
20055
|
+
"releaseTag": "Public",
|
|
20056
|
+
"name": "src",
|
|
20057
|
+
"propertyTypeTokenRange": {
|
|
20058
|
+
"startIndex": 1,
|
|
20059
|
+
"endIndex": 2
|
|
20060
|
+
}
|
|
20061
|
+
},
|
|
20062
|
+
{
|
|
20063
|
+
"kind": "PropertySignature",
|
|
20064
|
+
"canonicalReference": "@dcl/playground-assets!FlatTexture#wrapMode:member",
|
|
20065
|
+
"docComment": "/**\n * Texture wrapping behavior\n */\n",
|
|
20066
|
+
"excerptTokens": [
|
|
20067
|
+
{
|
|
20068
|
+
"kind": "Content",
|
|
20069
|
+
"text": "wrapMode: "
|
|
20070
|
+
},
|
|
20071
|
+
{
|
|
20072
|
+
"kind": "Reference",
|
|
20073
|
+
"text": "TextureWrapMode",
|
|
20074
|
+
"canonicalReference": "@dcl/playground-assets!TextureWrapMode:enum"
|
|
20075
|
+
},
|
|
20076
|
+
{
|
|
20077
|
+
"kind": "Content",
|
|
20078
|
+
"text": " | undefined"
|
|
20079
|
+
},
|
|
20080
|
+
{
|
|
20081
|
+
"kind": "Content",
|
|
20082
|
+
"text": ";"
|
|
20083
|
+
}
|
|
20084
|
+
],
|
|
20085
|
+
"isReadonly": false,
|
|
20086
|
+
"isOptional": false,
|
|
20087
|
+
"releaseTag": "Public",
|
|
20088
|
+
"name": "wrapMode",
|
|
20089
|
+
"propertyTypeTokenRange": {
|
|
20090
|
+
"startIndex": 1,
|
|
20091
|
+
"endIndex": 3
|
|
20092
|
+
}
|
|
20093
|
+
}
|
|
20094
|
+
],
|
|
20095
|
+
"extendsTokenRanges": []
|
|
20096
|
+
},
|
|
20097
|
+
{
|
|
20098
|
+
"kind": "TypeAlias",
|
|
20099
|
+
"canonicalReference": "@dcl/playground-assets!FlexDirectionType:type",
|
|
20100
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20101
|
+
"excerptTokens": [
|
|
20102
|
+
{
|
|
20103
|
+
"kind": "Content",
|
|
20104
|
+
"text": "export type FlexDirectionType = "
|
|
20105
|
+
},
|
|
20106
|
+
{
|
|
20107
|
+
"kind": "Content",
|
|
20108
|
+
"text": "'row' | 'column' | 'column-reverse' | 'row-reverse'"
|
|
20109
|
+
},
|
|
20110
|
+
{
|
|
20111
|
+
"kind": "Content",
|
|
20112
|
+
"text": ";"
|
|
20113
|
+
}
|
|
20114
|
+
],
|
|
20115
|
+
"fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
|
|
20116
|
+
"releaseTag": "Public",
|
|
20117
|
+
"name": "FlexDirectionType",
|
|
20118
|
+
"typeTokenRange": {
|
|
20119
|
+
"startIndex": 1,
|
|
20120
|
+
"endIndex": 2
|
|
20121
|
+
}
|
|
20122
|
+
},
|
|
20123
|
+
{
|
|
20124
|
+
"kind": "TypeAlias",
|
|
20125
|
+
"canonicalReference": "@dcl/playground-assets!FlexWrapType:type",
|
|
20126
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20127
|
+
"excerptTokens": [
|
|
20128
|
+
{
|
|
20129
|
+
"kind": "Content",
|
|
20130
|
+
"text": "export type FlexWrapType = "
|
|
20131
|
+
},
|
|
20132
|
+
{
|
|
20133
|
+
"kind": "Content",
|
|
20134
|
+
"text": "'wrap' | 'nowrap' | 'wrap-reverse'"
|
|
20135
|
+
},
|
|
20136
|
+
{
|
|
20137
|
+
"kind": "Content",
|
|
20138
|
+
"text": ";"
|
|
20139
|
+
}
|
|
20140
|
+
],
|
|
20141
|
+
"fileUrlPath": "../react-ecs/dist/components/uiTransform/types.d.ts",
|
|
20142
|
+
"releaseTag": "Public",
|
|
20143
|
+
"name": "FlexWrapType",
|
|
20144
|
+
"typeTokenRange": {
|
|
20145
|
+
"startIndex": 1,
|
|
20146
|
+
"endIndex": 2
|
|
20147
|
+
}
|
|
20148
|
+
},
|
|
20149
|
+
{
|
|
20150
|
+
"kind": "TypeAlias",
|
|
20151
|
+
"canonicalReference": "@dcl/playground-assets!FloatArray:type",
|
|
20152
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20153
|
+
"excerptTokens": [
|
|
20154
|
+
{
|
|
20155
|
+
"kind": "Content",
|
|
20156
|
+
"text": "export declare type FloatArray = "
|
|
20157
|
+
},
|
|
20158
|
+
{
|
|
20159
|
+
"kind": "Content",
|
|
20160
|
+
"text": "number[]"
|
|
20161
|
+
},
|
|
20162
|
+
{
|
|
20163
|
+
"kind": "Content",
|
|
20164
|
+
"text": ";"
|
|
20165
|
+
}
|
|
20166
|
+
],
|
|
20167
|
+
"fileUrlPath": "../sdk/node_modules/@dcl/ecs-math/dist/types.d.ts",
|
|
20168
|
+
"releaseTag": "Public",
|
|
20169
|
+
"name": "FloatArray",
|
|
20170
|
+
"typeTokenRange": {
|
|
20171
|
+
"startIndex": 1,
|
|
20172
|
+
"endIndex": 2
|
|
20173
|
+
}
|
|
20174
|
+
},
|
|
20175
|
+
{
|
|
20176
|
+
"kind": "Enum",
|
|
20177
|
+
"canonicalReference": "@dcl/playground-assets!Font:enum",
|
|
20178
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20179
|
+
"excerptTokens": [
|
|
20180
|
+
{
|
|
20181
|
+
"kind": "Content",
|
|
20182
|
+
"text": "export declare const enum Font "
|
|
20183
|
+
}
|
|
20184
|
+
],
|
|
20185
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/common/texts.gen.d.ts",
|
|
20186
|
+
"releaseTag": "Public",
|
|
20187
|
+
"name": "Font",
|
|
20188
|
+
"preserveMemberOrder": false,
|
|
20189
|
+
"members": [
|
|
20190
|
+
{
|
|
20191
|
+
"kind": "EnumMember",
|
|
20192
|
+
"canonicalReference": "@dcl/playground-assets!Font.F_MONOSPACE:member",
|
|
20193
|
+
"docComment": "",
|
|
20194
|
+
"excerptTokens": [
|
|
20195
|
+
{
|
|
20196
|
+
"kind": "Content",
|
|
20197
|
+
"text": "F_MONOSPACE = "
|
|
20198
|
+
},
|
|
20199
|
+
{
|
|
20200
|
+
"kind": "Content",
|
|
20201
|
+
"text": "2"
|
|
20202
|
+
}
|
|
20203
|
+
],
|
|
20204
|
+
"initializerTokenRange": {
|
|
20205
|
+
"startIndex": 1,
|
|
20206
|
+
"endIndex": 2
|
|
20207
|
+
},
|
|
20208
|
+
"releaseTag": "Public",
|
|
20209
|
+
"name": "F_MONOSPACE"
|
|
20210
|
+
},
|
|
20211
|
+
{
|
|
20212
|
+
"kind": "EnumMember",
|
|
20213
|
+
"canonicalReference": "@dcl/playground-assets!Font.F_SANS_SERIF:member",
|
|
20214
|
+
"docComment": "",
|
|
20215
|
+
"excerptTokens": [
|
|
20216
|
+
{
|
|
20217
|
+
"kind": "Content",
|
|
20218
|
+
"text": "F_SANS_SERIF = "
|
|
20219
|
+
},
|
|
20220
|
+
{
|
|
20221
|
+
"kind": "Content",
|
|
20222
|
+
"text": "0"
|
|
20223
|
+
}
|
|
20224
|
+
],
|
|
20225
|
+
"initializerTokenRange": {
|
|
20226
|
+
"startIndex": 1,
|
|
20227
|
+
"endIndex": 2
|
|
20228
|
+
},
|
|
20229
|
+
"releaseTag": "Public",
|
|
20230
|
+
"name": "F_SANS_SERIF"
|
|
20231
|
+
},
|
|
20232
|
+
{
|
|
20233
|
+
"kind": "EnumMember",
|
|
20234
|
+
"canonicalReference": "@dcl/playground-assets!Font.F_SERIF:member",
|
|
20235
|
+
"docComment": "",
|
|
20236
|
+
"excerptTokens": [
|
|
20237
|
+
{
|
|
20238
|
+
"kind": "Content",
|
|
20239
|
+
"text": "F_SERIF = "
|
|
20240
|
+
},
|
|
20241
|
+
{
|
|
20242
|
+
"kind": "Content",
|
|
20243
|
+
"text": "1"
|
|
20244
|
+
}
|
|
20245
|
+
],
|
|
20246
|
+
"initializerTokenRange": {
|
|
20247
|
+
"startIndex": 1,
|
|
20248
|
+
"endIndex": 2
|
|
20249
|
+
},
|
|
20250
|
+
"releaseTag": "Public",
|
|
20251
|
+
"name": "F_SERIF"
|
|
20252
|
+
}
|
|
20253
|
+
]
|
|
20254
|
+
},
|
|
20255
|
+
{
|
|
20256
|
+
"kind": "Function",
|
|
20257
|
+
"canonicalReference": "@dcl/playground-assets!getComponentEntityTree:function(1)",
|
|
20258
|
+
"docComment": "/**\n * Get an iterator of entities that follow a tree structure for a component\n *\n * @param engine - the engine running the entities\n *\n * @param entity - the root entity of the tree\n *\n * @param component - the parenting component to filter by\n *\n * @returns An iterator of an array as [entity, entity2, ...]\n *\n * Example:\n * ```ts\n * const TreeComponent = engine.defineComponent('custom::TreeComponent', {\n * label: Schemas.String,\n * parent: Schemas.Entity\n * })\n *\n * for (const entity of getComponentEntityTree(engine, entity, TreeComponent)) {\n * // entity in the tree\n * }\n * ```\n *\n * @public\n */\n",
|
|
20259
|
+
"excerptTokens": [
|
|
20260
|
+
{
|
|
20261
|
+
"kind": "Content",
|
|
20262
|
+
"text": "export declare function getComponentEntityTree<T>(engine: "
|
|
20263
|
+
},
|
|
20264
|
+
{
|
|
20265
|
+
"kind": "Reference",
|
|
20266
|
+
"text": "Pick",
|
|
20267
|
+
"canonicalReference": "!Pick:type"
|
|
20268
|
+
},
|
|
20269
|
+
{
|
|
20270
|
+
"kind": "Content",
|
|
20271
|
+
"text": "<"
|
|
20272
|
+
},
|
|
20273
|
+
{
|
|
20274
|
+
"kind": "Reference",
|
|
20275
|
+
"text": "IEngine",
|
|
20276
|
+
"canonicalReference": "@dcl/playground-assets!IEngine:interface"
|
|
20277
|
+
},
|
|
20278
|
+
{
|
|
20279
|
+
"kind": "Content",
|
|
20280
|
+
"text": ", 'getEntitiesWith'>"
|
|
20281
|
+
},
|
|
20282
|
+
{
|
|
20283
|
+
"kind": "Content",
|
|
20284
|
+
"text": ", entity: "
|
|
20285
|
+
},
|
|
20286
|
+
{
|
|
20287
|
+
"kind": "Reference",
|
|
20288
|
+
"text": "Entity",
|
|
20289
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
20290
|
+
},
|
|
20291
|
+
{
|
|
20292
|
+
"kind": "Content",
|
|
20293
|
+
"text": ", component: "
|
|
20294
|
+
},
|
|
20295
|
+
{
|
|
20296
|
+
"kind": "Reference",
|
|
20297
|
+
"text": "ComponentDefinition",
|
|
20298
|
+
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
20299
|
+
},
|
|
20300
|
+
{
|
|
20301
|
+
"kind": "Content",
|
|
20302
|
+
"text": "<T & {\n parent?: "
|
|
20303
|
+
},
|
|
20304
|
+
{
|
|
20305
|
+
"kind": "Reference",
|
|
20306
|
+
"text": "Entity",
|
|
20307
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
20308
|
+
},
|
|
20309
|
+
{
|
|
20310
|
+
"kind": "Content",
|
|
20311
|
+
"text": ";\n}>"
|
|
20312
|
+
},
|
|
20313
|
+
{
|
|
20314
|
+
"kind": "Content",
|
|
20315
|
+
"text": "): "
|
|
20316
|
+
},
|
|
20317
|
+
{
|
|
20318
|
+
"kind": "Reference",
|
|
20319
|
+
"text": "Generator",
|
|
20320
|
+
"canonicalReference": "!Generator:interface"
|
|
20321
|
+
},
|
|
20322
|
+
{
|
|
20323
|
+
"kind": "Content",
|
|
20324
|
+
"text": "<"
|
|
20325
|
+
},
|
|
20326
|
+
{
|
|
20327
|
+
"kind": "Reference",
|
|
20328
|
+
"text": "Entity",
|
|
20329
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
20330
|
+
},
|
|
19688
20331
|
{
|
|
19689
20332
|
"kind": "Content",
|
|
19690
20333
|
"text": ">"
|
|
@@ -19859,142 +20502,351 @@
|
|
|
19859
20502
|
"name": "getDefaultOpts"
|
|
19860
20503
|
},
|
|
19861
20504
|
{
|
|
19862
|
-
"kind": "
|
|
19863
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19864
|
-
"docComment": "",
|
|
20505
|
+
"kind": "Function",
|
|
20506
|
+
"canonicalReference": "@dcl/playground-assets!getEntitiesWithParent:function(1)",
|
|
20507
|
+
"docComment": "/**\n * Get all entities that have the given entity as their parent\n *\n * @param engine - the engine running the entities\n *\n * @param parent - the parent entity to find children for\n *\n * @returns An array of entities that have the given parent\n *\n * Example:\n * ```ts\n * const children = getEntitiesWithParent(engine, myEntity)\n * for (const child of children) {\n * // process each child entity\n * }\n * ```\n *\n * @public\n */\n",
|
|
19865
20508
|
"excerptTokens": [
|
|
19866
20509
|
{
|
|
19867
20510
|
"kind": "Content",
|
|
19868
|
-
"text": "export
|
|
20511
|
+
"text": "export declare function getEntitiesWithParent(engine: "
|
|
19869
20512
|
},
|
|
19870
20513
|
{
|
|
19871
20514
|
"kind": "Reference",
|
|
19872
|
-
"text": "
|
|
19873
|
-
"canonicalReference": "
|
|
20515
|
+
"text": "Pick",
|
|
20516
|
+
"canonicalReference": "!Pick:type"
|
|
19874
20517
|
},
|
|
19875
20518
|
{
|
|
19876
20519
|
"kind": "Content",
|
|
19877
|
-
"text": "
|
|
20520
|
+
"text": "<"
|
|
19878
20521
|
},
|
|
19879
20522
|
{
|
|
19880
20523
|
"kind": "Reference",
|
|
19881
|
-
"text": "
|
|
19882
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
20524
|
+
"text": "IEngine",
|
|
20525
|
+
"canonicalReference": "@dcl/playground-assets!IEngine:interface"
|
|
19883
20526
|
},
|
|
19884
20527
|
{
|
|
19885
20528
|
"kind": "Content",
|
|
19886
|
-
"text": "
|
|
19887
|
-
}
|
|
19888
|
-
],
|
|
19889
|
-
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
19890
|
-
"releaseTag": "Public",
|
|
19891
|
-
"name": "GlobalDirectionRaycastOptions",
|
|
19892
|
-
"typeTokenRange": {
|
|
19893
|
-
"startIndex": 1,
|
|
19894
|
-
"endIndex": 4
|
|
19895
|
-
}
|
|
19896
|
-
},
|
|
19897
|
-
{
|
|
19898
|
-
"kind": "TypeAlias",
|
|
19899
|
-
"canonicalReference": "@dcl/playground-assets!GlobalDirectionRaycastSystemOptions:type",
|
|
19900
|
-
"docComment": "",
|
|
19901
|
-
"excerptTokens": [
|
|
20529
|
+
"text": ", 'getEntitiesWith' | 'defineComponentFromSchema'>"
|
|
20530
|
+
},
|
|
19902
20531
|
{
|
|
19903
20532
|
"kind": "Content",
|
|
19904
|
-
"text": "
|
|
20533
|
+
"text": ", parent: "
|
|
20534
|
+
},
|
|
20535
|
+
{
|
|
20536
|
+
"kind": "Reference",
|
|
20537
|
+
"text": "Entity",
|
|
20538
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
19905
20539
|
},
|
|
19906
20540
|
{
|
|
19907
20541
|
"kind": "Content",
|
|
19908
|
-
"text": "
|
|
20542
|
+
"text": "): "
|
|
19909
20543
|
},
|
|
19910
20544
|
{
|
|
19911
20545
|
"kind": "Reference",
|
|
19912
|
-
"text": "
|
|
19913
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
20546
|
+
"text": "Entity",
|
|
20547
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
19914
20548
|
},
|
|
19915
20549
|
{
|
|
19916
20550
|
"kind": "Content",
|
|
19917
|
-
"text": "
|
|
20551
|
+
"text": "[]"
|
|
19918
20552
|
},
|
|
19919
20553
|
{
|
|
19920
20554
|
"kind": "Content",
|
|
19921
20555
|
"text": ";"
|
|
19922
20556
|
}
|
|
19923
20557
|
],
|
|
19924
|
-
"fileUrlPath": "../ecs/dist/
|
|
20558
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/tree.d.ts",
|
|
20559
|
+
"returnTypeTokenRange": {
|
|
20560
|
+
"startIndex": 8,
|
|
20561
|
+
"endIndex": 10
|
|
20562
|
+
},
|
|
19925
20563
|
"releaseTag": "Public",
|
|
19926
|
-
"
|
|
19927
|
-
"
|
|
19928
|
-
|
|
19929
|
-
|
|
19930
|
-
|
|
20564
|
+
"overloadIndex": 1,
|
|
20565
|
+
"parameters": [
|
|
20566
|
+
{
|
|
20567
|
+
"parameterName": "engine",
|
|
20568
|
+
"parameterTypeTokenRange": {
|
|
20569
|
+
"startIndex": 1,
|
|
20570
|
+
"endIndex": 5
|
|
20571
|
+
},
|
|
20572
|
+
"isOptional": false
|
|
20573
|
+
},
|
|
20574
|
+
{
|
|
20575
|
+
"parameterName": "parent",
|
|
20576
|
+
"parameterTypeTokenRange": {
|
|
20577
|
+
"startIndex": 6,
|
|
20578
|
+
"endIndex": 7
|
|
20579
|
+
},
|
|
20580
|
+
"isOptional": false
|
|
20581
|
+
}
|
|
20582
|
+
],
|
|
20583
|
+
"name": "getEntitiesWithParent"
|
|
19931
20584
|
},
|
|
19932
20585
|
{
|
|
19933
|
-
"kind": "
|
|
19934
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19935
|
-
"docComment": "",
|
|
20586
|
+
"kind": "Function",
|
|
20587
|
+
"canonicalReference": "@dcl/playground-assets!getWorldPosition:function(1)",
|
|
20588
|
+
"docComment": "/**\n * Get the world position of an entity, taking into account the full parent hierarchy. This computes the world-space position by accumulating all parent transforms (position, rotation, and scale).\n *\n * When the entity has AvatarAttach and Transform, the renderer updates the Transform with avatar-relative values (including the exact anchor point offset for hand, head, etc.). This function combines the player's transform with those values to compute the world position.\n *\n * @param engine - the engine running the entities\n *\n * @param entity - the entity to get the world position for\n *\n * @returns The entity's position in world space. Returns `{x: 0, y: 0, z: 0}` if the entity has no Transform.\n *\n * Example:\n * ```ts\n * const worldPos = getWorldPosition(engine, childEntity)\n * console.log(`World position: ${worldPos.x}, ${worldPos.y}, ${worldPos.z}`)\n * ```\n *\n * @public\n */\n",
|
|
19936
20589
|
"excerptTokens": [
|
|
19937
20590
|
{
|
|
19938
20591
|
"kind": "Content",
|
|
19939
|
-
"text": "export
|
|
20592
|
+
"text": "export declare function getWorldPosition(engine: "
|
|
19940
20593
|
},
|
|
19941
20594
|
{
|
|
19942
20595
|
"kind": "Reference",
|
|
19943
|
-
"text": "
|
|
19944
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
20596
|
+
"text": "WorldTransformEngine",
|
|
20597
|
+
"canonicalReference": "@dcl/playground-assets!WorldTransformEngine:type"
|
|
19945
20598
|
},
|
|
19946
20599
|
{
|
|
19947
20600
|
"kind": "Content",
|
|
19948
|
-
"text": "
|
|
20601
|
+
"text": ", entity: "
|
|
19949
20602
|
},
|
|
19950
20603
|
{
|
|
19951
20604
|
"kind": "Reference",
|
|
19952
|
-
"text": "
|
|
19953
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19954
|
-
},
|
|
19955
|
-
{
|
|
19956
|
-
"kind": "Content",
|
|
19957
|
-
"text": ";"
|
|
19958
|
-
}
|
|
19959
|
-
],
|
|
19960
|
-
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
19961
|
-
"releaseTag": "Public",
|
|
19962
|
-
"name": "GlobalTargetRaycastOptions",
|
|
19963
|
-
"typeTokenRange": {
|
|
19964
|
-
"startIndex": 1,
|
|
19965
|
-
"endIndex": 4
|
|
19966
|
-
}
|
|
19967
|
-
},
|
|
19968
|
-
{
|
|
19969
|
-
"kind": "TypeAlias",
|
|
19970
|
-
"canonicalReference": "@dcl/playground-assets!GlobalTargetRaycastSystemOptions:type",
|
|
19971
|
-
"docComment": "",
|
|
19972
|
-
"excerptTokens": [
|
|
19973
|
-
{
|
|
19974
|
-
"kind": "Content",
|
|
19975
|
-
"text": "export type GlobalTargetRaycastSystemOptions = "
|
|
20605
|
+
"text": "Entity",
|
|
20606
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
19976
20607
|
},
|
|
19977
20608
|
{
|
|
19978
20609
|
"kind": "Content",
|
|
19979
|
-
"text": "
|
|
20610
|
+
"text": "): "
|
|
19980
20611
|
},
|
|
19981
20612
|
{
|
|
19982
20613
|
"kind": "Reference",
|
|
19983
|
-
"text": "
|
|
19984
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
19985
|
-
},
|
|
19986
|
-
{
|
|
19987
|
-
"kind": "Content",
|
|
19988
|
-
"text": ";\n}"
|
|
20614
|
+
"text": "Vector3Type",
|
|
20615
|
+
"canonicalReference": "@dcl/playground-assets!Vector3Type:type"
|
|
19989
20616
|
},
|
|
19990
20617
|
{
|
|
19991
20618
|
"kind": "Content",
|
|
19992
20619
|
"text": ";"
|
|
19993
20620
|
}
|
|
19994
20621
|
],
|
|
19995
|
-
"fileUrlPath": "../ecs/dist/
|
|
20622
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/tree.d.ts",
|
|
20623
|
+
"returnTypeTokenRange": {
|
|
20624
|
+
"startIndex": 5,
|
|
20625
|
+
"endIndex": 6
|
|
20626
|
+
},
|
|
19996
20627
|
"releaseTag": "Public",
|
|
19997
|
-
"
|
|
20628
|
+
"overloadIndex": 1,
|
|
20629
|
+
"parameters": [
|
|
20630
|
+
{
|
|
20631
|
+
"parameterName": "engine",
|
|
20632
|
+
"parameterTypeTokenRange": {
|
|
20633
|
+
"startIndex": 1,
|
|
20634
|
+
"endIndex": 2
|
|
20635
|
+
},
|
|
20636
|
+
"isOptional": false
|
|
20637
|
+
},
|
|
20638
|
+
{
|
|
20639
|
+
"parameterName": "entity",
|
|
20640
|
+
"parameterTypeTokenRange": {
|
|
20641
|
+
"startIndex": 3,
|
|
20642
|
+
"endIndex": 4
|
|
20643
|
+
},
|
|
20644
|
+
"isOptional": false
|
|
20645
|
+
}
|
|
20646
|
+
],
|
|
20647
|
+
"name": "getWorldPosition"
|
|
20648
|
+
},
|
|
20649
|
+
{
|
|
20650
|
+
"kind": "Function",
|
|
20651
|
+
"canonicalReference": "@dcl/playground-assets!getWorldRotation:function(1)",
|
|
20652
|
+
"docComment": "/**\n * Get the world rotation of an entity, taking into account the full parent hierarchy. This computes the world-space rotation by combining all parent rotations.\n *\n * When the entity has AvatarAttach and Transform, the renderer updates the Transform with avatar-relative values (including the exact anchor point rotation for hand, head, etc.). This function combines the player's rotation with those values to compute the world rotation.\n *\n * @param engine - the engine running the entities\n *\n * @param entity - the entity to get the world rotation for\n *\n * @returns The entity's rotation in world space as a quaternion. Returns identity quaternion `{x: 0, y: 0, z: 0, w: 1}` if the entity has no Transform.\n *\n * Example:\n * ```ts\n * const worldRot = getWorldRotation(engine, childEntity)\n * console.log(`World rotation: ${worldRot.x}, ${worldRot.y}, ${worldRot.z}, ${worldRot.w}`)\n * ```\n *\n * @public\n */\n",
|
|
20653
|
+
"excerptTokens": [
|
|
20654
|
+
{
|
|
20655
|
+
"kind": "Content",
|
|
20656
|
+
"text": "export declare function getWorldRotation(engine: "
|
|
20657
|
+
},
|
|
20658
|
+
{
|
|
20659
|
+
"kind": "Reference",
|
|
20660
|
+
"text": "WorldTransformEngine",
|
|
20661
|
+
"canonicalReference": "@dcl/playground-assets!WorldTransformEngine:type"
|
|
20662
|
+
},
|
|
20663
|
+
{
|
|
20664
|
+
"kind": "Content",
|
|
20665
|
+
"text": ", entity: "
|
|
20666
|
+
},
|
|
20667
|
+
{
|
|
20668
|
+
"kind": "Reference",
|
|
20669
|
+
"text": "Entity",
|
|
20670
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
20671
|
+
},
|
|
20672
|
+
{
|
|
20673
|
+
"kind": "Content",
|
|
20674
|
+
"text": "): "
|
|
20675
|
+
},
|
|
20676
|
+
{
|
|
20677
|
+
"kind": "Reference",
|
|
20678
|
+
"text": "QuaternionType",
|
|
20679
|
+
"canonicalReference": "@dcl/playground-assets!QuaternionType:type"
|
|
20680
|
+
},
|
|
20681
|
+
{
|
|
20682
|
+
"kind": "Content",
|
|
20683
|
+
"text": ";"
|
|
20684
|
+
}
|
|
20685
|
+
],
|
|
20686
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/tree.d.ts",
|
|
20687
|
+
"returnTypeTokenRange": {
|
|
20688
|
+
"startIndex": 5,
|
|
20689
|
+
"endIndex": 6
|
|
20690
|
+
},
|
|
20691
|
+
"releaseTag": "Public",
|
|
20692
|
+
"overloadIndex": 1,
|
|
20693
|
+
"parameters": [
|
|
20694
|
+
{
|
|
20695
|
+
"parameterName": "engine",
|
|
20696
|
+
"parameterTypeTokenRange": {
|
|
20697
|
+
"startIndex": 1,
|
|
20698
|
+
"endIndex": 2
|
|
20699
|
+
},
|
|
20700
|
+
"isOptional": false
|
|
20701
|
+
},
|
|
20702
|
+
{
|
|
20703
|
+
"parameterName": "entity",
|
|
20704
|
+
"parameterTypeTokenRange": {
|
|
20705
|
+
"startIndex": 3,
|
|
20706
|
+
"endIndex": 4
|
|
20707
|
+
},
|
|
20708
|
+
"isOptional": false
|
|
20709
|
+
}
|
|
20710
|
+
],
|
|
20711
|
+
"name": "getWorldRotation"
|
|
20712
|
+
},
|
|
20713
|
+
{
|
|
20714
|
+
"kind": "TypeAlias",
|
|
20715
|
+
"canonicalReference": "@dcl/playground-assets!GlobalDirectionRaycastOptions:type",
|
|
20716
|
+
"docComment": "",
|
|
20717
|
+
"excerptTokens": [
|
|
20718
|
+
{
|
|
20719
|
+
"kind": "Content",
|
|
20720
|
+
"text": "export type GlobalDirectionRaycastOptions = "
|
|
20721
|
+
},
|
|
20722
|
+
{
|
|
20723
|
+
"kind": "Reference",
|
|
20724
|
+
"text": "RaycastSystemOptions",
|
|
20725
|
+
"canonicalReference": "@dcl/playground-assets!RaycastSystemOptions:type"
|
|
20726
|
+
},
|
|
20727
|
+
{
|
|
20728
|
+
"kind": "Content",
|
|
20729
|
+
"text": " & "
|
|
20730
|
+
},
|
|
20731
|
+
{
|
|
20732
|
+
"kind": "Reference",
|
|
20733
|
+
"text": "GlobalDirectionRaycastSystemOptions",
|
|
20734
|
+
"canonicalReference": "@dcl/playground-assets!GlobalDirectionRaycastSystemOptions:type"
|
|
20735
|
+
},
|
|
20736
|
+
{
|
|
20737
|
+
"kind": "Content",
|
|
20738
|
+
"text": ";"
|
|
20739
|
+
}
|
|
20740
|
+
],
|
|
20741
|
+
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
20742
|
+
"releaseTag": "Public",
|
|
20743
|
+
"name": "GlobalDirectionRaycastOptions",
|
|
20744
|
+
"typeTokenRange": {
|
|
20745
|
+
"startIndex": 1,
|
|
20746
|
+
"endIndex": 4
|
|
20747
|
+
}
|
|
20748
|
+
},
|
|
20749
|
+
{
|
|
20750
|
+
"kind": "TypeAlias",
|
|
20751
|
+
"canonicalReference": "@dcl/playground-assets!GlobalDirectionRaycastSystemOptions:type",
|
|
20752
|
+
"docComment": "",
|
|
20753
|
+
"excerptTokens": [
|
|
20754
|
+
{
|
|
20755
|
+
"kind": "Content",
|
|
20756
|
+
"text": "export type GlobalDirectionRaycastSystemOptions = "
|
|
20757
|
+
},
|
|
20758
|
+
{
|
|
20759
|
+
"kind": "Content",
|
|
20760
|
+
"text": "{\n direction?: "
|
|
20761
|
+
},
|
|
20762
|
+
{
|
|
20763
|
+
"kind": "Reference",
|
|
20764
|
+
"text": "Vector3",
|
|
20765
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
20766
|
+
},
|
|
20767
|
+
{
|
|
20768
|
+
"kind": "Content",
|
|
20769
|
+
"text": ";\n}"
|
|
20770
|
+
},
|
|
20771
|
+
{
|
|
20772
|
+
"kind": "Content",
|
|
20773
|
+
"text": ";"
|
|
20774
|
+
}
|
|
20775
|
+
],
|
|
20776
|
+
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
20777
|
+
"releaseTag": "Public",
|
|
20778
|
+
"name": "GlobalDirectionRaycastSystemOptions",
|
|
20779
|
+
"typeTokenRange": {
|
|
20780
|
+
"startIndex": 1,
|
|
20781
|
+
"endIndex": 4
|
|
20782
|
+
}
|
|
20783
|
+
},
|
|
20784
|
+
{
|
|
20785
|
+
"kind": "TypeAlias",
|
|
20786
|
+
"canonicalReference": "@dcl/playground-assets!GlobalTargetRaycastOptions:type",
|
|
20787
|
+
"docComment": "",
|
|
20788
|
+
"excerptTokens": [
|
|
20789
|
+
{
|
|
20790
|
+
"kind": "Content",
|
|
20791
|
+
"text": "export type GlobalTargetRaycastOptions = "
|
|
20792
|
+
},
|
|
20793
|
+
{
|
|
20794
|
+
"kind": "Reference",
|
|
20795
|
+
"text": "RaycastSystemOptions",
|
|
20796
|
+
"canonicalReference": "@dcl/playground-assets!RaycastSystemOptions:type"
|
|
20797
|
+
},
|
|
20798
|
+
{
|
|
20799
|
+
"kind": "Content",
|
|
20800
|
+
"text": " & "
|
|
20801
|
+
},
|
|
20802
|
+
{
|
|
20803
|
+
"kind": "Reference",
|
|
20804
|
+
"text": "GlobalTargetRaycastSystemOptions",
|
|
20805
|
+
"canonicalReference": "@dcl/playground-assets!GlobalTargetRaycastSystemOptions:type"
|
|
20806
|
+
},
|
|
20807
|
+
{
|
|
20808
|
+
"kind": "Content",
|
|
20809
|
+
"text": ";"
|
|
20810
|
+
}
|
|
20811
|
+
],
|
|
20812
|
+
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
20813
|
+
"releaseTag": "Public",
|
|
20814
|
+
"name": "GlobalTargetRaycastOptions",
|
|
20815
|
+
"typeTokenRange": {
|
|
20816
|
+
"startIndex": 1,
|
|
20817
|
+
"endIndex": 4
|
|
20818
|
+
}
|
|
20819
|
+
},
|
|
20820
|
+
{
|
|
20821
|
+
"kind": "TypeAlias",
|
|
20822
|
+
"canonicalReference": "@dcl/playground-assets!GlobalTargetRaycastSystemOptions:type",
|
|
20823
|
+
"docComment": "",
|
|
20824
|
+
"excerptTokens": [
|
|
20825
|
+
{
|
|
20826
|
+
"kind": "Content",
|
|
20827
|
+
"text": "export type GlobalTargetRaycastSystemOptions = "
|
|
20828
|
+
},
|
|
20829
|
+
{
|
|
20830
|
+
"kind": "Content",
|
|
20831
|
+
"text": "{\n target?: "
|
|
20832
|
+
},
|
|
20833
|
+
{
|
|
20834
|
+
"kind": "Reference",
|
|
20835
|
+
"text": "Vector3",
|
|
20836
|
+
"canonicalReference": "@dcl/playground-assets!Vector3"
|
|
20837
|
+
},
|
|
20838
|
+
{
|
|
20839
|
+
"kind": "Content",
|
|
20840
|
+
"text": ";\n}"
|
|
20841
|
+
},
|
|
20842
|
+
{
|
|
20843
|
+
"kind": "Content",
|
|
20844
|
+
"text": ";"
|
|
20845
|
+
}
|
|
20846
|
+
],
|
|
20847
|
+
"fileUrlPath": "../ecs/dist/systems/raycast.d.ts",
|
|
20848
|
+
"releaseTag": "Public",
|
|
20849
|
+
"name": "GlobalTargetRaycastSystemOptions",
|
|
19998
20850
|
"typeTokenRange": {
|
|
19999
20851
|
"startIndex": 1,
|
|
20000
20852
|
"endIndex": 4
|
|
@@ -25652,6 +26504,178 @@
|
|
|
25652
26504
|
"name": "MaterialComponentDefinitionExtended",
|
|
25653
26505
|
"preserveMemberOrder": false,
|
|
25654
26506
|
"members": [
|
|
26507
|
+
{
|
|
26508
|
+
"kind": "PropertySignature",
|
|
26509
|
+
"canonicalReference": "@dcl/playground-assets!MaterialComponentDefinitionExtended#getFlat:member",
|
|
26510
|
+
"docComment": "/**\n * Get a readonly flattened accessor for the material's properties. Simplifies reading material properties without navigating nested unions. Works for both PBR and Unlit materials. Throws if the entity does not have a Material component.\n *\n * @param entity - Entity with the Material component\n *\n * @returns A readonly accessor object with direct access to material properties\n */\n",
|
|
26511
|
+
"excerptTokens": [
|
|
26512
|
+
{
|
|
26513
|
+
"kind": "Content",
|
|
26514
|
+
"text": "getFlat: "
|
|
26515
|
+
},
|
|
26516
|
+
{
|
|
26517
|
+
"kind": "Content",
|
|
26518
|
+
"text": "(entity: "
|
|
26519
|
+
},
|
|
26520
|
+
{
|
|
26521
|
+
"kind": "Reference",
|
|
26522
|
+
"text": "Entity",
|
|
26523
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26524
|
+
},
|
|
26525
|
+
{
|
|
26526
|
+
"kind": "Content",
|
|
26527
|
+
"text": ") => "
|
|
26528
|
+
},
|
|
26529
|
+
{
|
|
26530
|
+
"kind": "Reference",
|
|
26531
|
+
"text": "ReadonlyFlatMaterial",
|
|
26532
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial:interface"
|
|
26533
|
+
},
|
|
26534
|
+
{
|
|
26535
|
+
"kind": "Content",
|
|
26536
|
+
"text": ";"
|
|
26537
|
+
}
|
|
26538
|
+
],
|
|
26539
|
+
"isReadonly": false,
|
|
26540
|
+
"isOptional": false,
|
|
26541
|
+
"releaseTag": "Public",
|
|
26542
|
+
"name": "getFlat",
|
|
26543
|
+
"propertyTypeTokenRange": {
|
|
26544
|
+
"startIndex": 1,
|
|
26545
|
+
"endIndex": 5
|
|
26546
|
+
}
|
|
26547
|
+
},
|
|
26548
|
+
{
|
|
26549
|
+
"kind": "PropertySignature",
|
|
26550
|
+
"canonicalReference": "@dcl/playground-assets!MaterialComponentDefinitionExtended#getFlatMutable:member",
|
|
26551
|
+
"docComment": "/**\n * Get a mutable flattened accessor for the material's properties. Simplifies reading/writing material properties without navigating nested unions. Works for both PBR and Unlit materials. Throws if the entity does not have a Material component.\n *\n * @param entity - Entity with the Material component\n *\n * @returns A mutable accessor object with direct access to material properties\n */\n",
|
|
26552
|
+
"excerptTokens": [
|
|
26553
|
+
{
|
|
26554
|
+
"kind": "Content",
|
|
26555
|
+
"text": "getFlatMutable: "
|
|
26556
|
+
},
|
|
26557
|
+
{
|
|
26558
|
+
"kind": "Content",
|
|
26559
|
+
"text": "(entity: "
|
|
26560
|
+
},
|
|
26561
|
+
{
|
|
26562
|
+
"kind": "Reference",
|
|
26563
|
+
"text": "Entity",
|
|
26564
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26565
|
+
},
|
|
26566
|
+
{
|
|
26567
|
+
"kind": "Content",
|
|
26568
|
+
"text": ") => "
|
|
26569
|
+
},
|
|
26570
|
+
{
|
|
26571
|
+
"kind": "Reference",
|
|
26572
|
+
"text": "FlatMaterial",
|
|
26573
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial:interface"
|
|
26574
|
+
},
|
|
26575
|
+
{
|
|
26576
|
+
"kind": "Content",
|
|
26577
|
+
"text": ";"
|
|
26578
|
+
}
|
|
26579
|
+
],
|
|
26580
|
+
"isReadonly": false,
|
|
26581
|
+
"isOptional": false,
|
|
26582
|
+
"releaseTag": "Public",
|
|
26583
|
+
"name": "getFlatMutable",
|
|
26584
|
+
"propertyTypeTokenRange": {
|
|
26585
|
+
"startIndex": 1,
|
|
26586
|
+
"endIndex": 5
|
|
26587
|
+
}
|
|
26588
|
+
},
|
|
26589
|
+
{
|
|
26590
|
+
"kind": "PropertySignature",
|
|
26591
|
+
"canonicalReference": "@dcl/playground-assets!MaterialComponentDefinitionExtended#getFlatMutableOrNull:member",
|
|
26592
|
+
"docComment": "/**\n * Get a mutable flattened accessor for the material's properties, or null if the entity does not have a Material component.\n *\n * @param entity - Entity to check for Material component\n *\n * @returns A mutable accessor object, or null if no Material component exists\n */\n",
|
|
26593
|
+
"excerptTokens": [
|
|
26594
|
+
{
|
|
26595
|
+
"kind": "Content",
|
|
26596
|
+
"text": "getFlatMutableOrNull: "
|
|
26597
|
+
},
|
|
26598
|
+
{
|
|
26599
|
+
"kind": "Content",
|
|
26600
|
+
"text": "(entity: "
|
|
26601
|
+
},
|
|
26602
|
+
{
|
|
26603
|
+
"kind": "Reference",
|
|
26604
|
+
"text": "Entity",
|
|
26605
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26606
|
+
},
|
|
26607
|
+
{
|
|
26608
|
+
"kind": "Content",
|
|
26609
|
+
"text": ") => "
|
|
26610
|
+
},
|
|
26611
|
+
{
|
|
26612
|
+
"kind": "Reference",
|
|
26613
|
+
"text": "FlatMaterial",
|
|
26614
|
+
"canonicalReference": "@dcl/playground-assets!FlatMaterial:interface"
|
|
26615
|
+
},
|
|
26616
|
+
{
|
|
26617
|
+
"kind": "Content",
|
|
26618
|
+
"text": " | null"
|
|
26619
|
+
},
|
|
26620
|
+
{
|
|
26621
|
+
"kind": "Content",
|
|
26622
|
+
"text": ";"
|
|
26623
|
+
}
|
|
26624
|
+
],
|
|
26625
|
+
"isReadonly": false,
|
|
26626
|
+
"isOptional": false,
|
|
26627
|
+
"releaseTag": "Public",
|
|
26628
|
+
"name": "getFlatMutableOrNull",
|
|
26629
|
+
"propertyTypeTokenRange": {
|
|
26630
|
+
"startIndex": 1,
|
|
26631
|
+
"endIndex": 6
|
|
26632
|
+
}
|
|
26633
|
+
},
|
|
26634
|
+
{
|
|
26635
|
+
"kind": "PropertySignature",
|
|
26636
|
+
"canonicalReference": "@dcl/playground-assets!MaterialComponentDefinitionExtended#getFlatOrNull:member",
|
|
26637
|
+
"docComment": "/**\n * Get a readonly flattened accessor for the material's properties, or null if the entity does not have a Material component.\n *\n * @param entity - Entity to check for Material component\n *\n * @returns A readonly accessor object, or null if no Material component exists\n */\n",
|
|
26638
|
+
"excerptTokens": [
|
|
26639
|
+
{
|
|
26640
|
+
"kind": "Content",
|
|
26641
|
+
"text": "getFlatOrNull: "
|
|
26642
|
+
},
|
|
26643
|
+
{
|
|
26644
|
+
"kind": "Content",
|
|
26645
|
+
"text": "(entity: "
|
|
26646
|
+
},
|
|
26647
|
+
{
|
|
26648
|
+
"kind": "Reference",
|
|
26649
|
+
"text": "Entity",
|
|
26650
|
+
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26651
|
+
},
|
|
26652
|
+
{
|
|
26653
|
+
"kind": "Content",
|
|
26654
|
+
"text": ") => "
|
|
26655
|
+
},
|
|
26656
|
+
{
|
|
26657
|
+
"kind": "Reference",
|
|
26658
|
+
"text": "ReadonlyFlatMaterial",
|
|
26659
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial:interface"
|
|
26660
|
+
},
|
|
26661
|
+
{
|
|
26662
|
+
"kind": "Content",
|
|
26663
|
+
"text": " | null"
|
|
26664
|
+
},
|
|
26665
|
+
{
|
|
26666
|
+
"kind": "Content",
|
|
26667
|
+
"text": ";"
|
|
26668
|
+
}
|
|
26669
|
+
],
|
|
26670
|
+
"isReadonly": false,
|
|
26671
|
+
"isOptional": false,
|
|
26672
|
+
"releaseTag": "Public",
|
|
26673
|
+
"name": "getFlatOrNull",
|
|
26674
|
+
"propertyTypeTokenRange": {
|
|
26675
|
+
"startIndex": 1,
|
|
26676
|
+
"endIndex": 6
|
|
26677
|
+
}
|
|
26678
|
+
},
|
|
25655
26679
|
{
|
|
25656
26680
|
"kind": "PropertySignature",
|
|
25657
26681
|
"canonicalReference": "@dcl/playground-assets!MaterialComponentDefinitionExtended#setBasicMaterial:member",
|
|
@@ -48137,6 +49161,33 @@
|
|
|
48137
49161
|
"endIndex": 2
|
|
48138
49162
|
}
|
|
48139
49163
|
},
|
|
49164
|
+
{
|
|
49165
|
+
"kind": "PropertySignature",
|
|
49166
|
+
"canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#maxPlayerDistance:member",
|
|
49167
|
+
"docComment": "/**\n * range of interaction from the avatar's position (default 0)\n */\n",
|
|
49168
|
+
"excerptTokens": [
|
|
49169
|
+
{
|
|
49170
|
+
"kind": "Content",
|
|
49171
|
+
"text": "maxPlayerDistance?: "
|
|
49172
|
+
},
|
|
49173
|
+
{
|
|
49174
|
+
"kind": "Content",
|
|
49175
|
+
"text": "number | undefined"
|
|
49176
|
+
},
|
|
49177
|
+
{
|
|
49178
|
+
"kind": "Content",
|
|
49179
|
+
"text": ";"
|
|
49180
|
+
}
|
|
49181
|
+
],
|
|
49182
|
+
"isReadonly": false,
|
|
49183
|
+
"isOptional": true,
|
|
49184
|
+
"releaseTag": "Public",
|
|
49185
|
+
"name": "maxPlayerDistance",
|
|
49186
|
+
"propertyTypeTokenRange": {
|
|
49187
|
+
"startIndex": 1,
|
|
49188
|
+
"endIndex": 2
|
|
49189
|
+
}
|
|
49190
|
+
},
|
|
48140
49191
|
{
|
|
48141
49192
|
"kind": "PropertySignature",
|
|
48142
49193
|
"canonicalReference": "@dcl/playground-assets!PBPointerEvents_Info#showFeedback:member",
|
|
@@ -67300,260 +68351,934 @@
|
|
|
67300
68351
|
"endIndex": 7
|
|
67301
68352
|
}
|
|
67302
68353
|
}
|
|
67303
|
-
]
|
|
68354
|
+
]
|
|
68355
|
+
},
|
|
68356
|
+
{
|
|
68357
|
+
"kind": "TypeAlias",
|
|
68358
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.SetStateAction:type",
|
|
68359
|
+
"docComment": "",
|
|
68360
|
+
"excerptTokens": [
|
|
68361
|
+
{
|
|
68362
|
+
"kind": "Content",
|
|
68363
|
+
"text": "type SetStateAction<T> = "
|
|
68364
|
+
},
|
|
68365
|
+
{
|
|
68366
|
+
"kind": "Content",
|
|
68367
|
+
"text": "T | ((prevState: T) => T)"
|
|
68368
|
+
},
|
|
68369
|
+
{
|
|
68370
|
+
"kind": "Content",
|
|
68371
|
+
"text": ";"
|
|
68372
|
+
}
|
|
68373
|
+
],
|
|
68374
|
+
"releaseTag": "Public",
|
|
68375
|
+
"name": "SetStateAction",
|
|
68376
|
+
"typeParameters": [
|
|
68377
|
+
{
|
|
68378
|
+
"typeParameterName": "T",
|
|
68379
|
+
"constraintTokenRange": {
|
|
68380
|
+
"startIndex": 0,
|
|
68381
|
+
"endIndex": 0
|
|
68382
|
+
},
|
|
68383
|
+
"defaultTypeTokenRange": {
|
|
68384
|
+
"startIndex": 0,
|
|
68385
|
+
"endIndex": 0
|
|
68386
|
+
}
|
|
68387
|
+
}
|
|
68388
|
+
],
|
|
68389
|
+
"typeTokenRange": {
|
|
68390
|
+
"startIndex": 1,
|
|
68391
|
+
"endIndex": 2
|
|
68392
|
+
}
|
|
68393
|
+
},
|
|
68394
|
+
{
|
|
68395
|
+
"kind": "TypeAlias",
|
|
68396
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.StateHook:type",
|
|
68397
|
+
"docComment": "",
|
|
68398
|
+
"excerptTokens": [
|
|
68399
|
+
{
|
|
68400
|
+
"kind": "Content",
|
|
68401
|
+
"text": "type StateHook = "
|
|
68402
|
+
},
|
|
68403
|
+
{
|
|
68404
|
+
"kind": "Content",
|
|
68405
|
+
"text": "<T>(initialState: T | (() => T)) => [T, "
|
|
68406
|
+
},
|
|
68407
|
+
{
|
|
68408
|
+
"kind": "Reference",
|
|
68409
|
+
"text": "Dispatch",
|
|
68410
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.Dispatch:type"
|
|
68411
|
+
},
|
|
68412
|
+
{
|
|
68413
|
+
"kind": "Content",
|
|
68414
|
+
"text": "<T>]"
|
|
68415
|
+
},
|
|
68416
|
+
{
|
|
68417
|
+
"kind": "Content",
|
|
68418
|
+
"text": ";"
|
|
68419
|
+
}
|
|
68420
|
+
],
|
|
68421
|
+
"releaseTag": "Public",
|
|
68422
|
+
"name": "StateHook",
|
|
68423
|
+
"typeTokenRange": {
|
|
68424
|
+
"startIndex": 1,
|
|
68425
|
+
"endIndex": 4
|
|
68426
|
+
}
|
|
68427
|
+
},
|
|
68428
|
+
{
|
|
68429
|
+
"kind": "Variable",
|
|
68430
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.useEffect:var",
|
|
68431
|
+
"docComment": "",
|
|
68432
|
+
"excerptTokens": [
|
|
68433
|
+
{
|
|
68434
|
+
"kind": "Content",
|
|
68435
|
+
"text": "useEffect: "
|
|
68436
|
+
},
|
|
68437
|
+
{
|
|
68438
|
+
"kind": "Reference",
|
|
68439
|
+
"text": "EffectHook",
|
|
68440
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.EffectHook:type"
|
|
68441
|
+
}
|
|
68442
|
+
],
|
|
68443
|
+
"isReadonly": true,
|
|
68444
|
+
"releaseTag": "Public",
|
|
68445
|
+
"name": "useEffect",
|
|
68446
|
+
"variableTypeTokenRange": {
|
|
68447
|
+
"startIndex": 1,
|
|
68448
|
+
"endIndex": 2
|
|
68449
|
+
}
|
|
68450
|
+
},
|
|
68451
|
+
{
|
|
68452
|
+
"kind": "Variable",
|
|
68453
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.useState:var",
|
|
68454
|
+
"docComment": "",
|
|
68455
|
+
"excerptTokens": [
|
|
68456
|
+
{
|
|
68457
|
+
"kind": "Content",
|
|
68458
|
+
"text": "useState: "
|
|
68459
|
+
},
|
|
68460
|
+
{
|
|
68461
|
+
"kind": "Reference",
|
|
68462
|
+
"text": "StateHook",
|
|
68463
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.StateHook:type"
|
|
68464
|
+
}
|
|
68465
|
+
],
|
|
68466
|
+
"isReadonly": true,
|
|
68467
|
+
"releaseTag": "Public",
|
|
68468
|
+
"name": "useState",
|
|
68469
|
+
"variableTypeTokenRange": {
|
|
68470
|
+
"startIndex": 1,
|
|
68471
|
+
"endIndex": 2
|
|
68472
|
+
}
|
|
68473
|
+
}
|
|
68474
|
+
]
|
|
68475
|
+
},
|
|
68476
|
+
{
|
|
68477
|
+
"kind": "Variable",
|
|
68478
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcsRenderer:var",
|
|
68479
|
+
"docComment": "/**\n * ReactEcs variable provides the function to render & destroy the specified UI\n *\n * @example\n *\n * import { ReactEcsRenderer } from '@dcl/sdk/react-ecs' ReactEcsRenderer.setUiRenderer(uiComponent)\n *\n * @public\n */\n",
|
|
68480
|
+
"excerptTokens": [
|
|
68481
|
+
{
|
|
68482
|
+
"kind": "Content",
|
|
68483
|
+
"text": "ReactEcsRenderer: "
|
|
68484
|
+
},
|
|
68485
|
+
{
|
|
68486
|
+
"kind": "Reference",
|
|
68487
|
+
"text": "ReactBasedUiSystem",
|
|
68488
|
+
"canonicalReference": "@dcl/playground-assets!ReactBasedUiSystem:interface"
|
|
68489
|
+
}
|
|
68490
|
+
],
|
|
68491
|
+
"fileUrlPath": "../react-ecs/dist/index.d.ts",
|
|
68492
|
+
"isReadonly": true,
|
|
68493
|
+
"releaseTag": "Public",
|
|
68494
|
+
"name": "ReactEcsRenderer",
|
|
68495
|
+
"variableTypeTokenRange": {
|
|
68496
|
+
"startIndex": 1,
|
|
68497
|
+
"endIndex": 2
|
|
68498
|
+
}
|
|
68499
|
+
},
|
|
68500
|
+
{
|
|
68501
|
+
"kind": "Interface",
|
|
68502
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement:interface",
|
|
68503
|
+
"docComment": "/**\n * @public\n */\n",
|
|
68504
|
+
"excerptTokens": [
|
|
68505
|
+
{
|
|
68506
|
+
"kind": "Content",
|
|
68507
|
+
"text": "export interface ReactElement<P = "
|
|
68508
|
+
},
|
|
68509
|
+
{
|
|
68510
|
+
"kind": "Content",
|
|
68511
|
+
"text": "any"
|
|
68512
|
+
},
|
|
68513
|
+
{
|
|
68514
|
+
"kind": "Content",
|
|
68515
|
+
"text": ", T extends "
|
|
68516
|
+
},
|
|
68517
|
+
{
|
|
68518
|
+
"kind": "Content",
|
|
68519
|
+
"text": "string | "
|
|
68520
|
+
},
|
|
68521
|
+
{
|
|
68522
|
+
"kind": "Reference",
|
|
68523
|
+
"text": "JSXElementConstructor",
|
|
68524
|
+
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
|
68525
|
+
},
|
|
68526
|
+
{
|
|
68527
|
+
"kind": "Content",
|
|
68528
|
+
"text": "<any>"
|
|
68529
|
+
},
|
|
68530
|
+
{
|
|
68531
|
+
"kind": "Content",
|
|
68532
|
+
"text": " = "
|
|
68533
|
+
},
|
|
68534
|
+
{
|
|
68535
|
+
"kind": "Content",
|
|
68536
|
+
"text": "string | "
|
|
68537
|
+
},
|
|
68538
|
+
{
|
|
68539
|
+
"kind": "Reference",
|
|
68540
|
+
"text": "JSXElementConstructor",
|
|
68541
|
+
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
|
68542
|
+
},
|
|
68543
|
+
{
|
|
68544
|
+
"kind": "Content",
|
|
68545
|
+
"text": "<any>"
|
|
68546
|
+
},
|
|
68547
|
+
{
|
|
68548
|
+
"kind": "Content",
|
|
68549
|
+
"text": "> "
|
|
68550
|
+
}
|
|
68551
|
+
],
|
|
68552
|
+
"fileUrlPath": "../react-ecs/dist/react-ecs.d.ts",
|
|
68553
|
+
"releaseTag": "Public",
|
|
68554
|
+
"typeParameters": [
|
|
68555
|
+
{
|
|
68556
|
+
"typeParameterName": "P",
|
|
68557
|
+
"constraintTokenRange": {
|
|
68558
|
+
"startIndex": 0,
|
|
68559
|
+
"endIndex": 0
|
|
68560
|
+
},
|
|
68561
|
+
"defaultTypeTokenRange": {
|
|
68562
|
+
"startIndex": 1,
|
|
68563
|
+
"endIndex": 2
|
|
68564
|
+
}
|
|
68565
|
+
},
|
|
68566
|
+
{
|
|
68567
|
+
"typeParameterName": "T",
|
|
68568
|
+
"constraintTokenRange": {
|
|
68569
|
+
"startIndex": 3,
|
|
68570
|
+
"endIndex": 6
|
|
68571
|
+
},
|
|
68572
|
+
"defaultTypeTokenRange": {
|
|
68573
|
+
"startIndex": 7,
|
|
68574
|
+
"endIndex": 10
|
|
68575
|
+
}
|
|
68576
|
+
}
|
|
68577
|
+
],
|
|
68578
|
+
"name": "ReactElement",
|
|
68579
|
+
"preserveMemberOrder": false,
|
|
68580
|
+
"members": [
|
|
68581
|
+
{
|
|
68582
|
+
"kind": "PropertySignature",
|
|
68583
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#key:member",
|
|
68584
|
+
"docComment": "",
|
|
68585
|
+
"excerptTokens": [
|
|
68586
|
+
{
|
|
68587
|
+
"kind": "Content",
|
|
68588
|
+
"text": "key: "
|
|
68589
|
+
},
|
|
68590
|
+
{
|
|
68591
|
+
"kind": "Reference",
|
|
68592
|
+
"text": "Key",
|
|
68593
|
+
"canonicalReference": "@dcl/playground-assets!Key:type"
|
|
68594
|
+
},
|
|
68595
|
+
{
|
|
68596
|
+
"kind": "Content",
|
|
68597
|
+
"text": " | null"
|
|
68598
|
+
},
|
|
68599
|
+
{
|
|
68600
|
+
"kind": "Content",
|
|
68601
|
+
"text": ";"
|
|
68602
|
+
}
|
|
68603
|
+
],
|
|
68604
|
+
"isReadonly": false,
|
|
68605
|
+
"isOptional": false,
|
|
68606
|
+
"releaseTag": "Public",
|
|
68607
|
+
"name": "key",
|
|
68608
|
+
"propertyTypeTokenRange": {
|
|
68609
|
+
"startIndex": 1,
|
|
68610
|
+
"endIndex": 3
|
|
68611
|
+
}
|
|
68612
|
+
},
|
|
68613
|
+
{
|
|
68614
|
+
"kind": "PropertySignature",
|
|
68615
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#props:member",
|
|
68616
|
+
"docComment": "",
|
|
68617
|
+
"excerptTokens": [
|
|
68618
|
+
{
|
|
68619
|
+
"kind": "Content",
|
|
68620
|
+
"text": "props: "
|
|
68621
|
+
},
|
|
68622
|
+
{
|
|
68623
|
+
"kind": "Content",
|
|
68624
|
+
"text": "P"
|
|
68625
|
+
},
|
|
68626
|
+
{
|
|
68627
|
+
"kind": "Content",
|
|
68628
|
+
"text": ";"
|
|
68629
|
+
}
|
|
68630
|
+
],
|
|
68631
|
+
"isReadonly": false,
|
|
68632
|
+
"isOptional": false,
|
|
68633
|
+
"releaseTag": "Public",
|
|
68634
|
+
"name": "props",
|
|
68635
|
+
"propertyTypeTokenRange": {
|
|
68636
|
+
"startIndex": 1,
|
|
68637
|
+
"endIndex": 2
|
|
68638
|
+
}
|
|
68639
|
+
},
|
|
68640
|
+
{
|
|
68641
|
+
"kind": "PropertySignature",
|
|
68642
|
+
"canonicalReference": "@dcl/playground-assets!ReactElement#type:member",
|
|
68643
|
+
"docComment": "",
|
|
68644
|
+
"excerptTokens": [
|
|
68645
|
+
{
|
|
68646
|
+
"kind": "Content",
|
|
68647
|
+
"text": "type: "
|
|
68648
|
+
},
|
|
68649
|
+
{
|
|
68650
|
+
"kind": "Content",
|
|
68651
|
+
"text": "T"
|
|
68652
|
+
},
|
|
68653
|
+
{
|
|
68654
|
+
"kind": "Content",
|
|
68655
|
+
"text": ";"
|
|
68656
|
+
}
|
|
68657
|
+
],
|
|
68658
|
+
"isReadonly": false,
|
|
68659
|
+
"isOptional": false,
|
|
68660
|
+
"releaseTag": "Public",
|
|
68661
|
+
"name": "type",
|
|
68662
|
+
"propertyTypeTokenRange": {
|
|
68663
|
+
"startIndex": 1,
|
|
68664
|
+
"endIndex": 2
|
|
68665
|
+
}
|
|
68666
|
+
}
|
|
68667
|
+
],
|
|
68668
|
+
"extendsTokenRanges": []
|
|
68669
|
+
},
|
|
68670
|
+
{
|
|
68671
|
+
"kind": "TypeAlias",
|
|
68672
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyComponentSchema:type",
|
|
68673
|
+
"docComment": "/**\n * @public\n */\n",
|
|
68674
|
+
"excerptTokens": [
|
|
68675
|
+
{
|
|
68676
|
+
"kind": "Content",
|
|
68677
|
+
"text": "export type ReadonlyComponentSchema<T extends "
|
|
68678
|
+
},
|
|
68679
|
+
{
|
|
68680
|
+
"kind": "Content",
|
|
68681
|
+
"text": "["
|
|
68682
|
+
},
|
|
68683
|
+
{
|
|
68684
|
+
"kind": "Reference",
|
|
68685
|
+
"text": "ComponentDefinition",
|
|
68686
|
+
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
68687
|
+
},
|
|
68688
|
+
{
|
|
68689
|
+
"kind": "Content",
|
|
68690
|
+
"text": "<unknown>, ..."
|
|
68691
|
+
},
|
|
68692
|
+
{
|
|
68693
|
+
"kind": "Reference",
|
|
68694
|
+
"text": "ComponentDefinition",
|
|
68695
|
+
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
68696
|
+
},
|
|
68697
|
+
{
|
|
68698
|
+
"kind": "Content",
|
|
68699
|
+
"text": "<unknown>[]]"
|
|
68700
|
+
},
|
|
68701
|
+
{
|
|
68702
|
+
"kind": "Content",
|
|
68703
|
+
"text": "> = "
|
|
68704
|
+
},
|
|
68705
|
+
{
|
|
68706
|
+
"kind": "Content",
|
|
68707
|
+
"text": "{\n [K in keyof T]: T[K] extends "
|
|
68708
|
+
},
|
|
68709
|
+
{
|
|
68710
|
+
"kind": "Reference",
|
|
68711
|
+
"text": "ComponentDefinition",
|
|
68712
|
+
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
68713
|
+
},
|
|
68714
|
+
{
|
|
68715
|
+
"kind": "Content",
|
|
68716
|
+
"text": "<unknown> ? "
|
|
68717
|
+
},
|
|
68718
|
+
{
|
|
68719
|
+
"kind": "Reference",
|
|
68720
|
+
"text": "ReturnType",
|
|
68721
|
+
"canonicalReference": "!ReturnType:type"
|
|
68722
|
+
},
|
|
68723
|
+
{
|
|
68724
|
+
"kind": "Content",
|
|
68725
|
+
"text": "<T[K]['get']> : never;\n}"
|
|
68726
|
+
},
|
|
68727
|
+
{
|
|
68728
|
+
"kind": "Content",
|
|
68729
|
+
"text": ";"
|
|
68730
|
+
}
|
|
68731
|
+
],
|
|
68732
|
+
"fileUrlPath": "../ecs/dist/engine/readonly.d.ts",
|
|
68733
|
+
"releaseTag": "Public",
|
|
68734
|
+
"name": "ReadonlyComponentSchema",
|
|
68735
|
+
"typeParameters": [
|
|
68736
|
+
{
|
|
68737
|
+
"typeParameterName": "T",
|
|
68738
|
+
"constraintTokenRange": {
|
|
68739
|
+
"startIndex": 1,
|
|
68740
|
+
"endIndex": 6
|
|
68741
|
+
},
|
|
68742
|
+
"defaultTypeTokenRange": {
|
|
68743
|
+
"startIndex": 0,
|
|
68744
|
+
"endIndex": 0
|
|
68745
|
+
}
|
|
68746
|
+
}
|
|
68747
|
+
],
|
|
68748
|
+
"typeTokenRange": {
|
|
68749
|
+
"startIndex": 7,
|
|
68750
|
+
"endIndex": 12
|
|
68751
|
+
}
|
|
68752
|
+
},
|
|
68753
|
+
{
|
|
68754
|
+
"kind": "Interface",
|
|
68755
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial:interface",
|
|
68756
|
+
"docComment": "/**\n * Readonly flattened material interface for read-only property access\n *\n * @public\n */\n",
|
|
68757
|
+
"excerptTokens": [
|
|
68758
|
+
{
|
|
68759
|
+
"kind": "Content",
|
|
68760
|
+
"text": "export interface ReadonlyFlatMaterial "
|
|
68761
|
+
}
|
|
68762
|
+
],
|
|
68763
|
+
"fileUrlPath": "../ecs/dist/components/extended/Material.d.ts",
|
|
68764
|
+
"releaseTag": "Public",
|
|
68765
|
+
"name": "ReadonlyFlatMaterial",
|
|
68766
|
+
"preserveMemberOrder": false,
|
|
68767
|
+
"members": [
|
|
68768
|
+
{
|
|
68769
|
+
"kind": "PropertySignature",
|
|
68770
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#albedoColor:member",
|
|
68771
|
+
"docComment": "/**\n * Albedo/base color (PBR only). Default: white\n */\n",
|
|
68772
|
+
"excerptTokens": [
|
|
68773
|
+
{
|
|
68774
|
+
"kind": "Content",
|
|
68775
|
+
"text": "readonly albedoColor: "
|
|
68776
|
+
},
|
|
68777
|
+
{
|
|
68778
|
+
"kind": "Reference",
|
|
68779
|
+
"text": "Color4",
|
|
68780
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
|
68781
|
+
},
|
|
68782
|
+
{
|
|
68783
|
+
"kind": "Content",
|
|
68784
|
+
"text": " | undefined"
|
|
68785
|
+
},
|
|
68786
|
+
{
|
|
68787
|
+
"kind": "Content",
|
|
68788
|
+
"text": ";"
|
|
68789
|
+
}
|
|
68790
|
+
],
|
|
68791
|
+
"isReadonly": true,
|
|
68792
|
+
"isOptional": false,
|
|
68793
|
+
"releaseTag": "Public",
|
|
68794
|
+
"name": "albedoColor",
|
|
68795
|
+
"propertyTypeTokenRange": {
|
|
68796
|
+
"startIndex": 1,
|
|
68797
|
+
"endIndex": 3
|
|
68798
|
+
}
|
|
68799
|
+
},
|
|
68800
|
+
{
|
|
68801
|
+
"kind": "PropertySignature",
|
|
68802
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#alphaTest:member",
|
|
68803
|
+
"docComment": "/**\n * Alpha test threshold (0-1). Default: 0.5\n */\n",
|
|
68804
|
+
"excerptTokens": [
|
|
68805
|
+
{
|
|
68806
|
+
"kind": "Content",
|
|
68807
|
+
"text": "readonly alphaTest: "
|
|
68808
|
+
},
|
|
68809
|
+
{
|
|
68810
|
+
"kind": "Content",
|
|
68811
|
+
"text": "number | undefined"
|
|
68812
|
+
},
|
|
68813
|
+
{
|
|
68814
|
+
"kind": "Content",
|
|
68815
|
+
"text": ";"
|
|
68816
|
+
}
|
|
68817
|
+
],
|
|
68818
|
+
"isReadonly": true,
|
|
68819
|
+
"isOptional": false,
|
|
68820
|
+
"releaseTag": "Public",
|
|
68821
|
+
"name": "alphaTest",
|
|
68822
|
+
"propertyTypeTokenRange": {
|
|
68823
|
+
"startIndex": 1,
|
|
68824
|
+
"endIndex": 2
|
|
68825
|
+
}
|
|
68826
|
+
},
|
|
68827
|
+
{
|
|
68828
|
+
"kind": "PropertySignature",
|
|
68829
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#alphaTexture:member",
|
|
68830
|
+
"docComment": "/**\n * Access to the alpha texture properties (works for both PBR and Unlit materials)\n */\n",
|
|
68831
|
+
"excerptTokens": [
|
|
68832
|
+
{
|
|
68833
|
+
"kind": "Content",
|
|
68834
|
+
"text": "readonly alphaTexture: "
|
|
68835
|
+
},
|
|
68836
|
+
{
|
|
68837
|
+
"kind": "Reference",
|
|
68838
|
+
"text": "ReadonlyFlatTexture",
|
|
68839
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture:interface"
|
|
68840
|
+
},
|
|
68841
|
+
{
|
|
68842
|
+
"kind": "Content",
|
|
68843
|
+
"text": ";"
|
|
68844
|
+
}
|
|
68845
|
+
],
|
|
68846
|
+
"isReadonly": true,
|
|
68847
|
+
"isOptional": false,
|
|
68848
|
+
"releaseTag": "Public",
|
|
68849
|
+
"name": "alphaTexture",
|
|
68850
|
+
"propertyTypeTokenRange": {
|
|
68851
|
+
"startIndex": 1,
|
|
68852
|
+
"endIndex": 2
|
|
68853
|
+
}
|
|
68854
|
+
},
|
|
68855
|
+
{
|
|
68856
|
+
"kind": "PropertySignature",
|
|
68857
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#bumpTexture:member",
|
|
68858
|
+
"docComment": "/**\n * Access to the bump/normal texture properties (PBR only - returns undefined for Unlit materials)\n */\n",
|
|
68859
|
+
"excerptTokens": [
|
|
68860
|
+
{
|
|
68861
|
+
"kind": "Content",
|
|
68862
|
+
"text": "readonly bumpTexture: "
|
|
68863
|
+
},
|
|
68864
|
+
{
|
|
68865
|
+
"kind": "Reference",
|
|
68866
|
+
"text": "ReadonlyFlatTexture",
|
|
68867
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture:interface"
|
|
68868
|
+
},
|
|
68869
|
+
{
|
|
68870
|
+
"kind": "Content",
|
|
68871
|
+
"text": " | undefined"
|
|
68872
|
+
},
|
|
68873
|
+
{
|
|
68874
|
+
"kind": "Content",
|
|
68875
|
+
"text": ";"
|
|
68876
|
+
}
|
|
68877
|
+
],
|
|
68878
|
+
"isReadonly": true,
|
|
68879
|
+
"isOptional": false,
|
|
68880
|
+
"releaseTag": "Public",
|
|
68881
|
+
"name": "bumpTexture",
|
|
68882
|
+
"propertyTypeTokenRange": {
|
|
68883
|
+
"startIndex": 1,
|
|
68884
|
+
"endIndex": 3
|
|
68885
|
+
}
|
|
68886
|
+
},
|
|
68887
|
+
{
|
|
68888
|
+
"kind": "PropertySignature",
|
|
68889
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#castShadows:member",
|
|
68890
|
+
"docComment": "/**\n * Whether the material casts shadows. Default: true\n */\n",
|
|
68891
|
+
"excerptTokens": [
|
|
68892
|
+
{
|
|
68893
|
+
"kind": "Content",
|
|
68894
|
+
"text": "readonly castShadows: "
|
|
68895
|
+
},
|
|
68896
|
+
{
|
|
68897
|
+
"kind": "Content",
|
|
68898
|
+
"text": "boolean | undefined"
|
|
68899
|
+
},
|
|
68900
|
+
{
|
|
68901
|
+
"kind": "Content",
|
|
68902
|
+
"text": ";"
|
|
68903
|
+
}
|
|
68904
|
+
],
|
|
68905
|
+
"isReadonly": true,
|
|
68906
|
+
"isOptional": false,
|
|
68907
|
+
"releaseTag": "Public",
|
|
68908
|
+
"name": "castShadows",
|
|
68909
|
+
"propertyTypeTokenRange": {
|
|
68910
|
+
"startIndex": 1,
|
|
68911
|
+
"endIndex": 2
|
|
68912
|
+
}
|
|
68913
|
+
},
|
|
68914
|
+
{
|
|
68915
|
+
"kind": "PropertySignature",
|
|
68916
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#diffuseColor:member",
|
|
68917
|
+
"docComment": "/**\n * Diffuse color (Unlit only). Default: white\n */\n",
|
|
68918
|
+
"excerptTokens": [
|
|
68919
|
+
{
|
|
68920
|
+
"kind": "Content",
|
|
68921
|
+
"text": "readonly diffuseColor: "
|
|
68922
|
+
},
|
|
68923
|
+
{
|
|
68924
|
+
"kind": "Reference",
|
|
68925
|
+
"text": "Color4",
|
|
68926
|
+
"canonicalReference": "@dcl/playground-assets!Color4"
|
|
68927
|
+
},
|
|
68928
|
+
{
|
|
68929
|
+
"kind": "Content",
|
|
68930
|
+
"text": " | undefined"
|
|
68931
|
+
},
|
|
68932
|
+
{
|
|
68933
|
+
"kind": "Content",
|
|
68934
|
+
"text": ";"
|
|
68935
|
+
}
|
|
68936
|
+
],
|
|
68937
|
+
"isReadonly": true,
|
|
68938
|
+
"isOptional": false,
|
|
68939
|
+
"releaseTag": "Public",
|
|
68940
|
+
"name": "diffuseColor",
|
|
68941
|
+
"propertyTypeTokenRange": {
|
|
68942
|
+
"startIndex": 1,
|
|
68943
|
+
"endIndex": 3
|
|
68944
|
+
}
|
|
68945
|
+
},
|
|
68946
|
+
{
|
|
68947
|
+
"kind": "PropertySignature",
|
|
68948
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#directIntensity:member",
|
|
68949
|
+
"docComment": "/**\n * Direct light intensity (PBR only). Default: 1\n */\n",
|
|
68950
|
+
"excerptTokens": [
|
|
68951
|
+
{
|
|
68952
|
+
"kind": "Content",
|
|
68953
|
+
"text": "readonly directIntensity: "
|
|
68954
|
+
},
|
|
68955
|
+
{
|
|
68956
|
+
"kind": "Content",
|
|
68957
|
+
"text": "number | undefined"
|
|
68958
|
+
},
|
|
68959
|
+
{
|
|
68960
|
+
"kind": "Content",
|
|
68961
|
+
"text": ";"
|
|
68962
|
+
}
|
|
68963
|
+
],
|
|
68964
|
+
"isReadonly": true,
|
|
68965
|
+
"isOptional": false,
|
|
68966
|
+
"releaseTag": "Public",
|
|
68967
|
+
"name": "directIntensity",
|
|
68968
|
+
"propertyTypeTokenRange": {
|
|
68969
|
+
"startIndex": 1,
|
|
68970
|
+
"endIndex": 2
|
|
68971
|
+
}
|
|
68972
|
+
},
|
|
68973
|
+
{
|
|
68974
|
+
"kind": "PropertySignature",
|
|
68975
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#emissiveColor:member",
|
|
68976
|
+
"docComment": "/**\n * Emissive color (PBR only). Default: black\n */\n",
|
|
68977
|
+
"excerptTokens": [
|
|
68978
|
+
{
|
|
68979
|
+
"kind": "Content",
|
|
68980
|
+
"text": "readonly emissiveColor: "
|
|
68981
|
+
},
|
|
68982
|
+
{
|
|
68983
|
+
"kind": "Reference",
|
|
68984
|
+
"text": "Color3",
|
|
68985
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
68986
|
+
},
|
|
68987
|
+
{
|
|
68988
|
+
"kind": "Content",
|
|
68989
|
+
"text": " | undefined"
|
|
68990
|
+
},
|
|
68991
|
+
{
|
|
68992
|
+
"kind": "Content",
|
|
68993
|
+
"text": ";"
|
|
68994
|
+
}
|
|
68995
|
+
],
|
|
68996
|
+
"isReadonly": true,
|
|
68997
|
+
"isOptional": false,
|
|
68998
|
+
"releaseTag": "Public",
|
|
68999
|
+
"name": "emissiveColor",
|
|
69000
|
+
"propertyTypeTokenRange": {
|
|
69001
|
+
"startIndex": 1,
|
|
69002
|
+
"endIndex": 3
|
|
69003
|
+
}
|
|
69004
|
+
},
|
|
69005
|
+
{
|
|
69006
|
+
"kind": "PropertySignature",
|
|
69007
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#emissiveIntensity:member",
|
|
69008
|
+
"docComment": "/**\n * Emissive intensity (PBR only). Default: 2\n */\n",
|
|
69009
|
+
"excerptTokens": [
|
|
69010
|
+
{
|
|
69011
|
+
"kind": "Content",
|
|
69012
|
+
"text": "readonly emissiveIntensity: "
|
|
69013
|
+
},
|
|
69014
|
+
{
|
|
69015
|
+
"kind": "Content",
|
|
69016
|
+
"text": "number | undefined"
|
|
69017
|
+
},
|
|
69018
|
+
{
|
|
69019
|
+
"kind": "Content",
|
|
69020
|
+
"text": ";"
|
|
69021
|
+
}
|
|
69022
|
+
],
|
|
69023
|
+
"isReadonly": true,
|
|
69024
|
+
"isOptional": false,
|
|
69025
|
+
"releaseTag": "Public",
|
|
69026
|
+
"name": "emissiveIntensity",
|
|
69027
|
+
"propertyTypeTokenRange": {
|
|
69028
|
+
"startIndex": 1,
|
|
69029
|
+
"endIndex": 2
|
|
69030
|
+
}
|
|
69031
|
+
},
|
|
69032
|
+
{
|
|
69033
|
+
"kind": "PropertySignature",
|
|
69034
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#emissiveTexture:member",
|
|
69035
|
+
"docComment": "/**\n * Access to the emissive texture properties (PBR only - returns undefined for Unlit materials)\n */\n",
|
|
69036
|
+
"excerptTokens": [
|
|
69037
|
+
{
|
|
69038
|
+
"kind": "Content",
|
|
69039
|
+
"text": "readonly emissiveTexture: "
|
|
69040
|
+
},
|
|
69041
|
+
{
|
|
69042
|
+
"kind": "Reference",
|
|
69043
|
+
"text": "ReadonlyFlatTexture",
|
|
69044
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture:interface"
|
|
69045
|
+
},
|
|
69046
|
+
{
|
|
69047
|
+
"kind": "Content",
|
|
69048
|
+
"text": " | undefined"
|
|
69049
|
+
},
|
|
69050
|
+
{
|
|
69051
|
+
"kind": "Content",
|
|
69052
|
+
"text": ";"
|
|
69053
|
+
}
|
|
69054
|
+
],
|
|
69055
|
+
"isReadonly": true,
|
|
69056
|
+
"isOptional": false,
|
|
69057
|
+
"releaseTag": "Public",
|
|
69058
|
+
"name": "emissiveTexture",
|
|
69059
|
+
"propertyTypeTokenRange": {
|
|
69060
|
+
"startIndex": 1,
|
|
69061
|
+
"endIndex": 3
|
|
69062
|
+
}
|
|
67304
69063
|
},
|
|
67305
69064
|
{
|
|
67306
|
-
"kind": "
|
|
67307
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67308
|
-
"docComment": "",
|
|
69065
|
+
"kind": "PropertySignature",
|
|
69066
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#metallic:member",
|
|
69067
|
+
"docComment": "/**\n * Metallic value 0-1 (PBR only). Default: 0.5\n */\n",
|
|
67309
69068
|
"excerptTokens": [
|
|
67310
69069
|
{
|
|
67311
69070
|
"kind": "Content",
|
|
67312
|
-
"text": "
|
|
69071
|
+
"text": "readonly metallic: "
|
|
67313
69072
|
},
|
|
67314
69073
|
{
|
|
67315
69074
|
"kind": "Content",
|
|
67316
|
-
"text": "
|
|
69075
|
+
"text": "number | undefined"
|
|
67317
69076
|
},
|
|
67318
69077
|
{
|
|
67319
69078
|
"kind": "Content",
|
|
67320
69079
|
"text": ";"
|
|
67321
69080
|
}
|
|
67322
69081
|
],
|
|
69082
|
+
"isReadonly": true,
|
|
69083
|
+
"isOptional": false,
|
|
67323
69084
|
"releaseTag": "Public",
|
|
67324
|
-
"name": "
|
|
67325
|
-
"
|
|
67326
|
-
{
|
|
67327
|
-
"typeParameterName": "T",
|
|
67328
|
-
"constraintTokenRange": {
|
|
67329
|
-
"startIndex": 0,
|
|
67330
|
-
"endIndex": 0
|
|
67331
|
-
},
|
|
67332
|
-
"defaultTypeTokenRange": {
|
|
67333
|
-
"startIndex": 0,
|
|
67334
|
-
"endIndex": 0
|
|
67335
|
-
}
|
|
67336
|
-
}
|
|
67337
|
-
],
|
|
67338
|
-
"typeTokenRange": {
|
|
69085
|
+
"name": "metallic",
|
|
69086
|
+
"propertyTypeTokenRange": {
|
|
67339
69087
|
"startIndex": 1,
|
|
67340
69088
|
"endIndex": 2
|
|
67341
69089
|
}
|
|
67342
69090
|
},
|
|
67343
69091
|
{
|
|
67344
|
-
"kind": "
|
|
67345
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67346
|
-
"docComment": "",
|
|
69092
|
+
"kind": "PropertySignature",
|
|
69093
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#reflectivityColor:member",
|
|
69094
|
+
"docComment": "/**\n * Reflectivity color (PBR only). Default: white\n */\n",
|
|
67347
69095
|
"excerptTokens": [
|
|
67348
69096
|
{
|
|
67349
69097
|
"kind": "Content",
|
|
67350
|
-
"text": "
|
|
69098
|
+
"text": "readonly reflectivityColor: "
|
|
69099
|
+
},
|
|
69100
|
+
{
|
|
69101
|
+
"kind": "Reference",
|
|
69102
|
+
"text": "Color3",
|
|
69103
|
+
"canonicalReference": "@dcl/playground-assets!Color3"
|
|
67351
69104
|
},
|
|
67352
69105
|
{
|
|
67353
69106
|
"kind": "Content",
|
|
67354
|
-
"text": "
|
|
69107
|
+
"text": " | undefined"
|
|
67355
69108
|
},
|
|
67356
69109
|
{
|
|
67357
|
-
"kind": "
|
|
67358
|
-
"text": "
|
|
67359
|
-
|
|
69110
|
+
"kind": "Content",
|
|
69111
|
+
"text": ";"
|
|
69112
|
+
}
|
|
69113
|
+
],
|
|
69114
|
+
"isReadonly": true,
|
|
69115
|
+
"isOptional": false,
|
|
69116
|
+
"releaseTag": "Public",
|
|
69117
|
+
"name": "reflectivityColor",
|
|
69118
|
+
"propertyTypeTokenRange": {
|
|
69119
|
+
"startIndex": 1,
|
|
69120
|
+
"endIndex": 3
|
|
69121
|
+
}
|
|
69122
|
+
},
|
|
69123
|
+
{
|
|
69124
|
+
"kind": "PropertySignature",
|
|
69125
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#roughness:member",
|
|
69126
|
+
"docComment": "/**\n * Roughness value 0-1 (PBR only). Default: 0.5\n */\n",
|
|
69127
|
+
"excerptTokens": [
|
|
69128
|
+
{
|
|
69129
|
+
"kind": "Content",
|
|
69130
|
+
"text": "readonly roughness: "
|
|
67360
69131
|
},
|
|
67361
69132
|
{
|
|
67362
69133
|
"kind": "Content",
|
|
67363
|
-
"text": "
|
|
69134
|
+
"text": "number | undefined"
|
|
67364
69135
|
},
|
|
67365
69136
|
{
|
|
67366
69137
|
"kind": "Content",
|
|
67367
69138
|
"text": ";"
|
|
67368
69139
|
}
|
|
67369
69140
|
],
|
|
69141
|
+
"isReadonly": true,
|
|
69142
|
+
"isOptional": false,
|
|
67370
69143
|
"releaseTag": "Public",
|
|
67371
|
-
"name": "
|
|
67372
|
-
"
|
|
69144
|
+
"name": "roughness",
|
|
69145
|
+
"propertyTypeTokenRange": {
|
|
67373
69146
|
"startIndex": 1,
|
|
67374
|
-
"endIndex":
|
|
69147
|
+
"endIndex": 2
|
|
67375
69148
|
}
|
|
67376
69149
|
},
|
|
67377
69150
|
{
|
|
67378
|
-
"kind": "
|
|
67379
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67380
|
-
"docComment": "",
|
|
69151
|
+
"kind": "PropertySignature",
|
|
69152
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#specularIntensity:member",
|
|
69153
|
+
"docComment": "/**\n * Specular intensity (PBR only). Default: 1\n */\n",
|
|
67381
69154
|
"excerptTokens": [
|
|
67382
69155
|
{
|
|
67383
69156
|
"kind": "Content",
|
|
67384
|
-
"text": "
|
|
69157
|
+
"text": "readonly specularIntensity: "
|
|
67385
69158
|
},
|
|
67386
69159
|
{
|
|
67387
|
-
"kind": "
|
|
67388
|
-
"text": "
|
|
67389
|
-
|
|
69160
|
+
"kind": "Content",
|
|
69161
|
+
"text": "number | undefined"
|
|
69162
|
+
},
|
|
69163
|
+
{
|
|
69164
|
+
"kind": "Content",
|
|
69165
|
+
"text": ";"
|
|
67390
69166
|
}
|
|
67391
69167
|
],
|
|
67392
69168
|
"isReadonly": true,
|
|
69169
|
+
"isOptional": false,
|
|
67393
69170
|
"releaseTag": "Public",
|
|
67394
|
-
"name": "
|
|
67395
|
-
"
|
|
69171
|
+
"name": "specularIntensity",
|
|
69172
|
+
"propertyTypeTokenRange": {
|
|
67396
69173
|
"startIndex": 1,
|
|
67397
69174
|
"endIndex": 2
|
|
67398
69175
|
}
|
|
67399
69176
|
},
|
|
67400
69177
|
{
|
|
67401
|
-
"kind": "
|
|
67402
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67403
|
-
"docComment": "",
|
|
69178
|
+
"kind": "PropertySignature",
|
|
69179
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#texture:member",
|
|
69180
|
+
"docComment": "/**\n * Access to the main texture properties (works for both PBR and Unlit materials)\n */\n",
|
|
67404
69181
|
"excerptTokens": [
|
|
67405
69182
|
{
|
|
67406
69183
|
"kind": "Content",
|
|
67407
|
-
"text": "
|
|
69184
|
+
"text": "readonly texture: "
|
|
67408
69185
|
},
|
|
67409
69186
|
{
|
|
67410
69187
|
"kind": "Reference",
|
|
67411
|
-
"text": "
|
|
67412
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
69188
|
+
"text": "ReadonlyFlatTexture",
|
|
69189
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture:interface"
|
|
69190
|
+
},
|
|
69191
|
+
{
|
|
69192
|
+
"kind": "Content",
|
|
69193
|
+
"text": ";"
|
|
67413
69194
|
}
|
|
67414
69195
|
],
|
|
67415
69196
|
"isReadonly": true,
|
|
69197
|
+
"isOptional": false,
|
|
67416
69198
|
"releaseTag": "Public",
|
|
67417
|
-
"name": "
|
|
67418
|
-
"
|
|
69199
|
+
"name": "texture",
|
|
69200
|
+
"propertyTypeTokenRange": {
|
|
67419
69201
|
"startIndex": 1,
|
|
67420
69202
|
"endIndex": 2
|
|
67421
69203
|
}
|
|
67422
|
-
}
|
|
67423
|
-
]
|
|
67424
|
-
},
|
|
67425
|
-
{
|
|
67426
|
-
"kind": "Variable",
|
|
67427
|
-
"canonicalReference": "@dcl/playground-assets!ReactEcsRenderer:var",
|
|
67428
|
-
"docComment": "/**\n * ReactEcs variable provides the function to render & destroy the specified UI\n *\n * @example\n *\n * import { ReactEcsRenderer } from '@dcl/sdk/react-ecs' ReactEcsRenderer.setUiRenderer(uiComponent)\n *\n * @public\n */\n",
|
|
67429
|
-
"excerptTokens": [
|
|
67430
|
-
{
|
|
67431
|
-
"kind": "Content",
|
|
67432
|
-
"text": "ReactEcsRenderer: "
|
|
67433
69204
|
},
|
|
67434
69205
|
{
|
|
67435
|
-
"kind": "
|
|
67436
|
-
"
|
|
67437
|
-
"
|
|
69206
|
+
"kind": "PropertySignature",
|
|
69207
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatMaterial#transparencyMode:member",
|
|
69208
|
+
"docComment": "/**\n * Transparency mode (PBR only). Default: MTM_AUTO\n */\n",
|
|
69209
|
+
"excerptTokens": [
|
|
69210
|
+
{
|
|
69211
|
+
"kind": "Content",
|
|
69212
|
+
"text": "readonly transparencyMode: "
|
|
69213
|
+
},
|
|
69214
|
+
{
|
|
69215
|
+
"kind": "Reference",
|
|
69216
|
+
"text": "MaterialTransparencyMode",
|
|
69217
|
+
"canonicalReference": "@dcl/playground-assets!MaterialTransparencyMode:enum"
|
|
69218
|
+
},
|
|
69219
|
+
{
|
|
69220
|
+
"kind": "Content",
|
|
69221
|
+
"text": " | undefined"
|
|
69222
|
+
},
|
|
69223
|
+
{
|
|
69224
|
+
"kind": "Content",
|
|
69225
|
+
"text": ";"
|
|
69226
|
+
}
|
|
69227
|
+
],
|
|
69228
|
+
"isReadonly": true,
|
|
69229
|
+
"isOptional": false,
|
|
69230
|
+
"releaseTag": "Public",
|
|
69231
|
+
"name": "transparencyMode",
|
|
69232
|
+
"propertyTypeTokenRange": {
|
|
69233
|
+
"startIndex": 1,
|
|
69234
|
+
"endIndex": 3
|
|
69235
|
+
}
|
|
67438
69236
|
}
|
|
67439
69237
|
],
|
|
67440
|
-
"
|
|
67441
|
-
"isReadonly": true,
|
|
67442
|
-
"releaseTag": "Public",
|
|
67443
|
-
"name": "ReactEcsRenderer",
|
|
67444
|
-
"variableTypeTokenRange": {
|
|
67445
|
-
"startIndex": 1,
|
|
67446
|
-
"endIndex": 2
|
|
67447
|
-
}
|
|
69238
|
+
"extendsTokenRanges": []
|
|
67448
69239
|
},
|
|
67449
69240
|
{
|
|
67450
69241
|
"kind": "Interface",
|
|
67451
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67452
|
-
"docComment": "/**\n * @public\n */\n",
|
|
69242
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture:interface",
|
|
69243
|
+
"docComment": "/**\n * Readonly flattened texture interface for read-only property access\n *\n * @public\n */\n",
|
|
67453
69244
|
"excerptTokens": [
|
|
67454
69245
|
{
|
|
67455
69246
|
"kind": "Content",
|
|
67456
|
-
"text": "export interface
|
|
67457
|
-
},
|
|
67458
|
-
{
|
|
67459
|
-
"kind": "Content",
|
|
67460
|
-
"text": "any"
|
|
67461
|
-
},
|
|
67462
|
-
{
|
|
67463
|
-
"kind": "Content",
|
|
67464
|
-
"text": ", T extends "
|
|
67465
|
-
},
|
|
67466
|
-
{
|
|
67467
|
-
"kind": "Content",
|
|
67468
|
-
"text": "string | "
|
|
67469
|
-
},
|
|
67470
|
-
{
|
|
67471
|
-
"kind": "Reference",
|
|
67472
|
-
"text": "JSXElementConstructor",
|
|
67473
|
-
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
|
67474
|
-
},
|
|
67475
|
-
{
|
|
67476
|
-
"kind": "Content",
|
|
67477
|
-
"text": "<any>"
|
|
67478
|
-
},
|
|
67479
|
-
{
|
|
67480
|
-
"kind": "Content",
|
|
67481
|
-
"text": " = "
|
|
67482
|
-
},
|
|
67483
|
-
{
|
|
67484
|
-
"kind": "Content",
|
|
67485
|
-
"text": "string | "
|
|
67486
|
-
},
|
|
67487
|
-
{
|
|
67488
|
-
"kind": "Reference",
|
|
67489
|
-
"text": "JSXElementConstructor",
|
|
67490
|
-
"canonicalReference": "@dcl/playground-assets!JSXElementConstructor:type"
|
|
67491
|
-
},
|
|
67492
|
-
{
|
|
67493
|
-
"kind": "Content",
|
|
67494
|
-
"text": "<any>"
|
|
67495
|
-
},
|
|
67496
|
-
{
|
|
67497
|
-
"kind": "Content",
|
|
67498
|
-
"text": "> "
|
|
69247
|
+
"text": "export interface ReadonlyFlatTexture "
|
|
67499
69248
|
}
|
|
67500
69249
|
],
|
|
67501
|
-
"fileUrlPath": "../
|
|
69250
|
+
"fileUrlPath": "../ecs/dist/components/extended/Material.d.ts",
|
|
67502
69251
|
"releaseTag": "Public",
|
|
67503
|
-
"
|
|
67504
|
-
{
|
|
67505
|
-
"typeParameterName": "P",
|
|
67506
|
-
"constraintTokenRange": {
|
|
67507
|
-
"startIndex": 0,
|
|
67508
|
-
"endIndex": 0
|
|
67509
|
-
},
|
|
67510
|
-
"defaultTypeTokenRange": {
|
|
67511
|
-
"startIndex": 1,
|
|
67512
|
-
"endIndex": 2
|
|
67513
|
-
}
|
|
67514
|
-
},
|
|
67515
|
-
{
|
|
67516
|
-
"typeParameterName": "T",
|
|
67517
|
-
"constraintTokenRange": {
|
|
67518
|
-
"startIndex": 3,
|
|
67519
|
-
"endIndex": 6
|
|
67520
|
-
},
|
|
67521
|
-
"defaultTypeTokenRange": {
|
|
67522
|
-
"startIndex": 7,
|
|
67523
|
-
"endIndex": 10
|
|
67524
|
-
}
|
|
67525
|
-
}
|
|
67526
|
-
],
|
|
67527
|
-
"name": "ReactElement",
|
|
69252
|
+
"name": "ReadonlyFlatTexture",
|
|
67528
69253
|
"preserveMemberOrder": false,
|
|
67529
69254
|
"members": [
|
|
67530
69255
|
{
|
|
67531
69256
|
"kind": "PropertySignature",
|
|
67532
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67533
|
-
"docComment": "",
|
|
69257
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture#filterMode:member",
|
|
69258
|
+
"docComment": "/**\n * Texture filtering mode\n */\n",
|
|
67534
69259
|
"excerptTokens": [
|
|
67535
69260
|
{
|
|
67536
69261
|
"kind": "Content",
|
|
67537
|
-
"text": "
|
|
69262
|
+
"text": "readonly filterMode: "
|
|
67538
69263
|
},
|
|
67539
69264
|
{
|
|
67540
69265
|
"kind": "Reference",
|
|
67541
|
-
"text": "
|
|
67542
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
69266
|
+
"text": "TextureFilterMode",
|
|
69267
|
+
"canonicalReference": "@dcl/playground-assets!TextureFilterMode:enum"
|
|
67543
69268
|
},
|
|
67544
69269
|
{
|
|
67545
69270
|
"kind": "Content",
|
|
67546
|
-
"text": " |
|
|
69271
|
+
"text": " | undefined"
|
|
67547
69272
|
},
|
|
67548
69273
|
{
|
|
67549
69274
|
"kind": "Content",
|
|
67550
69275
|
"text": ";"
|
|
67551
69276
|
}
|
|
67552
69277
|
],
|
|
67553
|
-
"isReadonly":
|
|
69278
|
+
"isReadonly": true,
|
|
67554
69279
|
"isOptional": false,
|
|
67555
69280
|
"releaseTag": "Public",
|
|
67556
|
-
"name": "
|
|
69281
|
+
"name": "filterMode",
|
|
67557
69282
|
"propertyTypeTokenRange": {
|
|
67558
69283
|
"startIndex": 1,
|
|
67559
69284
|
"endIndex": 3
|
|
@@ -67561,26 +69286,26 @@
|
|
|
67561
69286
|
},
|
|
67562
69287
|
{
|
|
67563
69288
|
"kind": "PropertySignature",
|
|
67564
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67565
|
-
"docComment": "",
|
|
69289
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture#src:member",
|
|
69290
|
+
"docComment": "/**\n * Path to the texture file\n */\n",
|
|
67566
69291
|
"excerptTokens": [
|
|
67567
69292
|
{
|
|
67568
69293
|
"kind": "Content",
|
|
67569
|
-
"text": "
|
|
69294
|
+
"text": "readonly src: "
|
|
67570
69295
|
},
|
|
67571
69296
|
{
|
|
67572
69297
|
"kind": "Content",
|
|
67573
|
-
"text": "
|
|
69298
|
+
"text": "string | undefined"
|
|
67574
69299
|
},
|
|
67575
69300
|
{
|
|
67576
69301
|
"kind": "Content",
|
|
67577
69302
|
"text": ";"
|
|
67578
69303
|
}
|
|
67579
69304
|
],
|
|
67580
|
-
"isReadonly":
|
|
69305
|
+
"isReadonly": true,
|
|
67581
69306
|
"isOptional": false,
|
|
67582
69307
|
"releaseTag": "Public",
|
|
67583
|
-
"name": "
|
|
69308
|
+
"name": "src",
|
|
67584
69309
|
"propertyTypeTokenRange": {
|
|
67585
69310
|
"startIndex": 1,
|
|
67586
69311
|
"endIndex": 2
|
|
@@ -67588,117 +69313,39 @@
|
|
|
67588
69313
|
},
|
|
67589
69314
|
{
|
|
67590
69315
|
"kind": "PropertySignature",
|
|
67591
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
67592
|
-
"docComment": "",
|
|
69316
|
+
"canonicalReference": "@dcl/playground-assets!ReadonlyFlatTexture#wrapMode:member",
|
|
69317
|
+
"docComment": "/**\n * Texture wrapping behavior\n */\n",
|
|
67593
69318
|
"excerptTokens": [
|
|
67594
69319
|
{
|
|
67595
69320
|
"kind": "Content",
|
|
67596
|
-
"text": "
|
|
69321
|
+
"text": "readonly wrapMode: "
|
|
69322
|
+
},
|
|
69323
|
+
{
|
|
69324
|
+
"kind": "Reference",
|
|
69325
|
+
"text": "TextureWrapMode",
|
|
69326
|
+
"canonicalReference": "@dcl/playground-assets!TextureWrapMode:enum"
|
|
67597
69327
|
},
|
|
67598
69328
|
{
|
|
67599
69329
|
"kind": "Content",
|
|
67600
|
-
"text": "
|
|
69330
|
+
"text": " | undefined"
|
|
67601
69331
|
},
|
|
67602
69332
|
{
|
|
67603
69333
|
"kind": "Content",
|
|
67604
69334
|
"text": ";"
|
|
67605
69335
|
}
|
|
67606
69336
|
],
|
|
67607
|
-
"isReadonly":
|
|
69337
|
+
"isReadonly": true,
|
|
67608
69338
|
"isOptional": false,
|
|
67609
69339
|
"releaseTag": "Public",
|
|
67610
|
-
"name": "
|
|
69340
|
+
"name": "wrapMode",
|
|
67611
69341
|
"propertyTypeTokenRange": {
|
|
67612
69342
|
"startIndex": 1,
|
|
67613
|
-
"endIndex":
|
|
69343
|
+
"endIndex": 3
|
|
67614
69344
|
}
|
|
67615
69345
|
}
|
|
67616
69346
|
],
|
|
67617
69347
|
"extendsTokenRanges": []
|
|
67618
69348
|
},
|
|
67619
|
-
{
|
|
67620
|
-
"kind": "TypeAlias",
|
|
67621
|
-
"canonicalReference": "@dcl/playground-assets!ReadonlyComponentSchema:type",
|
|
67622
|
-
"docComment": "/**\n * @public\n */\n",
|
|
67623
|
-
"excerptTokens": [
|
|
67624
|
-
{
|
|
67625
|
-
"kind": "Content",
|
|
67626
|
-
"text": "export type ReadonlyComponentSchema<T extends "
|
|
67627
|
-
},
|
|
67628
|
-
{
|
|
67629
|
-
"kind": "Content",
|
|
67630
|
-
"text": "["
|
|
67631
|
-
},
|
|
67632
|
-
{
|
|
67633
|
-
"kind": "Reference",
|
|
67634
|
-
"text": "ComponentDefinition",
|
|
67635
|
-
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
67636
|
-
},
|
|
67637
|
-
{
|
|
67638
|
-
"kind": "Content",
|
|
67639
|
-
"text": "<unknown>, ..."
|
|
67640
|
-
},
|
|
67641
|
-
{
|
|
67642
|
-
"kind": "Reference",
|
|
67643
|
-
"text": "ComponentDefinition",
|
|
67644
|
-
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
67645
|
-
},
|
|
67646
|
-
{
|
|
67647
|
-
"kind": "Content",
|
|
67648
|
-
"text": "<unknown>[]]"
|
|
67649
|
-
},
|
|
67650
|
-
{
|
|
67651
|
-
"kind": "Content",
|
|
67652
|
-
"text": "> = "
|
|
67653
|
-
},
|
|
67654
|
-
{
|
|
67655
|
-
"kind": "Content",
|
|
67656
|
-
"text": "{\n [K in keyof T]: T[K] extends "
|
|
67657
|
-
},
|
|
67658
|
-
{
|
|
67659
|
-
"kind": "Reference",
|
|
67660
|
-
"text": "ComponentDefinition",
|
|
67661
|
-
"canonicalReference": "@dcl/playground-assets!ComponentDefinition:type"
|
|
67662
|
-
},
|
|
67663
|
-
{
|
|
67664
|
-
"kind": "Content",
|
|
67665
|
-
"text": "<unknown> ? "
|
|
67666
|
-
},
|
|
67667
|
-
{
|
|
67668
|
-
"kind": "Reference",
|
|
67669
|
-
"text": "ReturnType",
|
|
67670
|
-
"canonicalReference": "!ReturnType:type"
|
|
67671
|
-
},
|
|
67672
|
-
{
|
|
67673
|
-
"kind": "Content",
|
|
67674
|
-
"text": "<T[K]['get']> : never;\n}"
|
|
67675
|
-
},
|
|
67676
|
-
{
|
|
67677
|
-
"kind": "Content",
|
|
67678
|
-
"text": ";"
|
|
67679
|
-
}
|
|
67680
|
-
],
|
|
67681
|
-
"fileUrlPath": "../ecs/dist/engine/readonly.d.ts",
|
|
67682
|
-
"releaseTag": "Public",
|
|
67683
|
-
"name": "ReadonlyComponentSchema",
|
|
67684
|
-
"typeParameters": [
|
|
67685
|
-
{
|
|
67686
|
-
"typeParameterName": "T",
|
|
67687
|
-
"constraintTokenRange": {
|
|
67688
|
-
"startIndex": 1,
|
|
67689
|
-
"endIndex": 6
|
|
67690
|
-
},
|
|
67691
|
-
"defaultTypeTokenRange": {
|
|
67692
|
-
"startIndex": 0,
|
|
67693
|
-
"endIndex": 0
|
|
67694
|
-
}
|
|
67695
|
-
}
|
|
67696
|
-
],
|
|
67697
|
-
"typeTokenRange": {
|
|
67698
|
-
"startIndex": 7,
|
|
67699
|
-
"endIndex": 12
|
|
67700
|
-
}
|
|
67701
|
-
},
|
|
67702
69349
|
{
|
|
67703
69350
|
"kind": "TypeAlias",
|
|
67704
69351
|
"canonicalReference": "@dcl/playground-assets!ReadOnlyGrowOnlyValueSetComponentDefinition:type",
|
|
@@ -74127,6 +75774,162 @@
|
|
|
74127
75774
|
}
|
|
74128
75775
|
]
|
|
74129
75776
|
},
|
|
75777
|
+
{
|
|
75778
|
+
"kind": "TypeAlias",
|
|
75779
|
+
"canonicalReference": "@dcl/playground-assets!TimerCallback:type",
|
|
75780
|
+
"docComment": "",
|
|
75781
|
+
"excerptTokens": [
|
|
75782
|
+
{
|
|
75783
|
+
"kind": "Content",
|
|
75784
|
+
"text": "export type TimerCallback = "
|
|
75785
|
+
},
|
|
75786
|
+
{
|
|
75787
|
+
"kind": "Content",
|
|
75788
|
+
"text": "() => void"
|
|
75789
|
+
},
|
|
75790
|
+
{
|
|
75791
|
+
"kind": "Content",
|
|
75792
|
+
"text": ";"
|
|
75793
|
+
}
|
|
75794
|
+
],
|
|
75795
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/timers.d.ts",
|
|
75796
|
+
"releaseTag": "Public",
|
|
75797
|
+
"name": "TimerCallback",
|
|
75798
|
+
"typeTokenRange": {
|
|
75799
|
+
"startIndex": 1,
|
|
75800
|
+
"endIndex": 2
|
|
75801
|
+
}
|
|
75802
|
+
},
|
|
75803
|
+
{
|
|
75804
|
+
"kind": "TypeAlias",
|
|
75805
|
+
"canonicalReference": "@dcl/playground-assets!TimerId:type",
|
|
75806
|
+
"docComment": "",
|
|
75807
|
+
"excerptTokens": [
|
|
75808
|
+
{
|
|
75809
|
+
"kind": "Content",
|
|
75810
|
+
"text": "export type TimerId = "
|
|
75811
|
+
},
|
|
75812
|
+
{
|
|
75813
|
+
"kind": "Content",
|
|
75814
|
+
"text": "number"
|
|
75815
|
+
},
|
|
75816
|
+
{
|
|
75817
|
+
"kind": "Content",
|
|
75818
|
+
"text": ";"
|
|
75819
|
+
}
|
|
75820
|
+
],
|
|
75821
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/timers.d.ts",
|
|
75822
|
+
"releaseTag": "Public",
|
|
75823
|
+
"name": "TimerId",
|
|
75824
|
+
"typeTokenRange": {
|
|
75825
|
+
"startIndex": 1,
|
|
75826
|
+
"endIndex": 2
|
|
75827
|
+
}
|
|
75828
|
+
},
|
|
75829
|
+
{
|
|
75830
|
+
"kind": "TypeAlias",
|
|
75831
|
+
"canonicalReference": "@dcl/playground-assets!Timers:type",
|
|
75832
|
+
"docComment": "",
|
|
75833
|
+
"excerptTokens": [
|
|
75834
|
+
{
|
|
75835
|
+
"kind": "Content",
|
|
75836
|
+
"text": "export type Timers = "
|
|
75837
|
+
},
|
|
75838
|
+
{
|
|
75839
|
+
"kind": "Content",
|
|
75840
|
+
"text": "{\n setTimeout(callback: "
|
|
75841
|
+
},
|
|
75842
|
+
{
|
|
75843
|
+
"kind": "Reference",
|
|
75844
|
+
"text": "TimerCallback",
|
|
75845
|
+
"canonicalReference": "@dcl/playground-assets!TimerCallback:type"
|
|
75846
|
+
},
|
|
75847
|
+
{
|
|
75848
|
+
"kind": "Content",
|
|
75849
|
+
"text": ", ms: number): "
|
|
75850
|
+
},
|
|
75851
|
+
{
|
|
75852
|
+
"kind": "Reference",
|
|
75853
|
+
"text": "TimerId",
|
|
75854
|
+
"canonicalReference": "@dcl/playground-assets!TimerId:type"
|
|
75855
|
+
},
|
|
75856
|
+
{
|
|
75857
|
+
"kind": "Content",
|
|
75858
|
+
"text": ";\n clearTimeout(timerId: "
|
|
75859
|
+
},
|
|
75860
|
+
{
|
|
75861
|
+
"kind": "Reference",
|
|
75862
|
+
"text": "TimerId",
|
|
75863
|
+
"canonicalReference": "@dcl/playground-assets!TimerId:type"
|
|
75864
|
+
},
|
|
75865
|
+
{
|
|
75866
|
+
"kind": "Content",
|
|
75867
|
+
"text": "): void;\n setInterval(callback: "
|
|
75868
|
+
},
|
|
75869
|
+
{
|
|
75870
|
+
"kind": "Reference",
|
|
75871
|
+
"text": "TimerCallback",
|
|
75872
|
+
"canonicalReference": "@dcl/playground-assets!TimerCallback:type"
|
|
75873
|
+
},
|
|
75874
|
+
{
|
|
75875
|
+
"kind": "Content",
|
|
75876
|
+
"text": ", ms: number): "
|
|
75877
|
+
},
|
|
75878
|
+
{
|
|
75879
|
+
"kind": "Reference",
|
|
75880
|
+
"text": "TimerId",
|
|
75881
|
+
"canonicalReference": "@dcl/playground-assets!TimerId:type"
|
|
75882
|
+
},
|
|
75883
|
+
{
|
|
75884
|
+
"kind": "Content",
|
|
75885
|
+
"text": ";\n clearInterval(timerId: "
|
|
75886
|
+
},
|
|
75887
|
+
{
|
|
75888
|
+
"kind": "Reference",
|
|
75889
|
+
"text": "TimerId",
|
|
75890
|
+
"canonicalReference": "@dcl/playground-assets!TimerId:type"
|
|
75891
|
+
},
|
|
75892
|
+
{
|
|
75893
|
+
"kind": "Content",
|
|
75894
|
+
"text": "): void;\n}"
|
|
75895
|
+
},
|
|
75896
|
+
{
|
|
75897
|
+
"kind": "Content",
|
|
75898
|
+
"text": ";"
|
|
75899
|
+
}
|
|
75900
|
+
],
|
|
75901
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/timers.d.ts",
|
|
75902
|
+
"releaseTag": "Public",
|
|
75903
|
+
"name": "Timers",
|
|
75904
|
+
"typeTokenRange": {
|
|
75905
|
+
"startIndex": 1,
|
|
75906
|
+
"endIndex": 14
|
|
75907
|
+
}
|
|
75908
|
+
},
|
|
75909
|
+
{
|
|
75910
|
+
"kind": "Variable",
|
|
75911
|
+
"canonicalReference": "@dcl/playground-assets!timers:var",
|
|
75912
|
+
"docComment": "/**\n * Timer utilities for delayed and repeated execution.\n *\n * @public\n */\n",
|
|
75913
|
+
"excerptTokens": [
|
|
75914
|
+
{
|
|
75915
|
+
"kind": "Content",
|
|
75916
|
+
"text": "timers: "
|
|
75917
|
+
},
|
|
75918
|
+
{
|
|
75919
|
+
"kind": "Reference",
|
|
75920
|
+
"text": "Timers",
|
|
75921
|
+
"canonicalReference": "@dcl/playground-assets!Timers:type"
|
|
75922
|
+
}
|
|
75923
|
+
],
|
|
75924
|
+
"fileUrlPath": "../ecs/dist/runtime/initialization/index.d.ts",
|
|
75925
|
+
"isReadonly": true,
|
|
75926
|
+
"releaseTag": "Public",
|
|
75927
|
+
"name": "timers",
|
|
75928
|
+
"variableTypeTokenRange": {
|
|
75929
|
+
"startIndex": 1,
|
|
75930
|
+
"endIndex": 2
|
|
75931
|
+
}
|
|
75932
|
+
},
|
|
74130
75933
|
{
|
|
74131
75934
|
"kind": "Variable",
|
|
74132
75935
|
"canonicalReference": "@dcl/playground-assets!ToGammaSpace:var",
|
|
@@ -86023,6 +87826,46 @@
|
|
|
86023
87826
|
"endIndex": 5
|
|
86024
87827
|
}
|
|
86025
87828
|
},
|
|
87829
|
+
{
|
|
87830
|
+
"kind": "TypeAlias",
|
|
87831
|
+
"canonicalReference": "@dcl/playground-assets!WorldTransformEngine:type",
|
|
87832
|
+
"docComment": "/**\n * Engine type for world transform functions\n *\n * @public\n */\n",
|
|
87833
|
+
"excerptTokens": [
|
|
87834
|
+
{
|
|
87835
|
+
"kind": "Content",
|
|
87836
|
+
"text": "export type WorldTransformEngine = "
|
|
87837
|
+
},
|
|
87838
|
+
{
|
|
87839
|
+
"kind": "Reference",
|
|
87840
|
+
"text": "Pick",
|
|
87841
|
+
"canonicalReference": "!Pick:type"
|
|
87842
|
+
},
|
|
87843
|
+
{
|
|
87844
|
+
"kind": "Content",
|
|
87845
|
+
"text": "<"
|
|
87846
|
+
},
|
|
87847
|
+
{
|
|
87848
|
+
"kind": "Reference",
|
|
87849
|
+
"text": "IEngine",
|
|
87850
|
+
"canonicalReference": "@dcl/playground-assets!IEngine:interface"
|
|
87851
|
+
},
|
|
87852
|
+
{
|
|
87853
|
+
"kind": "Content",
|
|
87854
|
+
"text": ", 'getEntitiesWith' | 'defineComponentFromSchema' | 'PlayerEntity'>"
|
|
87855
|
+
},
|
|
87856
|
+
{
|
|
87857
|
+
"kind": "Content",
|
|
87858
|
+
"text": ";"
|
|
87859
|
+
}
|
|
87860
|
+
],
|
|
87861
|
+
"fileUrlPath": "../ecs/dist/runtime/helpers/tree.d.ts",
|
|
87862
|
+
"releaseTag": "Public",
|
|
87863
|
+
"name": "WorldTransformEngine",
|
|
87864
|
+
"typeTokenRange": {
|
|
87865
|
+
"startIndex": 1,
|
|
87866
|
+
"endIndex": 5
|
|
87867
|
+
}
|
|
87868
|
+
},
|
|
86026
87869
|
{
|
|
86027
87870
|
"kind": "Enum",
|
|
86028
87871
|
"canonicalReference": "@dcl/playground-assets!YGAlign:enum",
|