中文
Appearance
Gizmos.DrawSphere(center, radius, depthTest)
Gizmos
绘制一个具有中心和半径的实心球体。
Vector3
number
boolean
void
OnUpdate(): void { let center = new Vector3(0,0,0); let radius = 1; Gizmos.DrawSphere(center,radius,false); }