SFML.Graphics.Sprite.Destroy C# (CSharp) 메소드

Destroy() 보호된 메소드

Handle the destruction of the object
protected Destroy ( bool disposing ) : void
disposing bool Is the GC disposing the object, or is it an explicit call ?
리턴 void
        protected override void Destroy(bool disposing)
        {
            sfSprite_destroy(CPointer);
        }