Utility/Node: Add a constructor taking translation/rotation/scale
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Nz
|
||||
class NAZARA_UTILITY_API NodeComponent : public Node
|
||||
{
|
||||
public:
|
||||
NodeComponent() = default;
|
||||
using Node::Node;
|
||||
NodeComponent(const NodeComponent&) = default;
|
||||
NodeComponent(NodeComponent&&) noexcept = default;
|
||||
~NodeComponent() = default;
|
||||
|
||||
Reference in New Issue
Block a user