UnityEditor.TrailRendererInspector.OnDisable C# (CSharp) Method

OnDisable() public method

public OnDisable ( ) : void
return void
        public void OnDisable()
        {
            this.m_CurveEditor.OnDisable();
        }