Browse Source

Clarify Transform Directions matrix

In unity setting Forward rotates the whole transform while here setting forward and not the rest of the matrix will skew the transform.
Eideren 5 years ago
parent
commit
d7c1e43d98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      en/manual/stride-for-unity-developers/index.md

+ 1 - 0
en/manual/stride-for-unity-developers/index.md

@@ -155,6 +155,7 @@ In comparison to Unity, many of the Transform component's properties related to
 
 
 #### Transform Directions
 #### Transform Directions
 Unlike Unity, Stride provides a Backward, Left, and Down property.
 Unlike Unity, Stride provides a Backward, Left, and Down property.
+Note that those are matrix properties, so setting one of those is not enough to properly rotate the matrix.
 
 
 | Unity®  | Stride |
 | Unity®  | Stride |
 | ----- | ------- |
 | ----- | ------- |