目录结构调整
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace PhysicsTools
|
||||
{
|
||||
[Serializable]
|
||||
public class SegmentPropertiesBox : SegmentPropertiesBase
|
||||
{
|
||||
public float width;
|
||||
|
||||
public float height;
|
||||
|
||||
public SegmentPropertiesBox()
|
||||
{
|
||||
length = 1f;
|
||||
width = 0.05f;
|
||||
height = 0.2f;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user