C# 클래스 TEditXna.Editor.Clipboard.ClipboardManager

상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: TEdit/Terraria-Map-Editor 1 사용 예제들

공개 메소드들

메소드 설명
ClearBuffers ( ) : void
ClipboardManager ( WorldViewModel worldView ) : System
Flip ( ClipboardBuffer buffer, bool flipX ) : void
FlipX ( ClipboardBuffer buffer ) : void
FlipY ( ClipboardBuffer buffer ) : void
GetSelectionBuffer ( ) : ClipboardBuffer
Import ( string filename ) : void
PasteBufferIntoWorld ( Vector2Int32 anchor ) : void
Remove ( ClipboardBuffer item ) : void

보호된 메소드들

메소드 설명
ClearTile ( Tile tile ) : void

메소드 상세

ClearBuffers() 공개 메소드

public ClearBuffers ( ) : void
리턴 void

ClearTile() 보호된 메소드

protected ClearTile ( Tile tile ) : void
tile TEditXNA.Terraria.Tile
리턴 void

ClipboardManager() 공개 메소드

public ClipboardManager ( WorldViewModel worldView ) : System
worldView TEditXna.ViewModel.WorldViewModel
리턴 System

Flip() 공개 메소드

public Flip ( ClipboardBuffer buffer, bool flipX ) : void
buffer ClipboardBuffer
flipX bool
리턴 void

FlipX() 공개 메소드

public FlipX ( ClipboardBuffer buffer ) : void
buffer ClipboardBuffer
리턴 void

FlipY() 공개 메소드

public FlipY ( ClipboardBuffer buffer ) : void
buffer ClipboardBuffer
리턴 void

GetSelectionBuffer() 공개 메소드

public GetSelectionBuffer ( ) : ClipboardBuffer
리턴 ClipboardBuffer

Import() 공개 메소드

public Import ( string filename ) : void
filename string
리턴 void

PasteBufferIntoWorld() 공개 메소드

public PasteBufferIntoWorld ( Vector2Int32 anchor ) : void
anchor Vector2Int32
리턴 void

Remove() 공개 메소드

public Remove ( ClipboardBuffer item ) : void
item ClipboardBuffer
리턴 void