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 ActorToolboxAttribute class.
Declaration
public ActorToolboxAttribute(string group)
Parameters
System.String
group
The group to use to create the tab. |
ActorToolboxAttribute(String, String)
Initializes a new instance of the ActorToolboxAttribute class.
Declaration
public ActorToolboxAttribute(string group, string name)
Parameters
System.String
group
The group used to create the tab. |
System.String
name
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.String
|
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.String
|