C# 클래스 FlatRedBall.DeleteSprite

SpriteEditor instruction for deleting a Sprite. This is created whenever a Sprite is deleted so it can be undone.
상속: FrbInstruction
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
DeleteSprite ( Sprite referenceSprite ) : System

The reference Sprite is cloned here because some things may change on the Sprite after it is deleted; specifically its attachments.

ToString ( ) : string

메소드 상세

DeleteSprite() 공개 메소드

The reference Sprite is cloned here because some things may change on the Sprite after it is deleted; specifically its attachments.
public DeleteSprite ( Sprite referenceSprite ) : System
referenceSprite Sprite Reference to the Sprite that is being deleted.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string