C# 클래스 MineViewer.Bookmarks

파일 보기 프로젝트 열기: dzamkov/MineViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_Action Vector>.Action

공개 메소드들

메소드 설명
Add ( string name, Vector pos, Vector ang ) : void

Add a new Bookmark

Bookmarks ( string world, Action action ) : System

Creates a new bookmarks object.

Remove ( string name ) : void

Remove an existing bookmark

Save ( ) : void
ShowForm ( Vector pos, Vector ang ) : void

Show the form

비공개 메소드들

메소드 설명
AngleFromName ( string name ) : Vector
Exists ( string name ) : bool
VectorFromName ( string name ) : Vector

메소드 상세

Add() 공개 메소드

Add a new Bookmark
public Add ( string name, Vector pos, Vector ang ) : void
name string
pos Vector
ang Vector
리턴 void

Bookmarks() 공개 메소드

Creates a new bookmarks object.
public Bookmarks ( string world, Action action ) : System
world string
action Action
리턴 System

Remove() 공개 메소드

Remove an existing bookmark
public Remove ( string name ) : void
name string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

ShowForm() 공개 메소드

Show the form
public ShowForm ( Vector pos, Vector ang ) : void
pos Vector
ang Vector
리턴 void

프로퍼티 상세

_Action 공개적으로 프로퍼티

public Action,Vector> _Action
리턴 Vector>.Action