https://hyunity3d.tistory.com/367
유니티 특정 시간마다 호출되는 함수 만들기.
특정 시간마다 호출되는 함수를 만들고 싶을수 있습니다. using UnityEngine; using System.Collections; public class CsGameManager : MonoBehaviour { private float TimeLeft = 2.0f; private float nextTime..
hyunity3d.tistory.com
'프로그램 공부 > Unity 함수' 카테고리의 다른 글
EditorApplication : Unity 에디터에 대한 클래스 (1) | 2023.12.31 |
---|---|
[InitializeOnLoad] : 유니티 시작시 스크립트 실행 (1) | 2023.12.31 |
[Range(Min, Max)] (0) | 2019.07.11 |
#if (조건부 컴파일) (0) | 2019.07.09 |
Coroutine (코루틴) (0) | 2019.07.03 |