What does void do in unity?



What does void do in unity?..

Answer / Praveen Kumar Pal

In Unity, 'void' is a return type that indicates the method doesn't return any value. It's commonly used for event functions such as Start(), Update(), and FixedUpdate().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

To allow an element to be accessed using a unique key which .NET collection class is used ?

1 Answers   Siebel,


List some of the common data providers for ado.net framework?

1 Answers  


What is session variable in c#?

1 Answers  


What is default class in c#?

1 Answers  


Why delegates are type safe?

1 Answers  


What does string intern do?

1 Answers  


is it possible to access a remote web service Without UDDI?

1 Answers   TCS,


What is action in c# 3.5?

1 Answers  


Which namespace is required to implement trace ?

1 Answers  


What is ilist c#?

1 Answers  


What is iqueryable?

1 Answers  


Name the property of the textbox which cannot be changed at runtime?

1 Answers  


Categories