Painting.Start C# (CSharp) Méthode

Start() protected méthode

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