このページを含むバージョン:
このページを含まないバージョン:
e (ネイピア数) を指定した乗数で返します。
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Mathf.Exp(6)); } }