License (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


This article or section is a Stub. You can help the Neos Wiki by expanding it.


License component as seen in the Scene Inspector

License specifies the terms under which the object that this component is attached to may be used or exported.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated
Enabled Bool Controls whether or not this component is enabled
RequireCredit Bool If true, this license allows reusers to distribute, remix, adapt, and build upon the object that this component is attached to, in any medium or format, so long as attribution is given to the creator, as specified in the CreditString. Corresponds to any CC-BY Creative Commons license.
CreditString String The attribution required, if RequireCredit is true.
CanExport Bool Whether the license allows export out of Neos.

Usage

Examples

Related Components