Class LayersAndTagsSettings
Layers and objects tags settings.
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LayersAndTagsSettings : SettingsBase
Constructors
LayersAndTagsSettings()
Fields
Layers
The layers names.
Declaration
[EditorOrder(10)]
[EditorDisplay("Layers", "__inline__")]
[Collection]
public string[] Layers
Field Value
System.String[]
|
Tags
The tag names.
Declaration
[EditorOrder(10)]
[EditorDisplay("Tags", "__inline__")]
public List<string> Tags
Field Value
System.Collections.Generic.List<System.String>
|
Methods
GetCurrentLayers()
Gets the current layer names (max 32 items but trims last empty items).
Declaration
public static string[] GetCurrentLayers()
Returns
System.String[]
The layers. |