C# 클래스 Catrobat.IDE.Core.Utilities.Helpers.ReferenceCleaner

파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
CleanUpLookReferences ( Look deletedLook, Sprite selectedSprite ) : void
CleanUpSoundReferences ( Sound deletedSound, Sprite selectedSprite ) : void
CleanUpSpriteReferences ( Sprite deletedSprite, System.Program currentProject ) : void
CleanUpVariableReferences ( Variable deletedUserVariable, Sprite selectedSprite ) : void

메소드 상세

CleanUpLookReferences() 공개 정적인 메소드

public static CleanUpLookReferences ( Look deletedLook, Sprite selectedSprite ) : void
deletedLook Look
selectedSprite Sprite
리턴 void

CleanUpSoundReferences() 공개 정적인 메소드

public static CleanUpSoundReferences ( Sound deletedSound, Sprite selectedSprite ) : void
deletedSound Sound
selectedSprite Sprite
리턴 void

CleanUpSpriteReferences() 공개 정적인 메소드

public static CleanUpSpriteReferences ( Sprite deletedSprite, System.Program currentProject ) : void
deletedSprite Sprite
currentProject System.Program
리턴 void

CleanUpVariableReferences() 공개 정적인 메소드

public static CleanUpVariableReferences ( Variable deletedUserVariable, Sprite selectedSprite ) : void
deletedUserVariable Catrobat.IDE.Core.Models.Variable
selectedSprite Sprite
리턴 void