Class GenericJsonCreateEntry
Generic Json asset creating handler. Allows to specify type of the archetype class to use for the asset data object.
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class GenericJsonCreateEntry : CreateFileEntry, IFileEntryAction
Constructors
GenericJsonCreateEntry(String)
Initializes a new instance of the FlaxEditor.Content.Create.SettingsCreateEntry class.
Declaration
public GenericJsonCreateEntry(string resultUrl)
Parameters
System.String
resultUrl
The result file url. |
Properties
Settings
Gets or sets the settings object to modify.
Declaration
public override object Settings { get; }
Property Value
System.Object
|
Overrides
Methods
Create()
Creates the result file.
Declaration
public override bool Create()
Returns
System.Boolean
True if failed, otherwise false. |