UnityEditor.AnimationCurveContextMenu.Paste C# (CSharp) Method

Paste() private method

private Paste ( ) : void
return void
        private void Paste()
        {
            ParticleSystemClipboard.PasteAnimationCurves(this.m_Prop1, this.m_Prop2, this.m_Scalar, this.m_CurveRanges, this.m_ParticleSystemCurveEditor);
        }