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