This version of Unity is unsupported.
Removed

LocalizationGroup Constructor

Obsolete LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead.

Declaration

public LocalizationGroup();
Obsolete LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead.

Declaration

public LocalizationGroup(Behaviour behaviour);
Obsolete LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead.

Declaration

public LocalizationGroup(Type type);
Obsolete LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead.

Declaration

public LocalizationGroup(object obj);

Parameters

behaviour Use the assembly the behaviour belongs to.
type Use the assembly the type belongs to.
obj Use the assembly the obj belongs to.

Description

Set the current localization group.

This can be nested.