VRButton.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
    void Awake()
    {
        tile = GetComponent<TileBase> ();

        //iTween.MoveTo (gameObject, iTween.Hash ("z", 2f, "time", .5f, "delay", 0f, "easetype", "easeInOutQuart"));
    }