Class ActorToolboxAttribute
This attribute is used to show actors that can be created in the actor tab of the toolbox.
Inheritance
System.Object
ActorToolboxAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ActorToolboxAttribute : Attribute
Constructors
ActorToolboxAttribute(String)
Initializes a new instance of the Actor
Declaration
public ActorToolboxAttribute(string group)
Parameters
System. The group to use to create the tab. |
ActorToolboxAttribute(String, String)
Initializes a new instance of the Actor
Declaration
public ActorToolboxAttribute(string group, string name)
Parameters
System. The group used to create the tab. |
System. The name to use rather than default. |
Fields
Group
The path to be used in the tool box
Declaration
public string Group
Field Value
System.
|
Name
The name to be used for the actor in the tool box. Will default to actor name if now used.
Declaration
public string Name
Field Value
System.
|