Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LocalizationGroup

Set the current localization group.
Read time 1 minuteLast updated 6 days ago

Definition

LocalizationGroup()

Set the current localization group.
Warning
Removed. LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead
public LocalizationGroup()

Remarks

This can be nested.

LocalizationGroup(Behaviour)

Set the current localization group.
Warning
Removed. LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead
public LocalizationGroup(Behaviour behaviour)

Parameters

behaviour

Use the assembly the behaviour belongs to.

Remarks

This can be nested.

LocalizationGroup(Type)

Set the current localization group.
Warning
Removed. LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead
public LocalizationGroup(Type type)

Parameters

type

Use the assembly the type belongs to.

Remarks

This can be nested.

LocalizationGroup(Object)

Set the current localization group.
Warning
Removed. LocalizationGroup has been deprecated. Please use UnityEditor.LocalizationGroup instead
public LocalizationGroup(object obj)

Parameters

Use the assembly the obj belongs to.

Remarks

This can be nested.