Unity .NET 4.0 framework UnityEngine.Mathf

 // .NET 4.x

using UnityEngine; using static UnityEngine.Mathf; public class UsingStaticExample: MonoBehaviour { private void Start () { Debug.Log(RoundToInt(PI)); // Output: // 3 } }

댓글

이 블로그의 인기 게시물

About AActor!!! "UObject" has no member "BeginPlay"

UNREAL Android build information

C++ 생성자 위임 (delegating constructor)