Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RemoveFromGraph(bool)

Removes the current variable from its graph.
Read time 1 minuteLast updated 6 days ago

Definition

void RemoveFromGraph(bool forceRemove = false)

Parameters

forceRemove

If true, removes the variable and all variable nodes referencing it. If false, removal fails if the variable is referenced in nodes.