Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity why is there no transform.left

//The reason that there is a transform.up, right and forward, 
//and not a transform.down, left and back,
//is because you can just add a minus to the existing ones to invert them.

//A transform.down could be -transform.up
//A transform.left could be -transform.right
//A transform.back could be -transform.forward
 
PREVIOUS NEXT
Tagged: #unity
ADD COMMENT
Topic
Name
6+2 =