Sdk: Add NodeComponentHandle
Former-commit-id: 74e925d0eb39e99e57429c5c769ff827cc04e9c8
This commit is contained in:
@@ -13,8 +13,11 @@
|
|||||||
namespace Ndk
|
namespace Ndk
|
||||||
{
|
{
|
||||||
class Entity;
|
class Entity;
|
||||||
|
class NodeComponent;
|
||||||
|
|
||||||
class NDK_API NodeComponent : public Component<NodeComponent>, public Nz::Node
|
using NodeComponentHandle = Nz::ObjectHandle<NodeComponent>;
|
||||||
|
|
||||||
|
class NDK_API NodeComponent : public Component<NodeComponent>, public Nz::Node, public Nz::HandledObject<NodeComponent>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
NodeComponent() = default;
|
NodeComponent() = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user