Painting.Start C# (CSharp) Method

Start() protected method

protected Start ( ) : void
return void
    protected void Start()
    {
        if (textureAtlas == null || target == null)
        {
            enabled = false;
        }
    }