notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Translate.md (323B)


      1 # Translate
      2 
      3 CS331 W12 L2
      4 
      5 This is a method of Unity's Transform class that moves the GameObject by the distance specified with respect to the local coordinate system. 
      6 
      7 See [Rotate](Rotate.md) for similar function for rotating based on local rotation. 
      8 
      9 Also see [LocalScale](LocalScale.md) for changing the local scale.