작업소스 http://freebox.myqnapcloud.com:8080/share.cgi?ssid=05TshSe using UnityEngine; using System.Collections; using System; // System 네임스페이스 Action을 사용하려면 System 네임스페이스가 있어야 한다. // 코루틴 콜백 1초뒤에 값을 콜백 public class CallBackTest : MonoBehaviour { void Start() { // 3 : 값을 적용 StartCoroutine(Get(10, 20, Add)); } // 2 : 적용된 값을 출력 void Add( int result) { print( "result " + result); } // 1 : 1초 뒤에 정해진...
음... Substring 함수가 어느 클래스에 있는 건가요?
답글삭제Text클래스라 생각했는데 없네요 = =;;
저것은 클래스가 아니라 변수입니다
삭제