BuildingCtxMsg<'FnCtx, 'GlCtx> Type
Message containing the building context of a function.
Union cases
| Union case |
Description
|
Full Usage:
FailedBuilding
|
The building process failed. |
Full Usage:
FinalCtx CFGBuildingContext<'FnCtx, 'GlCtx>
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
|
The building process is finished, and this is the final context.
|
Full Usage:
StillBuilding CFGBuildingContext<'FnCtx, 'GlCtx>
Parameters:
CFGBuildingContext<'FnCtx, 'GlCtx>
|
The building process is still ongoing.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFailedBuilding
Returns: bool
|
|
Full Usage:
this.IsFinalCtx
Returns: bool
|
|
Full Usage:
this.IsStillBuilding
Returns: bool
|
|
B2R2