Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Aug 1, 2023
1 parent 7617185 commit 2041cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos/asset/assets/buffer-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import { Asset } from './asset';
/**
* @en
* `BufferAsset` is a kind of assets whose internal data is a section of memory buffer
* that you can access through the [[BufferAsset.buffer]] function.
* that you can access through `BufferAsset.view`.
* @zh
* `BufferAsset` 是一类资产,其内部数据是一段内存缓冲,你可以通过 [[BufferAsset.buffer]] 函数获取其内部数据
* `BufferAsset` 是一类资产,其内部数据是一段内存缓冲,你可以通过 `BufferAsset.view` 获取其内部数据
*/
@ccclass('cc.BufferAsset')
export class BufferAsset extends Asset {
Expand Down

0 comments on commit 2041cdf

Please sign in to comment.