@dcl/playground-assets 7.23.4-26106700711.commit-2afa13b → 7.23.4-26110424113.commit-4b40cec
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 +21 -101
- package/dist/beta.d.ts +21 -101
- package/dist/index.bundled.d.ts +21 -101
- package/dist/index.js +9 -9
- package/dist/playground/sdk/apis.d.ts +6 -0
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +21 -101
- package/etc/playground-assets.api.json +344 -1174
- package/etc/playground-assets.api.md +15 -79
- package/package.json +5 -6
|
@@ -1942,299 +1942,6 @@
|
|
|
1942
1942
|
}
|
|
1943
1943
|
]
|
|
1944
1944
|
},
|
|
1945
|
-
{
|
|
1946
|
-
"kind": "TypeAlias",
|
|
1947
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type",
|
|
1948
|
-
"docComment": "/**\n * @public\n */\n",
|
|
1949
|
-
"excerptTokens": [
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "Content",
|
|
1952
|
-
"text": "export type AuthoritativePutComponentMessage = "
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"kind": "Reference",
|
|
1956
|
-
"text": "CrdtMessageHeader",
|
|
1957
|
-
"canonicalReference": "@dcl/playground-assets!CrdtMessageHeader:type"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "Content",
|
|
1961
|
-
"text": " & "
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"kind": "Reference",
|
|
1965
|
-
"text": "AuthoritativePutComponentMessageBody",
|
|
1966
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"kind": "Content",
|
|
1970
|
-
"text": ";"
|
|
1971
|
-
}
|
|
1972
|
-
],
|
|
1973
|
-
"fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
|
|
1974
|
-
"releaseTag": "Public",
|
|
1975
|
-
"name": "AuthoritativePutComponentMessage",
|
|
1976
|
-
"typeTokenRange": {
|
|
1977
|
-
"startIndex": 1,
|
|
1978
|
-
"endIndex": 4
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"kind": "TypeAlias",
|
|
1983
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type",
|
|
1984
|
-
"docComment": "/**\n * Server authoritative message - identical to PutComponentMessageBody but with forced processing Min. length = header (8 bytes) + 16 bytes = 24 bytes\n *\n * @param entity - Uint32 number of the entity\n *\n * @param componentId - Uint32 number of id\n *\n * @param timestamp - Uint32 Lamport timestamp (server's authoritative timestamp)\n *\n * @param data - Uint8[] data of component => length(4 bytes) + block of bytes[0..length-1]\n *\n * @public\n */\n",
|
|
1985
|
-
"excerptTokens": [
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "Content",
|
|
1988
|
-
"text": "export type AuthoritativePutComponentMessageBody = "
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"kind": "Content",
|
|
1992
|
-
"text": "{\n type: "
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"kind": "Reference",
|
|
1996
|
-
"text": "CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT",
|
|
1997
|
-
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"kind": "Content",
|
|
2001
|
-
"text": ";\n entityId: "
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"kind": "Reference",
|
|
2005
|
-
"text": "Entity",
|
|
2006
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "Content",
|
|
2010
|
-
"text": ";\n componentId: number;\n timestamp: number;\n data: "
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"kind": "Reference",
|
|
2014
|
-
"text": "Uint8Array",
|
|
2015
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "Content",
|
|
2019
|
-
"text": ";\n}"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "Content",
|
|
2023
|
-
"text": ";"
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"fileUrlPath": "../ecs/dist/serialization/crdt/types.d.ts",
|
|
2027
|
-
"releaseTag": "Public",
|
|
2028
|
-
"name": "AuthoritativePutComponentMessageBody",
|
|
2029
|
-
"typeTokenRange": {
|
|
2030
|
-
"startIndex": 1,
|
|
2031
|
-
"endIndex": 8
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"kind": "Namespace",
|
|
2036
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation:namespace",
|
|
2037
|
-
"docComment": "/**\n * @public\n */\n",
|
|
2038
|
-
"excerptTokens": [
|
|
2039
|
-
{
|
|
2040
|
-
"kind": "Content",
|
|
2041
|
-
"text": "export declare namespace AuthoritativePutComponentOperation "
|
|
2042
|
-
}
|
|
2043
|
-
],
|
|
2044
|
-
"fileUrlPath": "../ecs/dist/serialization/crdt/authoritativePutComponent.d.ts",
|
|
2045
|
-
"releaseTag": "Public",
|
|
2046
|
-
"name": "AuthoritativePutComponentOperation",
|
|
2047
|
-
"preserveMemberOrder": false,
|
|
2048
|
-
"members": [
|
|
2049
|
-
{
|
|
2050
|
-
"kind": "Variable",
|
|
2051
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.MESSAGE_HEADER_LENGTH:var",
|
|
2052
|
-
"docComment": "",
|
|
2053
|
-
"excerptTokens": [
|
|
2054
|
-
{
|
|
2055
|
-
"kind": "Content",
|
|
2056
|
-
"text": "MESSAGE_HEADER_LENGTH = "
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "Content",
|
|
2060
|
-
"text": "16"
|
|
2061
|
-
}
|
|
2062
|
-
],
|
|
2063
|
-
"initializerTokenRange": {
|
|
2064
|
-
"startIndex": 1,
|
|
2065
|
-
"endIndex": 2
|
|
2066
|
-
},
|
|
2067
|
-
"isReadonly": true,
|
|
2068
|
-
"releaseTag": "Public",
|
|
2069
|
-
"name": "MESSAGE_HEADER_LENGTH",
|
|
2070
|
-
"variableTypeTokenRange": {
|
|
2071
|
-
"startIndex": 0,
|
|
2072
|
-
"endIndex": 0
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"kind": "Function",
|
|
2077
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.read:function(1)",
|
|
2078
|
-
"docComment": "",
|
|
2079
|
-
"excerptTokens": [
|
|
2080
|
-
{
|
|
2081
|
-
"kind": "Content",
|
|
2082
|
-
"text": "function read(buf: "
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "Reference",
|
|
2086
|
-
"text": "ByteBuffer",
|
|
2087
|
-
"canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "Content",
|
|
2091
|
-
"text": "): "
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "Reference",
|
|
2095
|
-
"text": "AuthoritativePutComponentMessage",
|
|
2096
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "Content",
|
|
2100
|
-
"text": " | null"
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"kind": "Content",
|
|
2104
|
-
"text": ";"
|
|
2105
|
-
}
|
|
2106
|
-
],
|
|
2107
|
-
"returnTypeTokenRange": {
|
|
2108
|
-
"startIndex": 3,
|
|
2109
|
-
"endIndex": 5
|
|
2110
|
-
},
|
|
2111
|
-
"releaseTag": "Public",
|
|
2112
|
-
"overloadIndex": 1,
|
|
2113
|
-
"parameters": [
|
|
2114
|
-
{
|
|
2115
|
-
"parameterName": "buf",
|
|
2116
|
-
"parameterTypeTokenRange": {
|
|
2117
|
-
"startIndex": 1,
|
|
2118
|
-
"endIndex": 2
|
|
2119
|
-
},
|
|
2120
|
-
"isOptional": false
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"name": "read"
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"kind": "Function",
|
|
2127
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentOperation.write:function(1)",
|
|
2128
|
-
"docComment": "/**\n * Call this function for an optimal writing data passing the ByteBuffer already allocated\n */\n",
|
|
2129
|
-
"excerptTokens": [
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "Content",
|
|
2132
|
-
"text": "function write(entity: "
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "Reference",
|
|
2136
|
-
"text": "Entity",
|
|
2137
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
2138
|
-
},
|
|
2139
|
-
{
|
|
2140
|
-
"kind": "Content",
|
|
2141
|
-
"text": ", timestamp: "
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"kind": "Content",
|
|
2145
|
-
"text": "number"
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"kind": "Content",
|
|
2149
|
-
"text": ", componentId: "
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "Content",
|
|
2153
|
-
"text": "number"
|
|
2154
|
-
},
|
|
2155
|
-
{
|
|
2156
|
-
"kind": "Content",
|
|
2157
|
-
"text": ", data: "
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"kind": "Reference",
|
|
2161
|
-
"text": "Uint8Array",
|
|
2162
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"kind": "Content",
|
|
2166
|
-
"text": ", buf: "
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"kind": "Reference",
|
|
2170
|
-
"text": "ByteBuffer",
|
|
2171
|
-
"canonicalReference": "@dcl/playground-assets!ByteBuffer:interface"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"kind": "Content",
|
|
2175
|
-
"text": "): "
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"kind": "Content",
|
|
2179
|
-
"text": "void"
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "Content",
|
|
2183
|
-
"text": ";"
|
|
2184
|
-
}
|
|
2185
|
-
],
|
|
2186
|
-
"returnTypeTokenRange": {
|
|
2187
|
-
"startIndex": 11,
|
|
2188
|
-
"endIndex": 12
|
|
2189
|
-
},
|
|
2190
|
-
"releaseTag": "Public",
|
|
2191
|
-
"overloadIndex": 1,
|
|
2192
|
-
"parameters": [
|
|
2193
|
-
{
|
|
2194
|
-
"parameterName": "entity",
|
|
2195
|
-
"parameterTypeTokenRange": {
|
|
2196
|
-
"startIndex": 1,
|
|
2197
|
-
"endIndex": 2
|
|
2198
|
-
},
|
|
2199
|
-
"isOptional": false
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"parameterName": "timestamp",
|
|
2203
|
-
"parameterTypeTokenRange": {
|
|
2204
|
-
"startIndex": 3,
|
|
2205
|
-
"endIndex": 4
|
|
2206
|
-
},
|
|
2207
|
-
"isOptional": false
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"parameterName": "componentId",
|
|
2211
|
-
"parameterTypeTokenRange": {
|
|
2212
|
-
"startIndex": 5,
|
|
2213
|
-
"endIndex": 6
|
|
2214
|
-
},
|
|
2215
|
-
"isOptional": false
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"parameterName": "data",
|
|
2219
|
-
"parameterTypeTokenRange": {
|
|
2220
|
-
"startIndex": 7,
|
|
2221
|
-
"endIndex": 8
|
|
2222
|
-
},
|
|
2223
|
-
"isOptional": false
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"parameterName": "buf",
|
|
2227
|
-
"parameterTypeTokenRange": {
|
|
2228
|
-
"startIndex": 9,
|
|
2229
|
-
"endIndex": 10
|
|
2230
|
-
},
|
|
2231
|
-
"isOptional": false
|
|
2232
|
-
}
|
|
2233
|
-
],
|
|
2234
|
-
"name": "write"
|
|
2235
|
-
}
|
|
2236
|
-
]
|
|
2237
|
-
},
|
|
2238
1945
|
{
|
|
2239
1946
|
"kind": "Enum",
|
|
2240
1947
|
"canonicalReference": "@dcl/playground-assets!AvatarAnchorPointType:enum",
|
|
@@ -2909,6 +2616,65 @@
|
|
|
2909
2616
|
"endIndex": 5
|
|
2910
2617
|
}
|
|
2911
2618
|
},
|
|
2619
|
+
{
|
|
2620
|
+
"kind": "Enum",
|
|
2621
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask:enum",
|
|
2622
|
+
"docComment": "/**\n * @public\n */\n",
|
|
2623
|
+
"excerptTokens": [
|
|
2624
|
+
{
|
|
2625
|
+
"kind": "Content",
|
|
2626
|
+
"text": "export declare const enum AvatarEmoteMask "
|
|
2627
|
+
}
|
|
2628
|
+
],
|
|
2629
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_shape.gen.d.ts",
|
|
2630
|
+
"releaseTag": "Public",
|
|
2631
|
+
"name": "AvatarEmoteMask",
|
|
2632
|
+
"preserveMemberOrder": false,
|
|
2633
|
+
"members": [
|
|
2634
|
+
{
|
|
2635
|
+
"kind": "EnumMember",
|
|
2636
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_FULL_BODY:member",
|
|
2637
|
+
"docComment": "",
|
|
2638
|
+
"excerptTokens": [
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "Content",
|
|
2641
|
+
"text": "AEM_FULL_BODY = "
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "Content",
|
|
2645
|
+
"text": "0"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"initializerTokenRange": {
|
|
2649
|
+
"startIndex": 1,
|
|
2650
|
+
"endIndex": 2
|
|
2651
|
+
},
|
|
2652
|
+
"releaseTag": "Public",
|
|
2653
|
+
"name": "AEM_FULL_BODY"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"kind": "EnumMember",
|
|
2657
|
+
"canonicalReference": "@dcl/playground-assets!AvatarEmoteMask.AEM_UPPER_BODY:member",
|
|
2658
|
+
"docComment": "",
|
|
2659
|
+
"excerptTokens": [
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "Content",
|
|
2662
|
+
"text": "AEM_UPPER_BODY = "
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "Content",
|
|
2666
|
+
"text": "1"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"initializerTokenRange": {
|
|
2670
|
+
"startIndex": 1,
|
|
2671
|
+
"endIndex": 2
|
|
2672
|
+
},
|
|
2673
|
+
"releaseTag": "Public",
|
|
2674
|
+
"name": "AEM_UPPER_BODY"
|
|
2675
|
+
}
|
|
2676
|
+
]
|
|
2677
|
+
},
|
|
2912
2678
|
{
|
|
2913
2679
|
"kind": "Variable",
|
|
2914
2680
|
"canonicalReference": "@dcl/playground-assets!AvatarEquippedData:var",
|
|
@@ -3745,61 +3511,6 @@
|
|
|
3745
3511
|
],
|
|
3746
3512
|
"name": "get"
|
|
3747
3513
|
},
|
|
3748
|
-
{
|
|
3749
|
-
"kind": "MethodSignature",
|
|
3750
|
-
"canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtState:member(1)",
|
|
3751
|
-
"docComment": "/**\n * Get the CRDT state for an entity (serialized data and timestamp)\n *\n * @param entity - Entity to get the CRDT state for\n *\n * @returns Object with serialized data and timestamp, or null if entity doesn't have the component\n *\n * @public\n */\n",
|
|
3752
|
-
"excerptTokens": [
|
|
3753
|
-
{
|
|
3754
|
-
"kind": "Content",
|
|
3755
|
-
"text": "getCrdtState(entity: "
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"kind": "Reference",
|
|
3759
|
-
"text": "Entity",
|
|
3760
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"kind": "Content",
|
|
3764
|
-
"text": "): "
|
|
3765
|
-
},
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "Content",
|
|
3768
|
-
"text": "{\n data: "
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"kind": "Reference",
|
|
3772
|
-
"text": "Uint8Array",
|
|
3773
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
3774
|
-
},
|
|
3775
|
-
{
|
|
3776
|
-
"kind": "Content",
|
|
3777
|
-
"text": ";\n timestamp: number;\n } | null"
|
|
3778
|
-
},
|
|
3779
|
-
{
|
|
3780
|
-
"kind": "Content",
|
|
3781
|
-
"text": ";"
|
|
3782
|
-
}
|
|
3783
|
-
],
|
|
3784
|
-
"isOptional": false,
|
|
3785
|
-
"returnTypeTokenRange": {
|
|
3786
|
-
"startIndex": 3,
|
|
3787
|
-
"endIndex": 6
|
|
3788
|
-
},
|
|
3789
|
-
"releaseTag": "Public",
|
|
3790
|
-
"overloadIndex": 1,
|
|
3791
|
-
"parameters": [
|
|
3792
|
-
{
|
|
3793
|
-
"parameterName": "entity",
|
|
3794
|
-
"parameterTypeTokenRange": {
|
|
3795
|
-
"startIndex": 1,
|
|
3796
|
-
"endIndex": 2
|
|
3797
|
-
},
|
|
3798
|
-
"isOptional": false
|
|
3799
|
-
}
|
|
3800
|
-
],
|
|
3801
|
-
"name": "getCrdtState"
|
|
3802
|
-
},
|
|
3803
3514
|
{
|
|
3804
3515
|
"kind": "MethodSignature",
|
|
3805
3516
|
"canonicalReference": "@dcl/playground-assets!BaseComponent#getCrdtUpdates:member(1)",
|
|
@@ -4036,123 +3747,6 @@
|
|
|
4036
3747
|
}
|
|
4037
3748
|
],
|
|
4038
3749
|
"name": "updateFromCrdt"
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"kind": "MethodSignature",
|
|
4042
|
-
"canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(1)",
|
|
4043
|
-
"docComment": "/**\n * @public\n */\n",
|
|
4044
|
-
"excerptTokens": [
|
|
4045
|
-
{
|
|
4046
|
-
"kind": "Content",
|
|
4047
|
-
"text": "validateBeforeChange(entity: "
|
|
4048
|
-
},
|
|
4049
|
-
{
|
|
4050
|
-
"kind": "Reference",
|
|
4051
|
-
"text": "Entity",
|
|
4052
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
4053
|
-
},
|
|
4054
|
-
{
|
|
4055
|
-
"kind": "Content",
|
|
4056
|
-
"text": ", cb: "
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
"kind": "Reference",
|
|
4060
|
-
"text": "ValidateCallback",
|
|
4061
|
-
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
|
|
4062
|
-
},
|
|
4063
|
-
{
|
|
4064
|
-
"kind": "Content",
|
|
4065
|
-
"text": "<T>"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"kind": "Content",
|
|
4069
|
-
"text": "): "
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"kind": "Content",
|
|
4073
|
-
"text": "void"
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "Content",
|
|
4077
|
-
"text": ";"
|
|
4078
|
-
}
|
|
4079
|
-
],
|
|
4080
|
-
"isOptional": false,
|
|
4081
|
-
"returnTypeTokenRange": {
|
|
4082
|
-
"startIndex": 6,
|
|
4083
|
-
"endIndex": 7
|
|
4084
|
-
},
|
|
4085
|
-
"releaseTag": "Public",
|
|
4086
|
-
"overloadIndex": 1,
|
|
4087
|
-
"parameters": [
|
|
4088
|
-
{
|
|
4089
|
-
"parameterName": "entity",
|
|
4090
|
-
"parameterTypeTokenRange": {
|
|
4091
|
-
"startIndex": 1,
|
|
4092
|
-
"endIndex": 2
|
|
4093
|
-
},
|
|
4094
|
-
"isOptional": false
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
"parameterName": "cb",
|
|
4098
|
-
"parameterTypeTokenRange": {
|
|
4099
|
-
"startIndex": 3,
|
|
4100
|
-
"endIndex": 5
|
|
4101
|
-
},
|
|
4102
|
-
"isOptional": false
|
|
4103
|
-
}
|
|
4104
|
-
],
|
|
4105
|
-
"name": "validateBeforeChange"
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"kind": "MethodSignature",
|
|
4109
|
-
"canonicalReference": "@dcl/playground-assets!BaseComponent#validateBeforeChange:member(2)",
|
|
4110
|
-
"docComment": "",
|
|
4111
|
-
"excerptTokens": [
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "Content",
|
|
4114
|
-
"text": "validateBeforeChange(cb: "
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
"kind": "Reference",
|
|
4118
|
-
"text": "ValidateCallback",
|
|
4119
|
-
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type"
|
|
4120
|
-
},
|
|
4121
|
-
{
|
|
4122
|
-
"kind": "Content",
|
|
4123
|
-
"text": "<T>"
|
|
4124
|
-
},
|
|
4125
|
-
{
|
|
4126
|
-
"kind": "Content",
|
|
4127
|
-
"text": "): "
|
|
4128
|
-
},
|
|
4129
|
-
{
|
|
4130
|
-
"kind": "Content",
|
|
4131
|
-
"text": "void"
|
|
4132
|
-
},
|
|
4133
|
-
{
|
|
4134
|
-
"kind": "Content",
|
|
4135
|
-
"text": ";"
|
|
4136
|
-
}
|
|
4137
|
-
],
|
|
4138
|
-
"isOptional": false,
|
|
4139
|
-
"returnTypeTokenRange": {
|
|
4140
|
-
"startIndex": 4,
|
|
4141
|
-
"endIndex": 5
|
|
4142
|
-
},
|
|
4143
|
-
"releaseTag": "Public",
|
|
4144
|
-
"overloadIndex": 2,
|
|
4145
|
-
"parameters": [
|
|
4146
|
-
{
|
|
4147
|
-
"parameterName": "cb",
|
|
4148
|
-
"parameterTypeTokenRange": {
|
|
4149
|
-
"startIndex": 1,
|
|
4150
|
-
"endIndex": 3
|
|
4151
|
-
},
|
|
4152
|
-
"isOptional": false
|
|
4153
|
-
}
|
|
4154
|
-
],
|
|
4155
|
-
"name": "validateBeforeChange"
|
|
4156
3750
|
}
|
|
4157
3751
|
],
|
|
4158
3752
|
"extendsTokenRanges": []
|
|
@@ -17044,15 +16638,6 @@
|
|
|
17044
16638
|
"kind": "Content",
|
|
17045
16639
|
"text": " | "
|
|
17046
16640
|
},
|
|
17047
|
-
{
|
|
17048
|
-
"kind": "Reference",
|
|
17049
|
-
"text": "AuthoritativePutComponentMessage",
|
|
17050
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessage:type"
|
|
17051
|
-
},
|
|
17052
|
-
{
|
|
17053
|
-
"kind": "Content",
|
|
17054
|
-
"text": " | "
|
|
17055
|
-
},
|
|
17056
16641
|
{
|
|
17057
16642
|
"kind": "Reference",
|
|
17058
16643
|
"text": "DeleteComponentMessage",
|
|
@@ -17113,7 +16698,7 @@
|
|
|
17113
16698
|
"name": "CrdtMessage",
|
|
17114
16699
|
"typeTokenRange": {
|
|
17115
16700
|
"startIndex": 1,
|
|
17116
|
-
"endIndex":
|
|
16701
|
+
"endIndex": 14
|
|
17117
16702
|
}
|
|
17118
16703
|
},
|
|
17119
16704
|
{
|
|
@@ -17134,15 +16719,6 @@
|
|
|
17134
16719
|
"kind": "Content",
|
|
17135
16720
|
"text": " | "
|
|
17136
16721
|
},
|
|
17137
|
-
{
|
|
17138
|
-
"kind": "Reference",
|
|
17139
|
-
"text": "AuthoritativePutComponentMessageBody",
|
|
17140
|
-
"canonicalReference": "@dcl/playground-assets!AuthoritativePutComponentMessageBody:type"
|
|
17141
|
-
},
|
|
17142
|
-
{
|
|
17143
|
-
"kind": "Content",
|
|
17144
|
-
"text": " | "
|
|
17145
|
-
},
|
|
17146
16722
|
{
|
|
17147
16723
|
"kind": "Reference",
|
|
17148
16724
|
"text": "DeleteComponentMessageBody",
|
|
@@ -17185,7 +16761,7 @@
|
|
|
17185
16761
|
"name": "CrdtMessageBody",
|
|
17186
16762
|
"typeTokenRange": {
|
|
17187
16763
|
"startIndex": 1,
|
|
17188
|
-
"endIndex":
|
|
16764
|
+
"endIndex": 10
|
|
17189
16765
|
}
|
|
17190
16766
|
},
|
|
17191
16767
|
{
|
|
@@ -17475,27 +17051,6 @@
|
|
|
17475
17051
|
"releaseTag": "Public",
|
|
17476
17052
|
"name": "APPEND_VALUE"
|
|
17477
17053
|
},
|
|
17478
|
-
{
|
|
17479
|
-
"kind": "EnumMember",
|
|
17480
|
-
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.AUTHORITATIVE_PUT_COMPONENT:member",
|
|
17481
|
-
"docComment": "",
|
|
17482
|
-
"excerptTokens": [
|
|
17483
|
-
{
|
|
17484
|
-
"kind": "Content",
|
|
17485
|
-
"text": "AUTHORITATIVE_PUT_COMPONENT = "
|
|
17486
|
-
},
|
|
17487
|
-
{
|
|
17488
|
-
"kind": "Content",
|
|
17489
|
-
"text": "8"
|
|
17490
|
-
}
|
|
17491
|
-
],
|
|
17492
|
-
"initializerTokenRange": {
|
|
17493
|
-
"startIndex": 1,
|
|
17494
|
-
"endIndex": 2
|
|
17495
|
-
},
|
|
17496
|
-
"releaseTag": "Public",
|
|
17497
|
-
"name": "AUTHORITATIVE_PUT_COMPONENT"
|
|
17498
|
-
},
|
|
17499
17054
|
{
|
|
17500
17055
|
"kind": "EnumMember",
|
|
17501
17056
|
"canonicalReference": "@dcl/playground-assets!CrdtMessageType.DELETE_COMPONENT:member",
|
|
@@ -17591,7 +17146,7 @@
|
|
|
17591
17146
|
},
|
|
17592
17147
|
{
|
|
17593
17148
|
"kind": "Content",
|
|
17594
|
-
"text": "
|
|
17149
|
+
"text": "8"
|
|
17595
17150
|
}
|
|
17596
17151
|
],
|
|
17597
17152
|
"initializerTokenRange": {
|
|
@@ -17711,30 +17266,6 @@
|
|
|
17711
17266
|
"endIndex": 6
|
|
17712
17267
|
}
|
|
17713
17268
|
},
|
|
17714
|
-
{
|
|
17715
|
-
"kind": "Variable",
|
|
17716
|
-
"canonicalReference": "@dcl/playground-assets!CreatedBy:var",
|
|
17717
|
-
"docComment": "",
|
|
17718
|
-
"excerptTokens": [
|
|
17719
|
-
{
|
|
17720
|
-
"kind": "Content",
|
|
17721
|
-
"text": "CreatedBy: "
|
|
17722
|
-
},
|
|
17723
|
-
{
|
|
17724
|
-
"kind": "Reference",
|
|
17725
|
-
"text": "ICreatedBy",
|
|
17726
|
-
"canonicalReference": "@dcl/playground-assets!ICreatedBy:type"
|
|
17727
|
-
}
|
|
17728
|
-
],
|
|
17729
|
-
"fileUrlPath": "../ecs/dist/index.d.ts",
|
|
17730
|
-
"isReadonly": true,
|
|
17731
|
-
"releaseTag": "Public",
|
|
17732
|
-
"name": "CreatedBy",
|
|
17733
|
-
"variableTypeTokenRange": {
|
|
17734
|
-
"startIndex": 1,
|
|
17735
|
-
"endIndex": 2
|
|
17736
|
-
}
|
|
17737
|
-
},
|
|
17738
17269
|
{
|
|
17739
17270
|
"kind": "Function",
|
|
17740
17271
|
"canonicalReference": "@dcl/playground-assets!createEntityContainer:function(1)",
|
|
@@ -23181,91 +22712,6 @@
|
|
|
23181
22712
|
"endIndex": 9
|
|
23182
22713
|
}
|
|
23183
22714
|
},
|
|
23184
|
-
{
|
|
23185
|
-
"kind": "TypeAlias",
|
|
23186
|
-
"canonicalReference": "@dcl/playground-assets!ICreatedBy:type",
|
|
23187
|
-
"docComment": "",
|
|
23188
|
-
"excerptTokens": [
|
|
23189
|
-
{
|
|
23190
|
-
"kind": "Content",
|
|
23191
|
-
"text": "export type ICreatedBy = "
|
|
23192
|
-
},
|
|
23193
|
-
{
|
|
23194
|
-
"kind": "Reference",
|
|
23195
|
-
"text": "LastWriteWinElementSetComponentDefinition",
|
|
23196
|
-
"canonicalReference": "@dcl/playground-assets!LastWriteWinElementSetComponentDefinition:interface"
|
|
23197
|
-
},
|
|
23198
|
-
{
|
|
23199
|
-
"kind": "Content",
|
|
23200
|
-
"text": "<"
|
|
23201
|
-
},
|
|
23202
|
-
{
|
|
23203
|
-
"kind": "Reference",
|
|
23204
|
-
"text": "ICreatedByType",
|
|
23205
|
-
"canonicalReference": "@dcl/playground-assets!ICreatedByType:interface"
|
|
23206
|
-
},
|
|
23207
|
-
{
|
|
23208
|
-
"kind": "Content",
|
|
23209
|
-
"text": ">"
|
|
23210
|
-
},
|
|
23211
|
-
{
|
|
23212
|
-
"kind": "Content",
|
|
23213
|
-
"text": ";"
|
|
23214
|
-
}
|
|
23215
|
-
],
|
|
23216
|
-
"fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
|
|
23217
|
-
"releaseTag": "Public",
|
|
23218
|
-
"name": "ICreatedBy",
|
|
23219
|
-
"typeTokenRange": {
|
|
23220
|
-
"startIndex": 1,
|
|
23221
|
-
"endIndex": 5
|
|
23222
|
-
}
|
|
23223
|
-
},
|
|
23224
|
-
{
|
|
23225
|
-
"kind": "Interface",
|
|
23226
|
-
"canonicalReference": "@dcl/playground-assets!ICreatedByType:interface",
|
|
23227
|
-
"docComment": "",
|
|
23228
|
-
"excerptTokens": [
|
|
23229
|
-
{
|
|
23230
|
-
"kind": "Content",
|
|
23231
|
-
"text": "export interface ICreatedByType "
|
|
23232
|
-
}
|
|
23233
|
-
],
|
|
23234
|
-
"fileUrlPath": "../ecs/dist/components/manual/CreatedBy.d.ts",
|
|
23235
|
-
"releaseTag": "Public",
|
|
23236
|
-
"name": "ICreatedByType",
|
|
23237
|
-
"preserveMemberOrder": false,
|
|
23238
|
-
"members": [
|
|
23239
|
-
{
|
|
23240
|
-
"kind": "PropertySignature",
|
|
23241
|
-
"canonicalReference": "@dcl/playground-assets!ICreatedByType#address:member",
|
|
23242
|
-
"docComment": "",
|
|
23243
|
-
"excerptTokens": [
|
|
23244
|
-
{
|
|
23245
|
-
"kind": "Content",
|
|
23246
|
-
"text": "address: "
|
|
23247
|
-
},
|
|
23248
|
-
{
|
|
23249
|
-
"kind": "Content",
|
|
23250
|
-
"text": "string"
|
|
23251
|
-
},
|
|
23252
|
-
{
|
|
23253
|
-
"kind": "Content",
|
|
23254
|
-
"text": ";"
|
|
23255
|
-
}
|
|
23256
|
-
],
|
|
23257
|
-
"isReadonly": false,
|
|
23258
|
-
"isOptional": false,
|
|
23259
|
-
"releaseTag": "Public",
|
|
23260
|
-
"name": "address",
|
|
23261
|
-
"propertyTypeTokenRange": {
|
|
23262
|
-
"startIndex": 1,
|
|
23263
|
-
"endIndex": 2
|
|
23264
|
-
}
|
|
23265
|
-
}
|
|
23266
|
-
],
|
|
23267
|
-
"extendsTokenRanges": []
|
|
23268
|
-
},
|
|
23269
22715
|
{
|
|
23270
22716
|
"kind": "Interface",
|
|
23271
22717
|
"canonicalReference": "@dcl/playground-assets!IEngine:interface",
|
|
@@ -26392,342 +25838,6 @@
|
|
|
26392
25838
|
}
|
|
26393
25839
|
]
|
|
26394
25840
|
},
|
|
26395
|
-
{
|
|
26396
|
-
"kind": "Interface",
|
|
26397
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent:interface",
|
|
26398
|
-
"docComment": "/**\n * Internal component interface that exposes all internal methods for SDK use This is not exposed to users, only for internal SDK operations\n */\n",
|
|
26399
|
-
"excerptTokens": [
|
|
26400
|
-
{
|
|
26401
|
-
"kind": "Content",
|
|
26402
|
-
"text": "export interface InternalBaseComponent<T> extends "
|
|
26403
|
-
},
|
|
26404
|
-
{
|
|
26405
|
-
"kind": "Reference",
|
|
26406
|
-
"text": "BaseComponent",
|
|
26407
|
-
"canonicalReference": "@dcl/playground-assets!BaseComponent:interface"
|
|
26408
|
-
},
|
|
26409
|
-
{
|
|
26410
|
-
"kind": "Content",
|
|
26411
|
-
"text": "<T>"
|
|
26412
|
-
},
|
|
26413
|
-
{
|
|
26414
|
-
"kind": "Content",
|
|
26415
|
-
"text": " "
|
|
26416
|
-
}
|
|
26417
|
-
],
|
|
26418
|
-
"fileUrlPath": "../ecs/dist/engine/component.d.ts",
|
|
26419
|
-
"releaseTag": "Public",
|
|
26420
|
-
"typeParameters": [
|
|
26421
|
-
{
|
|
26422
|
-
"typeParameterName": "T",
|
|
26423
|
-
"constraintTokenRange": {
|
|
26424
|
-
"startIndex": 0,
|
|
26425
|
-
"endIndex": 0
|
|
26426
|
-
},
|
|
26427
|
-
"defaultTypeTokenRange": {
|
|
26428
|
-
"startIndex": 0,
|
|
26429
|
-
"endIndex": 0
|
|
26430
|
-
}
|
|
26431
|
-
}
|
|
26432
|
-
],
|
|
26433
|
-
"name": "InternalBaseComponent",
|
|
26434
|
-
"preserveMemberOrder": false,
|
|
26435
|
-
"members": [
|
|
26436
|
-
{
|
|
26437
|
-
"kind": "MethodSignature",
|
|
26438
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__dry_run_updateFromCrdt:member(1)",
|
|
26439
|
-
"docComment": "/**\n * Dry run update to check if a CRDT message would be accepted without actually applying it\n *\n * @public\n */\n",
|
|
26440
|
-
"excerptTokens": [
|
|
26441
|
-
{
|
|
26442
|
-
"kind": "Content",
|
|
26443
|
-
"text": "__dry_run_updateFromCrdt(body: "
|
|
26444
|
-
},
|
|
26445
|
-
{
|
|
26446
|
-
"kind": "Reference",
|
|
26447
|
-
"text": "CrdtMessageBody",
|
|
26448
|
-
"canonicalReference": "@dcl/playground-assets!CrdtMessageBody:type"
|
|
26449
|
-
},
|
|
26450
|
-
{
|
|
26451
|
-
"kind": "Content",
|
|
26452
|
-
"text": "): "
|
|
26453
|
-
},
|
|
26454
|
-
{
|
|
26455
|
-
"kind": "Reference",
|
|
26456
|
-
"text": "ProcessMessageResultType",
|
|
26457
|
-
"canonicalReference": "@dcl/playground-assets!ProcessMessageResultType:enum"
|
|
26458
|
-
},
|
|
26459
|
-
{
|
|
26460
|
-
"kind": "Content",
|
|
26461
|
-
"text": ";"
|
|
26462
|
-
}
|
|
26463
|
-
],
|
|
26464
|
-
"isOptional": false,
|
|
26465
|
-
"returnTypeTokenRange": {
|
|
26466
|
-
"startIndex": 3,
|
|
26467
|
-
"endIndex": 4
|
|
26468
|
-
},
|
|
26469
|
-
"releaseTag": "Public",
|
|
26470
|
-
"overloadIndex": 1,
|
|
26471
|
-
"parameters": [
|
|
26472
|
-
{
|
|
26473
|
-
"parameterName": "body",
|
|
26474
|
-
"parameterTypeTokenRange": {
|
|
26475
|
-
"startIndex": 1,
|
|
26476
|
-
"endIndex": 2
|
|
26477
|
-
},
|
|
26478
|
-
"isOptional": false
|
|
26479
|
-
}
|
|
26480
|
-
],
|
|
26481
|
-
"name": "__dry_run_updateFromCrdt"
|
|
26482
|
-
},
|
|
26483
|
-
{
|
|
26484
|
-
"kind": "MethodSignature",
|
|
26485
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__onChangeCallbacks:member(1)",
|
|
26486
|
-
"docComment": "/**\n * @public\n */\n",
|
|
26487
|
-
"excerptTokens": [
|
|
26488
|
-
{
|
|
26489
|
-
"kind": "Content",
|
|
26490
|
-
"text": "__onChangeCallbacks(entity: "
|
|
26491
|
-
},
|
|
26492
|
-
{
|
|
26493
|
-
"kind": "Reference",
|
|
26494
|
-
"text": "Entity",
|
|
26495
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26496
|
-
},
|
|
26497
|
-
{
|
|
26498
|
-
"kind": "Content",
|
|
26499
|
-
"text": ", value: "
|
|
26500
|
-
},
|
|
26501
|
-
{
|
|
26502
|
-
"kind": "Content",
|
|
26503
|
-
"text": "T"
|
|
26504
|
-
},
|
|
26505
|
-
{
|
|
26506
|
-
"kind": "Content",
|
|
26507
|
-
"text": "): "
|
|
26508
|
-
},
|
|
26509
|
-
{
|
|
26510
|
-
"kind": "Content",
|
|
26511
|
-
"text": "void"
|
|
26512
|
-
},
|
|
26513
|
-
{
|
|
26514
|
-
"kind": "Content",
|
|
26515
|
-
"text": ";"
|
|
26516
|
-
}
|
|
26517
|
-
],
|
|
26518
|
-
"isOptional": false,
|
|
26519
|
-
"returnTypeTokenRange": {
|
|
26520
|
-
"startIndex": 5,
|
|
26521
|
-
"endIndex": 6
|
|
26522
|
-
},
|
|
26523
|
-
"releaseTag": "Public",
|
|
26524
|
-
"overloadIndex": 1,
|
|
26525
|
-
"parameters": [
|
|
26526
|
-
{
|
|
26527
|
-
"parameterName": "entity",
|
|
26528
|
-
"parameterTypeTokenRange": {
|
|
26529
|
-
"startIndex": 1,
|
|
26530
|
-
"endIndex": 2
|
|
26531
|
-
},
|
|
26532
|
-
"isOptional": false
|
|
26533
|
-
},
|
|
26534
|
-
{
|
|
26535
|
-
"parameterName": "value",
|
|
26536
|
-
"parameterTypeTokenRange": {
|
|
26537
|
-
"startIndex": 3,
|
|
26538
|
-
"endIndex": 4
|
|
26539
|
-
},
|
|
26540
|
-
"isOptional": false
|
|
26541
|
-
}
|
|
26542
|
-
],
|
|
26543
|
-
"name": "__onChangeCallbacks"
|
|
26544
|
-
},
|
|
26545
|
-
{
|
|
26546
|
-
"kind": "MethodSignature",
|
|
26547
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#__run_validateBeforeChange:member(1)",
|
|
26548
|
-
"docComment": "/**\n * @public\n */\n",
|
|
26549
|
-
"excerptTokens": [
|
|
26550
|
-
{
|
|
26551
|
-
"kind": "Content",
|
|
26552
|
-
"text": "__run_validateBeforeChange(entity: "
|
|
26553
|
-
},
|
|
26554
|
-
{
|
|
26555
|
-
"kind": "Reference",
|
|
26556
|
-
"text": "Entity",
|
|
26557
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26558
|
-
},
|
|
26559
|
-
{
|
|
26560
|
-
"kind": "Content",
|
|
26561
|
-
"text": ", newValue: "
|
|
26562
|
-
},
|
|
26563
|
-
{
|
|
26564
|
-
"kind": "Content",
|
|
26565
|
-
"text": "T | undefined"
|
|
26566
|
-
},
|
|
26567
|
-
{
|
|
26568
|
-
"kind": "Content",
|
|
26569
|
-
"text": ", senderAddress: "
|
|
26570
|
-
},
|
|
26571
|
-
{
|
|
26572
|
-
"kind": "Content",
|
|
26573
|
-
"text": "string"
|
|
26574
|
-
},
|
|
26575
|
-
{
|
|
26576
|
-
"kind": "Content",
|
|
26577
|
-
"text": ", createdBy: "
|
|
26578
|
-
},
|
|
26579
|
-
{
|
|
26580
|
-
"kind": "Content",
|
|
26581
|
-
"text": "string"
|
|
26582
|
-
},
|
|
26583
|
-
{
|
|
26584
|
-
"kind": "Content",
|
|
26585
|
-
"text": "): "
|
|
26586
|
-
},
|
|
26587
|
-
{
|
|
26588
|
-
"kind": "Content",
|
|
26589
|
-
"text": "boolean"
|
|
26590
|
-
},
|
|
26591
|
-
{
|
|
26592
|
-
"kind": "Content",
|
|
26593
|
-
"text": ";"
|
|
26594
|
-
}
|
|
26595
|
-
],
|
|
26596
|
-
"isOptional": false,
|
|
26597
|
-
"returnTypeTokenRange": {
|
|
26598
|
-
"startIndex": 9,
|
|
26599
|
-
"endIndex": 10
|
|
26600
|
-
},
|
|
26601
|
-
"releaseTag": "Public",
|
|
26602
|
-
"overloadIndex": 1,
|
|
26603
|
-
"parameters": [
|
|
26604
|
-
{
|
|
26605
|
-
"parameterName": "entity",
|
|
26606
|
-
"parameterTypeTokenRange": {
|
|
26607
|
-
"startIndex": 1,
|
|
26608
|
-
"endIndex": 2
|
|
26609
|
-
},
|
|
26610
|
-
"isOptional": false
|
|
26611
|
-
},
|
|
26612
|
-
{
|
|
26613
|
-
"parameterName": "newValue",
|
|
26614
|
-
"parameterTypeTokenRange": {
|
|
26615
|
-
"startIndex": 3,
|
|
26616
|
-
"endIndex": 4
|
|
26617
|
-
},
|
|
26618
|
-
"isOptional": false
|
|
26619
|
-
},
|
|
26620
|
-
{
|
|
26621
|
-
"parameterName": "senderAddress",
|
|
26622
|
-
"parameterTypeTokenRange": {
|
|
26623
|
-
"startIndex": 5,
|
|
26624
|
-
"endIndex": 6
|
|
26625
|
-
},
|
|
26626
|
-
"isOptional": false
|
|
26627
|
-
},
|
|
26628
|
-
{
|
|
26629
|
-
"parameterName": "createdBy",
|
|
26630
|
-
"parameterTypeTokenRange": {
|
|
26631
|
-
"startIndex": 7,
|
|
26632
|
-
"endIndex": 8
|
|
26633
|
-
},
|
|
26634
|
-
"isOptional": false
|
|
26635
|
-
}
|
|
26636
|
-
],
|
|
26637
|
-
"name": "__run_validateBeforeChange"
|
|
26638
|
-
},
|
|
26639
|
-
{
|
|
26640
|
-
"kind": "MethodSignature",
|
|
26641
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#dirtyIterator:member(1)",
|
|
26642
|
-
"docComment": "/**\n * @public\n */\n",
|
|
26643
|
-
"excerptTokens": [
|
|
26644
|
-
{
|
|
26645
|
-
"kind": "Content",
|
|
26646
|
-
"text": "dirtyIterator(): "
|
|
26647
|
-
},
|
|
26648
|
-
{
|
|
26649
|
-
"kind": "Reference",
|
|
26650
|
-
"text": "Iterable",
|
|
26651
|
-
"canonicalReference": "!Iterable:interface"
|
|
26652
|
-
},
|
|
26653
|
-
{
|
|
26654
|
-
"kind": "Content",
|
|
26655
|
-
"text": "<"
|
|
26656
|
-
},
|
|
26657
|
-
{
|
|
26658
|
-
"kind": "Reference",
|
|
26659
|
-
"text": "Entity",
|
|
26660
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26661
|
-
},
|
|
26662
|
-
{
|
|
26663
|
-
"kind": "Content",
|
|
26664
|
-
"text": ">"
|
|
26665
|
-
},
|
|
26666
|
-
{
|
|
26667
|
-
"kind": "Content",
|
|
26668
|
-
"text": ";"
|
|
26669
|
-
}
|
|
26670
|
-
],
|
|
26671
|
-
"isOptional": false,
|
|
26672
|
-
"returnTypeTokenRange": {
|
|
26673
|
-
"startIndex": 1,
|
|
26674
|
-
"endIndex": 5
|
|
26675
|
-
},
|
|
26676
|
-
"releaseTag": "Public",
|
|
26677
|
-
"overloadIndex": 1,
|
|
26678
|
-
"parameters": [],
|
|
26679
|
-
"name": "dirtyIterator"
|
|
26680
|
-
},
|
|
26681
|
-
{
|
|
26682
|
-
"kind": "MethodSignature",
|
|
26683
|
-
"canonicalReference": "@dcl/playground-assets!InternalBaseComponent#iterator:member(1)",
|
|
26684
|
-
"docComment": "/**\n * Get the iterator to every entity has the component\n *\n * @public\n */\n",
|
|
26685
|
-
"excerptTokens": [
|
|
26686
|
-
{
|
|
26687
|
-
"kind": "Content",
|
|
26688
|
-
"text": "iterator(): "
|
|
26689
|
-
},
|
|
26690
|
-
{
|
|
26691
|
-
"kind": "Reference",
|
|
26692
|
-
"text": "Iterable",
|
|
26693
|
-
"canonicalReference": "!Iterable:interface"
|
|
26694
|
-
},
|
|
26695
|
-
{
|
|
26696
|
-
"kind": "Content",
|
|
26697
|
-
"text": "<["
|
|
26698
|
-
},
|
|
26699
|
-
{
|
|
26700
|
-
"kind": "Reference",
|
|
26701
|
-
"text": "Entity",
|
|
26702
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
26703
|
-
},
|
|
26704
|
-
{
|
|
26705
|
-
"kind": "Content",
|
|
26706
|
-
"text": ", any]>"
|
|
26707
|
-
},
|
|
26708
|
-
{
|
|
26709
|
-
"kind": "Content",
|
|
26710
|
-
"text": ";"
|
|
26711
|
-
}
|
|
26712
|
-
],
|
|
26713
|
-
"isOptional": false,
|
|
26714
|
-
"returnTypeTokenRange": {
|
|
26715
|
-
"startIndex": 1,
|
|
26716
|
-
"endIndex": 5
|
|
26717
|
-
},
|
|
26718
|
-
"releaseTag": "Public",
|
|
26719
|
-
"overloadIndex": 1,
|
|
26720
|
-
"parameters": [],
|
|
26721
|
-
"name": "iterator"
|
|
26722
|
-
}
|
|
26723
|
-
],
|
|
26724
|
-
"extendsTokenRanges": [
|
|
26725
|
-
{
|
|
26726
|
-
"startIndex": 1,
|
|
26727
|
-
"endIndex": 3
|
|
26728
|
-
}
|
|
26729
|
-
]
|
|
26730
|
-
},
|
|
26731
25841
|
{
|
|
26732
25842
|
"kind": "Interface",
|
|
26733
25843
|
"canonicalReference": "@dcl/playground-assets!ISchema:interface",
|
|
@@ -44668,7 +43778,230 @@
|
|
|
44668
43778
|
},
|
|
44669
43779
|
{
|
|
44670
43780
|
"kind": "Function",
|
|
44671
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
43781
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand.encode:function(1)",
|
|
43782
|
+
"docComment": "",
|
|
43783
|
+
"excerptTokens": [
|
|
43784
|
+
{
|
|
43785
|
+
"kind": "Content",
|
|
43786
|
+
"text": "function encode(message: "
|
|
43787
|
+
},
|
|
43788
|
+
{
|
|
43789
|
+
"kind": "Reference",
|
|
43790
|
+
"text": "PBAvatarEmoteCommand",
|
|
43791
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEmoteCommand:interface"
|
|
43792
|
+
},
|
|
43793
|
+
{
|
|
43794
|
+
"kind": "Content",
|
|
43795
|
+
"text": ", writer?: "
|
|
43796
|
+
},
|
|
43797
|
+
{
|
|
43798
|
+
"kind": "Reference",
|
|
43799
|
+
"text": "_m0.Writer",
|
|
43800
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
43801
|
+
},
|
|
43802
|
+
{
|
|
43803
|
+
"kind": "Content",
|
|
43804
|
+
"text": "): "
|
|
43805
|
+
},
|
|
43806
|
+
{
|
|
43807
|
+
"kind": "Reference",
|
|
43808
|
+
"text": "_m0.Writer",
|
|
43809
|
+
"canonicalReference": "protobufjs!Writer:class"
|
|
43810
|
+
},
|
|
43811
|
+
{
|
|
43812
|
+
"kind": "Content",
|
|
43813
|
+
"text": ";"
|
|
43814
|
+
}
|
|
43815
|
+
],
|
|
43816
|
+
"returnTypeTokenRange": {
|
|
43817
|
+
"startIndex": 5,
|
|
43818
|
+
"endIndex": 6
|
|
43819
|
+
},
|
|
43820
|
+
"releaseTag": "Public",
|
|
43821
|
+
"overloadIndex": 1,
|
|
43822
|
+
"parameters": [
|
|
43823
|
+
{
|
|
43824
|
+
"parameterName": "message",
|
|
43825
|
+
"parameterTypeTokenRange": {
|
|
43826
|
+
"startIndex": 1,
|
|
43827
|
+
"endIndex": 2
|
|
43828
|
+
},
|
|
43829
|
+
"isOptional": false
|
|
43830
|
+
},
|
|
43831
|
+
{
|
|
43832
|
+
"parameterName": "writer",
|
|
43833
|
+
"parameterTypeTokenRange": {
|
|
43834
|
+
"startIndex": 3,
|
|
43835
|
+
"endIndex": 4
|
|
43836
|
+
},
|
|
43837
|
+
"isOptional": true
|
|
43838
|
+
}
|
|
43839
|
+
],
|
|
43840
|
+
"name": "encode"
|
|
43841
|
+
}
|
|
43842
|
+
]
|
|
43843
|
+
},
|
|
43844
|
+
{
|
|
43845
|
+
"kind": "Interface",
|
|
43846
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface",
|
|
43847
|
+
"docComment": "/**\n * @public\n */\n",
|
|
43848
|
+
"excerptTokens": [
|
|
43849
|
+
{
|
|
43850
|
+
"kind": "Content",
|
|
43851
|
+
"text": "export interface PBAvatarEquippedData "
|
|
43852
|
+
}
|
|
43853
|
+
],
|
|
43854
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
43855
|
+
"releaseTag": "Public",
|
|
43856
|
+
"name": "PBAvatarEquippedData",
|
|
43857
|
+
"preserveMemberOrder": false,
|
|
43858
|
+
"members": [
|
|
43859
|
+
{
|
|
43860
|
+
"kind": "PropertySignature",
|
|
43861
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#emoteUrns:member",
|
|
43862
|
+
"docComment": "",
|
|
43863
|
+
"excerptTokens": [
|
|
43864
|
+
{
|
|
43865
|
+
"kind": "Content",
|
|
43866
|
+
"text": "emoteUrns: "
|
|
43867
|
+
},
|
|
43868
|
+
{
|
|
43869
|
+
"kind": "Content",
|
|
43870
|
+
"text": "string[]"
|
|
43871
|
+
},
|
|
43872
|
+
{
|
|
43873
|
+
"kind": "Content",
|
|
43874
|
+
"text": ";"
|
|
43875
|
+
}
|
|
43876
|
+
],
|
|
43877
|
+
"isReadonly": false,
|
|
43878
|
+
"isOptional": false,
|
|
43879
|
+
"releaseTag": "Public",
|
|
43880
|
+
"name": "emoteUrns",
|
|
43881
|
+
"propertyTypeTokenRange": {
|
|
43882
|
+
"startIndex": 1,
|
|
43883
|
+
"endIndex": 2
|
|
43884
|
+
}
|
|
43885
|
+
},
|
|
43886
|
+
{
|
|
43887
|
+
"kind": "PropertySignature",
|
|
43888
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData#wearableUrns:member",
|
|
43889
|
+
"docComment": "",
|
|
43890
|
+
"excerptTokens": [
|
|
43891
|
+
{
|
|
43892
|
+
"kind": "Content",
|
|
43893
|
+
"text": "wearableUrns: "
|
|
43894
|
+
},
|
|
43895
|
+
{
|
|
43896
|
+
"kind": "Content",
|
|
43897
|
+
"text": "string[]"
|
|
43898
|
+
},
|
|
43899
|
+
{
|
|
43900
|
+
"kind": "Content",
|
|
43901
|
+
"text": ";"
|
|
43902
|
+
}
|
|
43903
|
+
],
|
|
43904
|
+
"isReadonly": false,
|
|
43905
|
+
"isOptional": false,
|
|
43906
|
+
"releaseTag": "Public",
|
|
43907
|
+
"name": "wearableUrns",
|
|
43908
|
+
"propertyTypeTokenRange": {
|
|
43909
|
+
"startIndex": 1,
|
|
43910
|
+
"endIndex": 2
|
|
43911
|
+
}
|
|
43912
|
+
}
|
|
43913
|
+
],
|
|
43914
|
+
"extendsTokenRanges": []
|
|
43915
|
+
},
|
|
43916
|
+
{
|
|
43917
|
+
"kind": "Namespace",
|
|
43918
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
43919
|
+
"docComment": "/**\n * @public\n */\n",
|
|
43920
|
+
"excerptTokens": [
|
|
43921
|
+
{
|
|
43922
|
+
"kind": "Content",
|
|
43923
|
+
"text": "export declare namespace PBAvatarEquippedData "
|
|
43924
|
+
}
|
|
43925
|
+
],
|
|
43926
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
43927
|
+
"releaseTag": "Public",
|
|
43928
|
+
"name": "PBAvatarEquippedData",
|
|
43929
|
+
"preserveMemberOrder": false,
|
|
43930
|
+
"members": [
|
|
43931
|
+
{
|
|
43932
|
+
"kind": "Function",
|
|
43933
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
43934
|
+
"docComment": "",
|
|
43935
|
+
"excerptTokens": [
|
|
43936
|
+
{
|
|
43937
|
+
"kind": "Content",
|
|
43938
|
+
"text": "function decode(input: "
|
|
43939
|
+
},
|
|
43940
|
+
{
|
|
43941
|
+
"kind": "Reference",
|
|
43942
|
+
"text": "_m0.Reader",
|
|
43943
|
+
"canonicalReference": "protobufjs!Reader:class"
|
|
43944
|
+
},
|
|
43945
|
+
{
|
|
43946
|
+
"kind": "Content",
|
|
43947
|
+
"text": " | "
|
|
43948
|
+
},
|
|
43949
|
+
{
|
|
43950
|
+
"kind": "Reference",
|
|
43951
|
+
"text": "Uint8Array",
|
|
43952
|
+
"canonicalReference": "!Uint8Array:interface"
|
|
43953
|
+
},
|
|
43954
|
+
{
|
|
43955
|
+
"kind": "Content",
|
|
43956
|
+
"text": ", length?: "
|
|
43957
|
+
},
|
|
43958
|
+
{
|
|
43959
|
+
"kind": "Content",
|
|
43960
|
+
"text": "number"
|
|
43961
|
+
},
|
|
43962
|
+
{
|
|
43963
|
+
"kind": "Content",
|
|
43964
|
+
"text": "): "
|
|
43965
|
+
},
|
|
43966
|
+
{
|
|
43967
|
+
"kind": "Reference",
|
|
43968
|
+
"text": "PBAvatarEquippedData",
|
|
43969
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
43970
|
+
},
|
|
43971
|
+
{
|
|
43972
|
+
"kind": "Content",
|
|
43973
|
+
"text": ";"
|
|
43974
|
+
}
|
|
43975
|
+
],
|
|
43976
|
+
"returnTypeTokenRange": {
|
|
43977
|
+
"startIndex": 7,
|
|
43978
|
+
"endIndex": 8
|
|
43979
|
+
},
|
|
43980
|
+
"releaseTag": "Public",
|
|
43981
|
+
"overloadIndex": 1,
|
|
43982
|
+
"parameters": [
|
|
43983
|
+
{
|
|
43984
|
+
"parameterName": "input",
|
|
43985
|
+
"parameterTypeTokenRange": {
|
|
43986
|
+
"startIndex": 1,
|
|
43987
|
+
"endIndex": 4
|
|
43988
|
+
},
|
|
43989
|
+
"isOptional": false
|
|
43990
|
+
},
|
|
43991
|
+
{
|
|
43992
|
+
"parameterName": "length",
|
|
43993
|
+
"parameterTypeTokenRange": {
|
|
43994
|
+
"startIndex": 5,
|
|
43995
|
+
"endIndex": 6
|
|
43996
|
+
},
|
|
43997
|
+
"isOptional": true
|
|
43998
|
+
}
|
|
43999
|
+
],
|
|
44000
|
+
"name": "decode"
|
|
44001
|
+
},
|
|
44002
|
+
{
|
|
44003
|
+
"kind": "Function",
|
|
44004
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.encode:function(1)",
|
|
44672
44005
|
"docComment": "",
|
|
44673
44006
|
"excerptTokens": [
|
|
44674
44007
|
{
|
|
@@ -44677,8 +44010,8 @@
|
|
|
44677
44010
|
},
|
|
44678
44011
|
{
|
|
44679
44012
|
"kind": "Reference",
|
|
44680
|
-
"text": "
|
|
44681
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44013
|
+
"text": "PBAvatarEquippedData",
|
|
44014
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
44682
44015
|
},
|
|
44683
44016
|
{
|
|
44684
44017
|
"kind": "Content",
|
|
@@ -44733,31 +44066,31 @@
|
|
|
44733
44066
|
},
|
|
44734
44067
|
{
|
|
44735
44068
|
"kind": "Interface",
|
|
44736
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44069
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
|
|
44737
44070
|
"docComment": "/**\n * @public\n */\n",
|
|
44738
44071
|
"excerptTokens": [
|
|
44739
44072
|
{
|
|
44740
44073
|
"kind": "Content",
|
|
44741
|
-
"text": "export interface
|
|
44074
|
+
"text": "export interface PBAvatarLocomotionSettings "
|
|
44742
44075
|
}
|
|
44743
44076
|
],
|
|
44744
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/
|
|
44077
|
+
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
44745
44078
|
"releaseTag": "Public",
|
|
44746
|
-
"name": "
|
|
44079
|
+
"name": "PBAvatarLocomotionSettings",
|
|
44747
44080
|
"preserveMemberOrder": false,
|
|
44748
44081
|
"members": [
|
|
44749
44082
|
{
|
|
44750
44083
|
"kind": "PropertySignature",
|
|
44751
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44752
|
-
"docComment": "",
|
|
44084
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#doubleJumpHeight:member",
|
|
44085
|
+
"docComment": "/**\n * Height of the double jump (in meters)\n */\n",
|
|
44753
44086
|
"excerptTokens": [
|
|
44754
44087
|
{
|
|
44755
44088
|
"kind": "Content",
|
|
44756
|
-
"text": "
|
|
44089
|
+
"text": "doubleJumpHeight?: "
|
|
44757
44090
|
},
|
|
44758
44091
|
{
|
|
44759
44092
|
"kind": "Content",
|
|
44760
|
-
"text": "
|
|
44093
|
+
"text": "number | undefined"
|
|
44761
44094
|
},
|
|
44762
44095
|
{
|
|
44763
44096
|
"kind": "Content",
|
|
@@ -44765,9 +44098,9 @@
|
|
|
44765
44098
|
}
|
|
44766
44099
|
],
|
|
44767
44100
|
"isReadonly": false,
|
|
44768
|
-
"isOptional":
|
|
44101
|
+
"isOptional": true,
|
|
44769
44102
|
"releaseTag": "Public",
|
|
44770
|
-
"name": "
|
|
44103
|
+
"name": "doubleJumpHeight",
|
|
44771
44104
|
"propertyTypeTokenRange": {
|
|
44772
44105
|
"startIndex": 1,
|
|
44773
44106
|
"endIndex": 2
|
|
@@ -44775,16 +44108,16 @@
|
|
|
44775
44108
|
},
|
|
44776
44109
|
{
|
|
44777
44110
|
"kind": "PropertySignature",
|
|
44778
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44779
|
-
"docComment": "",
|
|
44111
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingFallingSpeed:member",
|
|
44112
|
+
"docComment": "/**\n * Maximum falling speed when gliding (in meters per second)\n */\n",
|
|
44780
44113
|
"excerptTokens": [
|
|
44781
44114
|
{
|
|
44782
44115
|
"kind": "Content",
|
|
44783
|
-
"text": "
|
|
44116
|
+
"text": "glidingFallingSpeed?: "
|
|
44784
44117
|
},
|
|
44785
44118
|
{
|
|
44786
44119
|
"kind": "Content",
|
|
44787
|
-
"text": "
|
|
44120
|
+
"text": "number | undefined"
|
|
44788
44121
|
},
|
|
44789
44122
|
{
|
|
44790
44123
|
"kind": "Content",
|
|
@@ -44792,183 +44125,41 @@
|
|
|
44792
44125
|
}
|
|
44793
44126
|
],
|
|
44794
44127
|
"isReadonly": false,
|
|
44795
|
-
"isOptional":
|
|
44128
|
+
"isOptional": true,
|
|
44796
44129
|
"releaseTag": "Public",
|
|
44797
|
-
"name": "
|
|
44130
|
+
"name": "glidingFallingSpeed",
|
|
44798
44131
|
"propertyTypeTokenRange": {
|
|
44799
44132
|
"startIndex": 1,
|
|
44800
44133
|
"endIndex": 2
|
|
44801
44134
|
}
|
|
44802
|
-
}
|
|
44803
|
-
],
|
|
44804
|
-
"extendsTokenRanges": []
|
|
44805
|
-
},
|
|
44806
|
-
{
|
|
44807
|
-
"kind": "Namespace",
|
|
44808
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:namespace",
|
|
44809
|
-
"docComment": "/**\n * @public\n */\n",
|
|
44810
|
-
"excerptTokens": [
|
|
44811
|
-
{
|
|
44812
|
-
"kind": "Content",
|
|
44813
|
-
"text": "export declare namespace PBAvatarEquippedData "
|
|
44814
|
-
}
|
|
44815
|
-
],
|
|
44816
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_equipped_data.gen.d.ts",
|
|
44817
|
-
"releaseTag": "Public",
|
|
44818
|
-
"name": "PBAvatarEquippedData",
|
|
44819
|
-
"preserveMemberOrder": false,
|
|
44820
|
-
"members": [
|
|
44821
|
-
{
|
|
44822
|
-
"kind": "Function",
|
|
44823
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData.decode:function(1)",
|
|
44824
|
-
"docComment": "",
|
|
44825
|
-
"excerptTokens": [
|
|
44826
|
-
{
|
|
44827
|
-
"kind": "Content",
|
|
44828
|
-
"text": "function decode(input: "
|
|
44829
|
-
},
|
|
44830
|
-
{
|
|
44831
|
-
"kind": "Reference",
|
|
44832
|
-
"text": "_m0.Reader",
|
|
44833
|
-
"canonicalReference": "protobufjs!Reader:class"
|
|
44834
|
-
},
|
|
44835
|
-
{
|
|
44836
|
-
"kind": "Content",
|
|
44837
|
-
"text": " | "
|
|
44838
|
-
},
|
|
44839
|
-
{
|
|
44840
|
-
"kind": "Reference",
|
|
44841
|
-
"text": "Uint8Array",
|
|
44842
|
-
"canonicalReference": "!Uint8Array:interface"
|
|
44843
|
-
},
|
|
44844
|
-
{
|
|
44845
|
-
"kind": "Content",
|
|
44846
|
-
"text": ", length?: "
|
|
44847
|
-
},
|
|
44848
|
-
{
|
|
44849
|
-
"kind": "Content",
|
|
44850
|
-
"text": "number"
|
|
44851
|
-
},
|
|
44852
|
-
{
|
|
44853
|
-
"kind": "Content",
|
|
44854
|
-
"text": "): "
|
|
44855
|
-
},
|
|
44856
|
-
{
|
|
44857
|
-
"kind": "Reference",
|
|
44858
|
-
"text": "PBAvatarEquippedData",
|
|
44859
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
44860
|
-
},
|
|
44861
|
-
{
|
|
44862
|
-
"kind": "Content",
|
|
44863
|
-
"text": ";"
|
|
44864
|
-
}
|
|
44865
|
-
],
|
|
44866
|
-
"returnTypeTokenRange": {
|
|
44867
|
-
"startIndex": 7,
|
|
44868
|
-
"endIndex": 8
|
|
44869
|
-
},
|
|
44870
|
-
"releaseTag": "Public",
|
|
44871
|
-
"overloadIndex": 1,
|
|
44872
|
-
"parameters": [
|
|
44873
|
-
{
|
|
44874
|
-
"parameterName": "input",
|
|
44875
|
-
"parameterTypeTokenRange": {
|
|
44876
|
-
"startIndex": 1,
|
|
44877
|
-
"endIndex": 4
|
|
44878
|
-
},
|
|
44879
|
-
"isOptional": false
|
|
44880
|
-
},
|
|
44881
|
-
{
|
|
44882
|
-
"parameterName": "length",
|
|
44883
|
-
"parameterTypeTokenRange": {
|
|
44884
|
-
"startIndex": 5,
|
|
44885
|
-
"endIndex": 6
|
|
44886
|
-
},
|
|
44887
|
-
"isOptional": true
|
|
44888
|
-
}
|
|
44889
|
-
],
|
|
44890
|
-
"name": "decode"
|
|
44891
44135
|
},
|
|
44892
44136
|
{
|
|
44893
|
-
"kind": "
|
|
44894
|
-
"canonicalReference": "@dcl/playground-assets!
|
|
44895
|
-
"docComment": "",
|
|
44137
|
+
"kind": "PropertySignature",
|
|
44138
|
+
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#glidingSpeed:member",
|
|
44139
|
+
"docComment": "/**\n * Maximum speed when gliding (in meters per second)\n */\n",
|
|
44896
44140
|
"excerptTokens": [
|
|
44897
44141
|
{
|
|
44898
44142
|
"kind": "Content",
|
|
44899
|
-
"text": "
|
|
44900
|
-
},
|
|
44901
|
-
{
|
|
44902
|
-
"kind": "Reference",
|
|
44903
|
-
"text": "PBAvatarEquippedData",
|
|
44904
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarEquippedData:interface"
|
|
44905
|
-
},
|
|
44906
|
-
{
|
|
44907
|
-
"kind": "Content",
|
|
44908
|
-
"text": ", writer?: "
|
|
44909
|
-
},
|
|
44910
|
-
{
|
|
44911
|
-
"kind": "Reference",
|
|
44912
|
-
"text": "_m0.Writer",
|
|
44913
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
44143
|
+
"text": "glidingSpeed?: "
|
|
44914
44144
|
},
|
|
44915
44145
|
{
|
|
44916
44146
|
"kind": "Content",
|
|
44917
|
-
"text": "
|
|
44918
|
-
},
|
|
44919
|
-
{
|
|
44920
|
-
"kind": "Reference",
|
|
44921
|
-
"text": "_m0.Writer",
|
|
44922
|
-
"canonicalReference": "protobufjs!Writer:class"
|
|
44147
|
+
"text": "number | undefined"
|
|
44923
44148
|
},
|
|
44924
44149
|
{
|
|
44925
44150
|
"kind": "Content",
|
|
44926
44151
|
"text": ";"
|
|
44927
44152
|
}
|
|
44928
44153
|
],
|
|
44929
|
-
"
|
|
44930
|
-
|
|
44931
|
-
"endIndex": 6
|
|
44932
|
-
},
|
|
44154
|
+
"isReadonly": false,
|
|
44155
|
+
"isOptional": true,
|
|
44933
44156
|
"releaseTag": "Public",
|
|
44934
|
-
"
|
|
44935
|
-
"
|
|
44936
|
-
|
|
44937
|
-
|
|
44938
|
-
|
|
44939
|
-
|
|
44940
|
-
"endIndex": 2
|
|
44941
|
-
},
|
|
44942
|
-
"isOptional": false
|
|
44943
|
-
},
|
|
44944
|
-
{
|
|
44945
|
-
"parameterName": "writer",
|
|
44946
|
-
"parameterTypeTokenRange": {
|
|
44947
|
-
"startIndex": 3,
|
|
44948
|
-
"endIndex": 4
|
|
44949
|
-
},
|
|
44950
|
-
"isOptional": true
|
|
44951
|
-
}
|
|
44952
|
-
],
|
|
44953
|
-
"name": "encode"
|
|
44954
|
-
}
|
|
44955
|
-
]
|
|
44956
|
-
},
|
|
44957
|
-
{
|
|
44958
|
-
"kind": "Interface",
|
|
44959
|
-
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings:interface",
|
|
44960
|
-
"docComment": "/**\n * @public\n */\n",
|
|
44961
|
-
"excerptTokens": [
|
|
44962
|
-
{
|
|
44963
|
-
"kind": "Content",
|
|
44964
|
-
"text": "export interface PBAvatarLocomotionSettings "
|
|
44965
|
-
}
|
|
44966
|
-
],
|
|
44967
|
-
"fileUrlPath": "../ecs/dist/components/generated/pb/decentraland/sdk/components/avatar_locomotion_settings.gen.d.ts",
|
|
44968
|
-
"releaseTag": "Public",
|
|
44969
|
-
"name": "PBAvatarLocomotionSettings",
|
|
44970
|
-
"preserveMemberOrder": false,
|
|
44971
|
-
"members": [
|
|
44157
|
+
"name": "glidingSpeed",
|
|
44158
|
+
"propertyTypeTokenRange": {
|
|
44159
|
+
"startIndex": 1,
|
|
44160
|
+
"endIndex": 2
|
|
44161
|
+
}
|
|
44162
|
+
},
|
|
44972
44163
|
{
|
|
44973
44164
|
"kind": "PropertySignature",
|
|
44974
44165
|
"canonicalReference": "@dcl/playground-assets!PBAvatarLocomotionSettings#hardLandingCooldown:member",
|
|
@@ -68604,6 +67795,33 @@
|
|
|
68604
67795
|
"endIndex": 3
|
|
68605
67796
|
}
|
|
68606
67797
|
},
|
|
67798
|
+
{
|
|
67799
|
+
"kind": "PropertySignature",
|
|
67800
|
+
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#fov:member",
|
|
67801
|
+
"docComment": "/**\n * default: 60\n */\n",
|
|
67802
|
+
"excerptTokens": [
|
|
67803
|
+
{
|
|
67804
|
+
"kind": "Content",
|
|
67805
|
+
"text": "fov?: "
|
|
67806
|
+
},
|
|
67807
|
+
{
|
|
67808
|
+
"kind": "Content",
|
|
67809
|
+
"text": "number | undefined"
|
|
67810
|
+
},
|
|
67811
|
+
{
|
|
67812
|
+
"kind": "Content",
|
|
67813
|
+
"text": ";"
|
|
67814
|
+
}
|
|
67815
|
+
],
|
|
67816
|
+
"isReadonly": false,
|
|
67817
|
+
"isOptional": true,
|
|
67818
|
+
"releaseTag": "Public",
|
|
67819
|
+
"name": "fov",
|
|
67820
|
+
"propertyTypeTokenRange": {
|
|
67821
|
+
"startIndex": 1,
|
|
67822
|
+
"endIndex": 2
|
|
67823
|
+
}
|
|
67824
|
+
},
|
|
68607
67825
|
{
|
|
68608
67826
|
"kind": "PropertySignature",
|
|
68609
67827
|
"canonicalReference": "@dcl/playground-assets!PBVirtualCamera#lookAtEntity:member",
|
|
@@ -91247,54 +90465,6 @@
|
|
|
91247
90465
|
"endIndex": 2
|
|
91248
90466
|
}
|
|
91249
90467
|
},
|
|
91250
|
-
{
|
|
91251
|
-
"kind": "TypeAlias",
|
|
91252
|
-
"canonicalReference": "@dcl/playground-assets!ValidateCallback:type",
|
|
91253
|
-
"docComment": "",
|
|
91254
|
-
"excerptTokens": [
|
|
91255
|
-
{
|
|
91256
|
-
"kind": "Content",
|
|
91257
|
-
"text": "export type ValidateCallback<T> = "
|
|
91258
|
-
},
|
|
91259
|
-
{
|
|
91260
|
-
"kind": "Content",
|
|
91261
|
-
"text": "(value: {\n entity: "
|
|
91262
|
-
},
|
|
91263
|
-
{
|
|
91264
|
-
"kind": "Reference",
|
|
91265
|
-
"text": "Entity",
|
|
91266
|
-
"canonicalReference": "@dcl/playground-assets!Entity:type"
|
|
91267
|
-
},
|
|
91268
|
-
{
|
|
91269
|
-
"kind": "Content",
|
|
91270
|
-
"text": ";\n currentValue: T | undefined;\n newValue: T | undefined;\n senderAddress: string;\n createdBy: string;\n}) => boolean"
|
|
91271
|
-
},
|
|
91272
|
-
{
|
|
91273
|
-
"kind": "Content",
|
|
91274
|
-
"text": ";"
|
|
91275
|
-
}
|
|
91276
|
-
],
|
|
91277
|
-
"fileUrlPath": "../ecs/dist/engine/component.d.ts",
|
|
91278
|
-
"releaseTag": "Public",
|
|
91279
|
-
"name": "ValidateCallback",
|
|
91280
|
-
"typeParameters": [
|
|
91281
|
-
{
|
|
91282
|
-
"typeParameterName": "T",
|
|
91283
|
-
"constraintTokenRange": {
|
|
91284
|
-
"startIndex": 0,
|
|
91285
|
-
"endIndex": 0
|
|
91286
|
-
},
|
|
91287
|
-
"defaultTypeTokenRange": {
|
|
91288
|
-
"startIndex": 0,
|
|
91289
|
-
"endIndex": 0
|
|
91290
|
-
}
|
|
91291
|
-
}
|
|
91292
|
-
],
|
|
91293
|
-
"typeTokenRange": {
|
|
91294
|
-
"startIndex": 1,
|
|
91295
|
-
"endIndex": 4
|
|
91296
|
-
}
|
|
91297
|
-
},
|
|
91298
90468
|
{
|
|
91299
90469
|
"kind": "TypeAlias",
|
|
91300
90470
|
"canonicalReference": "@dcl/playground-assets!ValueSetOptions:type",
|