UISprite.OnStart C# (CSharp) Méthode

OnStart() protected méthode

Set the atlas and the sprite.
protected OnStart ( ) : void
Résultat void
    protected override void OnStart()
    {
        if (mAtlas != null)
        {
            UpdateUVs(true);
        }
    }