中文
Appearance
Gizmos.DrawWireSphere(center, radius, depthTest)
Gizmos
绘制一个球体的线框。
Vector3
number
boolean
void
OnUpdate(): void { let center = new Vector3(0,0,0); let radius = 1; Gizmos.DrawWireSphere(center,radius,false); }