C Sharp For Unity
C Sharp For Unity
C Sharp For Unity
- Microsoft (2015)
Variables
For many applications, you want to create and manage groups of related
objects. There are two ways to group objects: by creating arrays of
objects, and by creating collections of objects.
Arrays
Arrays are most useful for creating and working with a fixed number of
strongly-typed objects.
Collections
Classes and structs are two of the basic constructs of the common type
system in the .NET Framework. Each is essentially a data structure that
encapsulates a set of data and behaviors that belong together as a logical
unit. The data and behaviors are the members of the class or struct, and
they include its methods, properties, and events, and so on…
Classes
Objects
A class or struct definition is like a blueprint that specifies what the type
can do. An object is basically a block of memory that has been allocated
and configured according to the blueprint. A program may create many
objects of the same class. Objects are also called instances, and they can
be stored in either a named variable or in an array or collection.
Objects
Objects
Namespaces
Second, declaring your own namespaces can help you control the scope of
class and method names in larger programming projects.
Namespaces
enum
https://docs.microsoft.com/en-us/dotnet/csharp/getting-
started/introduction-to-the-csharp-language-and-the-net-framework
https://docs.microsoft.com/en-us/dotnet/csharp/basic-types
https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/types-
and-variables
https://docs.microsoft.com/en-us/dotnet/csharp/language-
reference/keywords/switch
Referencias
https://docs.microsoft.com/en-us/dotnet/csharp/language-
reference/keywords/for
https://docs.microsoft.com/en-us/dotnet/csharp/language-
reference/keywords/foreach-in
https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/arrays
https://docs.microsoft.com/en-
us/dotnet/api/system.collections.generic.list-1?view=netframework-4.7.2
Referencias
https://docs.microsoft.com/en-
us/dotnet/api/system.collections.generic.dictionary-
2?view=netframework-4.7.2
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/concepts/collections
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/classes-and-structs/local-functions
Referencias
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/classes-and-structs/methods
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/classes-and-structs/objects
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/classes-and-structs/
https://docs.microsoft.com/en-us/dotnet/csharp/programming-
guide/namespaces/
Contacto
● [email protected]
● https://www.facebook.com/pg/Null-GameDevs-
612116239210175/about/?ref=page_internal
● https://www.youtube.com/channel/UCpmu186jY1s3T9ADieN-
uug?fbclid=IwAR0N_DzToT5DrwwnzhVD38uusk3RvtZc8m6qHagK
bDPI0H0R4DX-TEERbP0
● https://connect.unity.com/u/francisco-javier-pariona-vega
● https://www.linkedin.com/in/francisco-javier-pariona-vega-
b86958161/