@dcl/playground-assets 7.5.6 → 7.5.7-10164853387.commit-376e330
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 +1 -0
- package/dist/beta.d.ts +1 -0
- package/dist/index.bundled.d.ts +1 -0
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +3 -3
- package/dist/playground-assets.d.ts +1 -0
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +2 -2
- package/etc/playground-assets.api.md +1 -1
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -143,6 +143,7 @@ export declare interface AudioStreamComponentDefinitionExtended extends LastWrit
|
|
143
143
|
* @public
|
144
144
|
*/
|
145
145
|
export declare const enum AvatarAnchorPointType {
|
146
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
146
147
|
AAPT_POSITION = 0,
|
147
148
|
AAPT_NAME_TAG = 1,
|
148
149
|
AAPT_HEAD = 4,
|
package/dist/beta.d.ts
CHANGED
@@ -143,6 +143,7 @@ export declare interface AudioStreamComponentDefinitionExtended extends LastWrit
|
|
143
143
|
* @public
|
144
144
|
*/
|
145
145
|
export declare const enum AvatarAnchorPointType {
|
146
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
146
147
|
AAPT_POSITION = 0,
|
147
148
|
AAPT_NAME_TAG = 1,
|
148
149
|
AAPT_HEAD = 4,
|
package/dist/index.bundled.d.ts
CHANGED
@@ -143,6 +143,7 @@ export declare interface AudioStreamComponentDefinitionExtended extends LastWrit
|
|
143
143
|
* @public
|
144
144
|
*/
|
145
145
|
export declare const enum AvatarAnchorPointType {
|
146
|
+
/** AAPT_POSITION - @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset */
|
146
147
|
AAPT_POSITION = 0,
|
147
148
|
AAPT_NAME_TAG = 1,
|
148
149
|
AAPT_HEAD = 4,
|