From f049177e20a276049c61edbad631c1b2bbdd5706 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 19:05:22 +0800 Subject: -advanced inspector +odin --- Assets/Scripts/Physics/PhysicsBody.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Assets/Scripts/Physics/PhysicsBody.cs') diff --git a/Assets/Scripts/Physics/PhysicsBody.cs b/Assets/Scripts/Physics/PhysicsBody.cs index e78e6f68..a4ef3aa5 100644 --- a/Assets/Scripts/Physics/PhysicsBody.cs +++ b/Assets/Scripts/Physics/PhysicsBody.cs @@ -2,6 +2,19 @@ using System.Collections.Generic; using UnityEngine; +// 需要受物理系统托管的动作: +// 跳跃上升 +// 跳跃下降 +// 空中受击 +// +// +// 不会受物理系统托管的动作: +// 单个招式 +// 空中连击 +// +// +// 一般来说启用物理是被动的 + /// /// 刚体 /// -- cgit v1.1-26-g67d0