GameCommon.MeshObjectAnimationController.RemoveAll C# (CSharp) Méthode

RemoveAll() public méthode

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