Мои Уведомления
Привет, !
Мой Аккаунт Мои Финансы Мои Подписки Мои Настройки Выход
Руководство API скрипты

Gizmos.DrawWireSphere

Объявление

public static void DrawWireSphere(Vector3 center, float radius);

Описание

Рисует каркасную сферу с center и radius.

using UnityEngine; using System.Collections; public class ExampleClass : MonoBehaviour { public float explosionRadius = 5.0f; void OnDrawGizmosSelected() { // Display the explosion radius when selected Gizmos.color = Color.white; Gizmos.DrawWireSphere(transform.position, explosionRadius); } }
Вы можете отблагодарить автора, за перевод документации на русский язык. ₽ Спасибо
API скрипты 2021.3