Class LocalizeSpriteEvent
Component that can be used to Localize a Sprite asset. Provides an update event that can be used to automatically update the sprite whenever the Locale changes.
Inheritance
LocalizeSpriteEvent
Inherited Members
Namespace: UnityEngine.Localization.Components
Syntax
[AddComponentMenu("Localization/Asset/Localize Sprite Event")]
public class LocalizeSpriteEvent : LocalizedAssetEvent<Sprite, LocalizedSprite, UnityEventSprite>