2017년 12월 22일 금요일

Unity - Scripting - C# - Delegate, Event



[Unity] Delegate 와 Event 설명 모음



Unity 터치이벤트 처리하기
http://www.bsidesoft.com/?p=164

C# delegate, action, event 활용 관련
http://hyunity3d.tistory.com/522

Unity event delegate 예제
http://hyunity3d.tistory.com/528

C# delegate과 event의 차이점
http://www.gpgstudy.com/forum/viewtopic.php?topic=18988

Delegate( 델리게이트 ) 는 어떨때 쓰나요?
http://devkorea.co.kr/bbs/board.php?bo_table=m03_qna&wr_id=36068

C# 강좌 19편. 델리게이트와 이벤트
http://blog.eairship.kr/151

Unity EventHandler를 이용해서 Event Driven Programming 하기
http://growingdever.tistory.com/215

C# 5장. 델리게이트 (Delegate) - 콜백, 체인
http://mrw0119.tistory.com/19

C# 7장. 이벤트 (Event)
http://mrw0119.tistory.com/21

C# event (이벤트) 를 알아보겠습니다.
http://aloloever.blogspot.kr/2015/01/c-event.html

Unity 탄막 슈팅 게임을 만들자(2), 이벤트(Event)와 Delegate 의 사용
http://linecode.tistory.com/12

Unity Event, UnityAction and Delegate
http://rapapa.net/?p=2936

대리자(delegate)
http://penji.tistory.com/160

C# 기초문법 델리게이트, 이벤트
http://blog.daum.net/_blog/BlogTypeView.do?blogid=0rMHK&articleno=104&categoryId=9&regdt=20151227150851

C# delegate 쉽게 이해하기
http://www.csharpstudy.com/CSharp/CSharp-delegate-concept.aspx

c# lambda expression
http://www.csharpstudy.com/CSharp/CSharp-lambda.aspx




댓글 없음:

댓글 쓰기

javascript - SQL 예약어 제거

  <script language="javascript"> //특수문자, 특정문자열(sql예약어) 제거 function checkSearchedWord(obj){ obj.value = obj.value+&quo...