Skip to content

Instantly share code, notes, and snippets.

@splhack
Created August 6, 2014 23:57
Show Gist options
  • Select an option

  • Save splhack/de98c15f6bb7b8da883d to your computer and use it in GitHub Desktop.

Select an option

Save splhack/de98c15f6bb7b8da883d to your computer and use it in GitHub Desktop.
lwf.rootMovie.Inspect((obj, h, d, r) => {
if (obj.IsMovie()) {
var movie = obj as LWF.Movie;
Debug.Log(movie.GetFullName());
}
}, 0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment