GameCommon.MeshObjectAnimationController.RemoveAll C# (CSharp) Method

RemoveAll() public method

public RemoveAll ( ) : void
return void
        public void RemoveAll()
        {
            while( activeItems.Count != 0 )
                Remove( activeItems[ activeItems.Count - 1 ] );
        }