Advertisement
LittleAngel

ScrollContent.cs for Bug Report

Jul 3rd, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using UnityEngine;
  2. using UnityEngine.UI;
  3. using System.Collections;
  4.  
  5. public class ScrollContent : MonoBehaviour {
  6.  
  7. public void UpdateScrollingContent (float value) {
  8. Debug.Log (value);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement