Class GenericJsonCreateEntry.Options
The create options.
Inheritance
System.Object
GenericJsonCreateEntry.Options
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Options : Object
Constructors
Options()
Declaration
public Options()
Fields
Type
The type of the archetype class to use for the asset data object to create.
Declaration
[CustomEditor]
[Tooltip("The type of the archetype class to use for the asset data object to create.")]
public Type Type
Field Value
System.Type
|