UISprite.OnStart C# (CSharp) Method

OnStart() protected method

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