CEngineSharp_Client.World.Entity.Npc.Draw C# (CSharp) 메소드

Draw() 공개 메소드

public Draw ( RenderTarget target ) : void
target RenderTarget
리턴 void
        public void Draw(RenderTarget target)
        {
            target.Draw(this.Sprite);
        }