Answers for "unity why is there no transform.left"

C#
1

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
Posted by: Guest on February-21-2022

Code answers related to "unity why is there no transform.left"

C# Answers by Framework

Browse Popular Code Answers by Language