OnEnable()
Called when the tool is created.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.TerrainTools
- Assembly: UnityEditor
public virtual void OnEnable()
Remarks
Unity calls this method when the tool is created. Additional Resources: ScriptableObject.OnEnable().