Advertisement
Deerenaros

cursor changer

Mar 10th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using UnityEngine;
  2.          
  3. public class ExampleClass : MonoBehaviour {
  4.     void Start() {
  5.     }
  6.  
  7.     public void Change(string cursor) {
  8.         Application.ExternalCall("SetCursor", cursor);
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement