Facebook
From Reto Spoerri, 4 Years ago, written in C#.
Embed
Download Paste or View Raw
Hits: 303
  1. string typeName = (thisNode!=null)?thisNode.GetType().ToString():"undefined";
  2. Debug.Log("# '"+currentLineNumber+"' thisNode '"+thisNode+"' typeName '"+typeName+"'");
  3.  
  4.  
  5. the above code returns:
  6. # '2' thisNode ' thisId: -41942' typeName 'undefined'

Replies to test rss

Title Name Language When
Re: test boredumb csharp 4 Years ago.