FSO.Vitaboy.AnimationHandle.Dispose C# (CSharp) Method

Dispose() public method

Disposes this animation handle.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            this.Owner.DisposeAnimation(this);
        }