Class VisualScriptCreateEntry.Options
The create options.
Inheritance
System.Object
VisualScriptCreateEntry.Options
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Options : Object
Constructors
Options()
Declaration
public Options()
Fields
BaseClass
The template.
Declaration
[TypeReference]
[Tooltip("The base class of the new Visual Script to inherit from.")]
public Type BaseClass
Field Value
System.Type
|