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