标签:highlight scene orm sharp debug deb his logs div
private void OnDrawGizmos()
{
Debug.Log("OnDrawGizmos");
Gizmos.DrawWireSphere(this.transform.position, areaRadius);
}
注意只会在Scene界面下出现
标签:highlight scene orm sharp debug deb his logs div
原文地址:http://www.cnblogs.com/jiahuafu/p/6418312.html