InstallationRoutineCheckpoint
(
installationRoutineId
, installationVariants
)
|
Constructor for a InstallationRoutineCheckpoint, which helps serializing data used during the installation of a BuildingBlock.
Signature
InstallationRoutineCheckpoint(string installationRoutineId, List< VariantCheckpoint > installationVariants) Parameters installationRoutineId: stringinstallationVariants: List< VariantCheckpoint > |
InstallationRoutineId
: string
[Get] |
Identifies the Meta.XR.BuildingBlocks.Editor.InstallationRoutine used to install the owner BuildingBlock.
During the installation, this is used to know which routine should be applied. After installation, this is stored to keep an history on how the block was installed.
Signature
string InstallationRoutineId |
InstallationVariants
: List< VariantCheckpoint >
[Get] |
List of all variant options used for the installation of the owning BuildingBlock.
During the installation, these are used to know which variants to apply during the installation routine. After installation, these are used to keep an history on the variants that were used for this block.
Signature
List<VariantCheckpoint> InstallationVariants |