Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveBlockNode(BlockNode)

Removes the specified BlockNode from this context node.
Read time 1 minuteLast updated 13 days ago

Definition

public void RemoveBlockNode(BlockNode blockNode)

Parameters

blockNode

The BlockNode to remove.

Remarks

If the specified block node is not part of this context node, the method does nothing.