InstallationRoutineCheckpoint Class
Contains all Metadata related to the installation of a block, typically the variants and interfaces choices required by the installation process.
The data is serialized in the owner BuildingBlock MonoBehaviour.
The data is set automatically into these serializable classes on installation of a BuildingBlock.
string InstallationRoutineId[Get]
Identifies the Meta.XR.BuildingBlocks.Editor.InstallationRoutine used to install the owner BuildingBlock.
List of all variant options used for the installation of the owner BuildingBlock.
InstallationRoutineCheckpoint ( string installationRoutineId,
Constructor for a InstallationRoutineCheckpoint, which helps serializing data used during the installation of a BuildingBlock.
ParametersinstallationRoutineId
installationVariants