このページを含むバージョン:
このページを含まないバージョン:
f の p 乗の値を返します。
f
p
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Mathf.Pow(6, 1.8F)); } }