CompilationEvent Properties
- Updated2023-02-21
- 2 minute(s) read
The CompilationEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code | Gets the code for an event that occurs during compilation. |
![]() | Details | Gets details about the event that occurred during compilation. |
![]() | EventType | Gets the type of event that occurred during compilation. |
![]() | Message | Gets a message describing the event that occurred during compilation. |
![]() | SourceFile | Gets the file that this event occurred in. |
![]() | SourceNodePath | Gets an array that represents a path from the RootNode to the node that is the source of the compilation event. The path is represented through successive indices in the array, starting at the RootNode of the RealTimeSequence. |