Versions with this page:
Versions without this page:
Возвращает арк-синус f - угол в радианах, синус которого равен f.
f
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Mathf.Asin(0.5F)); } }