包含此页的版本:
不含此页的版本:
返回 f 的 p 次幂。
f
p
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Mathf.Pow(6, 1.8f)); } }