AnimatGuiCtrls.Collections.KeyFrameCollection.Remove C# (CSharp) Method

Remove() public method

public Remove ( KeyFrame value ) : void
value AnimatGuiCtrls.Controls.KeyFrame
return void
        public void Remove(KeyFrame value)
        {
            Remove(value, false);
        }

Same methods

KeyFrameCollection::Remove ( KeyFrame value, bool bSuspendRedraw ) : void