diff options
author | chai <chaifix@163.com> | 2020-10-14 19:14:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-14 19:14:43 +0800 |
commit | 535024afabedcaf6dc044d064940dc6ae38947f2 (patch) | |
tree | a13b52ab5e6e76793573776e58aa1f3ecb21db05 /Assets/Scripts/Physics/PhysicsPrimitive.cs | |
parent | 7350eaadb191db48a714fb5257333235762e95f9 (diff) |
*physics
Diffstat (limited to 'Assets/Scripts/Physics/PhysicsPrimitive.cs')
-rw-r--r-- | Assets/Scripts/Physics/PhysicsPrimitive.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Assets/Scripts/Physics/PhysicsPrimitive.cs b/Assets/Scripts/Physics/PhysicsPrimitive.cs index b56467b2..0d285fd3 100644 --- a/Assets/Scripts/Physics/PhysicsPrimitive.cs +++ b/Assets/Scripts/Physics/PhysicsPrimitive.cs @@ -95,4 +95,8 @@ public abstract class PhysicsPrimitive : MonoBehaviour m_Parent = transform;
}
+ protected Color Color_Green = new Color(0,1, 0, 0.5f);
+
+ [SerializeField]
+ protected Color m_HintColor = new Color(0, 0, 0, 0.5f);
}
\ No newline at end of file |