(Transform3 is not public #664)

Transform3 is now public
This commit is contained in:
Jonathan Kaufman
2020-06-28 19:12:49 -04:00
parent 823f1a1bdc
commit b9e21e6a43
+1 -1
View File
@@ -336,7 +336,7 @@ namespace MonoGame.Extended
/// objects hierarchically.
/// </para>
/// </remarks>
class Transform3 : BaseTransform<Matrix> {
public class Transform3 : BaseTransform<Matrix> {
private Vector3 _position;
private Quaternion _rotation;
private Vector3 _scale = Vector3.One;