Class LocalizeTexture2D
Inheritance
System.Object
LocalizeTexture2D
Syntax
public class LocalizeTexture2D : LocalizationBehaviour
Properties
AssetReference
Declaration
public LocalizeTexture2D.LocalizationBehaviourAssetReference AssetReference { get; set; }
Property Value
UpdateAsset
Declaration
public LocalizeTexture2D.LocalizationBehaviourUnityEvent UpdateAsset { get; set; }
Property Value
Methods
AssetLoaded(AsyncOperationHandle<Texture2D>)
Declaration
protected virtual void AssetLoaded(AsyncOperationHandle<Texture2D> texOperation)
Parameters
Type |
Name |
Description |
AsyncOperationHandle<Texture2D> |
texOperation |
|
OnLocaleChanged(Locale)
Declaration
protected override void OnLocaleChanged(Locale newLocale)
Parameters
Type |
Name |
Description |
Locale |
newLocale |
|
Overrides