|

All posts in C#

C#, TIPS AND TRICKS TO INCREASE PRODUCTIVITY

How can we use Events and Delegates in Unity and make easy our life? If you already know how the events and delegates works, you can use the code belowRead More…

INTRODUCTION TO SHADERS

CG C for Graphics – Nvidia HLSL High Level Shader Language – Microsoft GLSL OpenGL Shader Language – OpenGL   Shader «Folder/Name» { Properties { _Color («Color», Color) = (1.0,Read More…

ORIENTED OBJECT PROGRAMMING WITH C# 1

// C# vs C++ // C# versions and differencies // VSComunity // setter and getter // cw = console.writeline // sw = switch // prop, propfull // class // contructor,Read More…

EVENTS AND DELEGATES IN UNITY

How can we use Events and Delegates in Unity and make easy our life? If you already know how the events and delegates works, you can use the code belowRead More…