mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user