duck

Untitled

Jun 30th, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [Flags ()]
  2. public enum BuildOptions {
  3. None,
  4. Development,
  5. AutoRunPlayer,
  6. ShowBuiltPlayer,
  7. BuildAdditionalStreamedScenes,
  8. AcceptExternalModificationsToPlayer,
  9. InstallInBuildFolder,
  10. WebPlayerOfflineDeployment,
  11. ConnectWithProfiler,
  12. AllowDebugging,
  13. BuildX86_32Binary,
  14. BuildX86_64Binary,
  15. StripDebugSymbols,
  16. CompressTextures
  17. }
Advertisement
Add Comment
Please, Sign In to add comment