Refactor native core objects to simplify usage for newcomers
This commit is contained in:
@@ -39,9 +39,9 @@ API_ENUM() enum class ChannelMask
|
||||
/// <summary>
|
||||
/// Represents a parameter in the Graph.
|
||||
/// </summary>
|
||||
API_CLASS() class FLAXENGINE_API GraphParameter : public PersistentScriptingObject
|
||||
API_CLASS() class FLAXENGINE_API GraphParameter : public ScriptingObject
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(GraphParameter, PersistentScriptingObject);
|
||||
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(GraphParameter, ScriptingObject);
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user