본문 바로가기

Unity/Unity 기타

Unity C# - 함수를 담는 변수 - Action,Func + 람다식

www.youtube.com/watch?v=k3TEOQkqV2A&list=PLpRWpi4Vv6MrY7T3KV62TOIt5qMSDAieb&index=2

keidy.tistory.com/352

 

유니티로 배우는 C# 강좌 Part 19 - Action과 Func

유니티로 배우는 C# 강좌 Part 19 - Action과 Func

keidy.tistory.com

 

 

 - 함수를 담는 변수 

 

- 어떠한 함수의 매개변수로 함수를 받는 경우 사용가능

 

 

-매개변수 함수로 람다식(익명함수)를 사용