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