| AccessControl | AccessControl instance to use when verifying whitelist. Must be set to enable compile-time access control. | 
| AllowFastHotload | True if we want to use fast hotloading with this compile group | 
| BuildResult | Returns true if build was successful | 
| Compilers | The compilers within the group | 
| IsBuilding | Returns true if we are currently in the process of building | 
| Name | The name of this compile group, for debugging/display purposes | 
| NeedsBuild | Returns true if we have compiles pending | 
| OnCompileFinished | Called when a compiling ends | 
| OnCompileStarted | Called when a compiling starts | 
| OnCompileSuccess | Called when a compile completes successfully. Can access the result from BuildResult. | 
| PrintErrorsInConsole | True if we want to print errors in the console when compiling | 
| ReferenceProvider | Allows providing an external way to find references |