Loading...
Searching...
No Matches
realvirtual.IRuntimeUIBuilder Interface Reference
Interface for classes that want to build runtime UI using RuntimeUIBuilder. More...
Public Member Functions | |
| void | BuildRuntimeUI (RuntimeUIBuilder builder) |
| Called to build or rebuild the UI using the provided builder. | |
Detailed Description
Interface for classes that want to build runtime UI using RuntimeUIBuilder.
Implement this interface to create dynamic UI.
Member Function Documentation
◆ BuildRuntimeUI()
| void realvirtual.IRuntimeUIBuilder.BuildRuntimeUI | ( | RuntimeUIBuilder | builder | ) |
Called to build or rebuild the UI using the provided builder.
- Parameters
-
builder The RuntimeUIBuilder instance to use for creating UI