Class PrefabCreateEntry
Prefab asset creating handler. Allows to specify base actor to use as the root.
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public class PrefabCreateEntry : CreateFileEntry, IFileEntryAction
Constructors
PrefabCreateEntry(String)
Initializes a new instance of the PrefabCreateEntry class.
Declaration
public PrefabCreateEntry(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. |