Version: 2018.4

LocalizationAsset

class in UnityEngine

/

継承:Object

マニュアルに切り替える

説明

An asset to represent a table of localized strings for one specific locale.

変数

isEditorAssetIs this asset used to localize UI components of the Unity Editor
localeIsoCodeISO Code used to identify the locale. ex: en-uk, zh-hans, ja

コンストラクタ

LocalizationAssetCreates a new empty LocalizationAsset object.

Public 関数

GetLocalizedStringGet the localized string for the specified key.
SetLocalizedStringSet the localized string for the specified key

継承メンバー

変数

hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
nameオブジェクト名

Public 関数

GetInstanceIDオブジェクトのインスタンス ID を返します
ToStringReturns the name of the GameObject.

Static 関数

Destroyゲームオブジェクトやコンポーネント、アセットを削除します
DestroyImmediateDestroys the object obj immediately. You are strongly recommended to use Destroy instead.
DontDestroyOnLoadDo not destroy the target Object when loading a new Scene.
FindObjectOfTypeタイプ type から最初に見つけたアクティブのオブジェクトを返します
FindObjectsOfTypeタイプから見つけたすべてのアクティブのオブジェクト配列を返します
Instantiateoriginal のオブジェクトをクローンします

Operator

boolオブジェクトが存在するかどうか
operator !=二つのオブジェクトが異なるオブジェクトを参照しているか比較します
operator ==2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。