Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnEnable()

Called when the node is created or when the graph is enabled.
Read time 1 minuteLast updated 6 days ago

Definition

public virtual void OnEnable()

Remarks

Use this method to perform initialization logic.