Versions with this page:
Versions without this page:
Возвращает f возведённое в степень p.
f
p
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Mathf.Pow(6, 1.8f)); } }