Bake
method in Coherence.Editor.BakeUtil
Methods
public static bool Bake()
Bake coherence data synchronously.
- Save Schema file for your project
- Generate optimized code for your project
Returns
| Type | Description |
|---|---|
| bool | True when the Schema file and the generated code was created successfully, false otherwise. |
Remarks
The end of this method will force a recompilation.
Uses System.Threading.Tasks.Task.Wait() to block the main thread until the operation completes.