VRButton.SetFrame C# (CSharp) Method

SetFrame() public method

public SetFrame ( int frame ) : void
frame int
return void
    public void SetFrame(int frame)
    {
        //		tile._currentFrame = frame;
        tile.MESH_refresh ();
    }