EditorLayerExtensions.SetupLayer(Int32, String) Method

Definition

Attempts to set the layer in Project Settings Tag Manager.

public:
 static bool SetupLayer(int layerId, System::String ^ layerName);
public static bool SetupLayer (int layerId, string layerName);
static member SetupLayer : int * string -> bool
Public Shared Function SetupLayer (layerId As Integer, layerName As String) As Boolean

Parameters

layerId
Int32

The layer Id to attempt to set the layer on.

layerName
String

The layer name to attempt to set the layer on.

Returns

True if the specified layerId was newly configured, false otherwise.

Applies to