Namespace UnityEngine.Localization.Components | Localization | 0.5.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Namespace UnityEngine.Localization.Components

    Classes

    LocalizeAudioClipBehaviour

    Component that can be used to Localize an Audio Clip asset. Provides an update event that can be used to automatically update the clip whenever the Locale changes.

    LocalizeAudioClipBehaviour.UnityEventAudioClip

    UnityEvent which can pass an AudioClip as an argument.

    LocalizedAssetBehaviour<TObject>

    Base class for all asset localization components.

    LocalizedAssetBehaviour<TObject>.LocalizedAssetReference

    /// Reference to the localized asset entry and table.

    LocalizeStringBehaviour

    Component that can be used to Localize a string. Allows for configuring optional string arguments and provides an update event that can be used to update the string.

    LocalizeStringBehaviour.StringUnityEvent

    UnityEvent which can pass a string as an argument.

    LocalizeTextureBehaviour

    Component that can be used to Localize a Texture asset. Provides an update event that can be used to automatically update the texture whenever the Locale changes.

    LocalizeTextureBehaviour.UnityEventTexture

    UnityEvent which can pass a Texture as an argument.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX