Skip to content

Commit

Permalink
update animation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lslzl3000 committed Jun 8, 2024
1 parent cf1e89d commit ab564ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guide/animation/property.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
## 基本使用
指定场景中的某个节点 `Object3D`,为其添加组件 `PropertyAnimation`;然后给组件追加影片剪辑后即能使用。

> 目前引擎只支持通过Unity工具导入经过Curve曲线或者Animation数据导出 `Clip` 素材,暂不支持代码中自定义属性动画,后续版本会加入
> 目前引擎只支持通过 `Unity` 工具导入经过 `Curve` 曲线或者 `Animation` 数据导出 `Clip` 素材,暂不支持代码中自定义属性动画,后续版本会加入
```cs

//Unity中导出clip的及脚本
// Unity中导出clip的及脚本
public class AnimationInfo : InfoBase
{
[SerializeField] public Animation animation;
Expand Down

0 comments on commit ab564ae

Please sign in to comment.