@dcl/playground-assets 7.5.6-9766786409.commit-5232ccb → 7.5.7-10164269691.commit-2ac9b33

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 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,
@@ -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,