top of page

View a script I created for work

This code gives the illusion of a realtime shadow on an object the player can move around with their pointer.
updatedDynamicDropShadowExample.PNG

This code demonstrates proper coding style:

0.) namespace organization

1.) summary with relevant information

2.) sealed keyword

3.) use of Tooltip and Header attributes

4.) Consistent style

5.) Cached values in Update loop

6.) Easy for caller to use.

bottom of page