jeswin
9 years agoVisitor
Is it possible to return string from Task?
Hi,
In scene graph Task Component
can we return string value instead of content node?
Can i return ProcessType value to Scene?
In scene graph Task Component
can we return string value instead of content node?
<interface>
<field id = "ProcessType" type = "string" />
<field id = "content" type = "node" />
<field id="isValid" type="boolean" />
</interface>
Can i return ProcessType value to Scene?