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