Refactor native core objects to simplify usage for newcomers
This commit is contained in:
@@ -24,7 +24,7 @@ class Actor;
|
||||
/// <summary>
|
||||
/// Allows to perform custom rendering using graphics pipeline.
|
||||
/// </summary>
|
||||
API_CLASS() class FLAXENGINE_API RenderTask : public PersistentScriptingObject
|
||||
API_CLASS() class FLAXENGINE_API RenderTask : public ScriptingObject
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE(RenderTask);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user