Unity C# Fundamentals - Delegates, Lambdas, and LINQ

preview_player
Показать описание
In this lesson I will walk you through few examples of what a C# delegate is, also how to use C# lambdas to simplify delegate creation, and lastly we will go through few example of C# LINQ.

The project demonstrated in this video can be downloaded or cloned from:

Get realtime indie development tips from me in Twitter

Subscribe to my indie development videos & game releases newsletter

Blog about Indie development and startup
Рекомендации по теме
Комментарии
Автор

Nice tutorial, The delegates were the hardest part but I finally got it, keep it up Dilmer!

bayinoyi
Автор

you're amazing, this is the best explanation ive ever heard. Subscribed hope you keep doing more

BobrLovr
Автор

You sound exactly like Guillermo Del Toro. Great tutorial :)

gongal
Автор

Hi Dilmer, I am enjoying the tutorial greatly and learning a ton. However, I was wondering if the FindGameObject("Video5", displayMessages); should read FindGameObject("Video5", messages); for the purposes of the tutorial? The former works, but I think the latter is more relevant to teaching about how delegates work as pointers to functions. Is that correct?

pixeldrifter
Автор

Hello Dilmer, I am really learning a lot from you. I have just one question, why didn't you passed messagesDel messages object to FindGameObject("Video5", messages). You passed a direct method to your FindGameObject("Video5", displayMessages) when your method FindGameObject is asking for these parameters FindGameObject(String name, messagesDel callback).

himanshudaswani
Автор

Try to work on not saying "actually"

_Snugglebus