UISprite.OnStart C# (CSharp) 메소드

OnStart() 보호된 메소드

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