com.javierquevedo.BubbleController.Start C# (CSharp) Méthode

Start() public méthode

public Start ( ) : void
Résultat void
        void Start()
        {
            this.GetComponent<Renderer>().material.color = JQUtils.ColorForBubbleColor(bubble.color);
        }