From 535024afabedcaf6dc044d064940dc6ae38947f2 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Oct 2020 19:14:43 +0800 Subject: *physics --- Assets/Scripts/Physics/PhysicsBody.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Assets/Scripts/Physics/PhysicsBody.cs') diff --git a/Assets/Scripts/Physics/PhysicsBody.cs b/Assets/Scripts/Physics/PhysicsBody.cs index 812b77b7..77f52474 100644 --- a/Assets/Scripts/Physics/PhysicsBody.cs +++ b/Assets/Scripts/Physics/PhysicsBody.cs @@ -38,6 +38,8 @@ public sealed class PhysicsBody : MonoBehaviour } } - + [Tooltip("摩擦力")] + [SerializeField] + private float m_Frication; } -- cgit v1.1-26-g67d0