UnityEditor.AnimationCurveContextMenu.Paste C# (CSharp) Méthode

Paste() private méthode

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