コード例 #1
0
 // method: change the direction reference transform to the corresponding hand's transform for the left treader //
 public static void changeDirectionReferenceTransformToHandForLeft()
 => left.changeDirectionReferenceTransformToHand();
コード例 #2
0
 // method: change the direction reference transform to the corresponding hand's transform for the given treader //
 public static void changeDirectionReferenceTransformToHandForTreader(Treader treader)
 => treader.changeDirectionReferenceTransformToHand();