BlockId
: string
[Get] |
Identifies the Meta.XR.BuildingBlocks.Editor.BlockData that this block originates from.
Signature
string Meta.XR.BuildingBlocks.BuildingBlock.BlockId |
InstallationRoutineCheckpoint
: InstallationRoutineCheckpoint
[Get][Set] |
Contains all Metadata related to the installation of the block, typically the variants and interfaces choices required by the installation process.
This data is serialized into the scene (or prefab) on the related GameObject.
Signature
InstallationRoutineCheckpoint Meta.XR.BuildingBlocks.BuildingBlock.InstallationRoutineCheckpoint |
InstanceId
: string
[Get] |
A unique identifier string representing the block instance.
Signature
string Meta.XR.BuildingBlocks.BuildingBlock.InstanceId |
Version
: int
[Get] |
The version integer of the block, set up during the installation of the block.
This value is used to detect whether or not an update is available for this block.
Signature
int Meta.XR.BuildingBlocks.BuildingBlock.Version |