BlockId
: string
[Get] |
Identifies the Meta.XR.BuildingBlocks.Editor.BlockData that this block originates from.
Signature
string 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 InstallationRoutineCheckpoint |
InstanceId
: string
[Get] |
A unique identifier string representing the block instance.
Signature
string 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 Version |