Expose and document various APIs of Visject for plugins to use
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
/// Visject graph parameter.
|
||||
/// </summary>
|
||||
/// <seealso cref="GraphParameter" />
|
||||
API_CLASS() class VisjectGraphParameter : public GraphParameter
|
||||
API_CLASS() class FLAXENGINE_API VisjectGraphParameter : public GraphParameter
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE_WITH_CONSTRUCTOR_IMPL(VisjectGraphParameter, GraphParameter);
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user