blockly > blockRendering > PathObject > updateInsertionMarker
Méthode blockRendering.PathObject.updateInsertionMarker()
Ajoutez ou supprimez un style indiquant qu'un volume est un repère d'insertion.
Signature :
updateInsertionMarker(enable: boolean): void;
Paramètres
Paramètre | Type | Description |
---|---|---|
activer | booléen | "True" si le bloc est un repère d'insertion et "false" dans le cas contraire. |
Renvoie :
vide