Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. Task.RunInMainThread(()=>
  2. {
  3.     // everything here is granted to be executed in the main thread
  4.     terrain.SetAlphamaps(1);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement