using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; /// /// 编辑physics primitive的位置和大小 /// public class PhysicsPrimitiveEditor : Editor { protected virtual void OnSceneGUI() { } }