Class PrefabCreateEntry.Options
The create options.
Inheritance
System.Object
PrefabCreateEntry.Options
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Options : Object
Constructors
Options()
Declaration
public Options()
Fields
RootActorType
The root actor.
Declaration
[TypeReference]
[Tooltip("The actor type of the root of the new Prefab.")]
public Type RootActorType
Field Value
System.Type
|