C# Class MineViewer.Bookmarks

Afficher le fichier Open project: dzamkov/MineViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
_Action Vector>.Action

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AngleFromName ( string name ) : Vector
Exists ( string name ) : bool
VectorFromName ( string name ) : Vector

Method Details

Add() public méthode

Add a new Bookmark
public Add ( string name, Vector pos, Vector ang ) : void
name string
pos Vector
ang Vector
Résultat void

Bookmarks() public méthode

Creates a new bookmarks object.
public Bookmarks ( string world, Action action ) : System
world string
action Action
Résultat System

Remove() public méthode

Remove an existing bookmark
public Remove ( string name ) : void
name string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ShowForm() public méthode

Show the form
public ShowForm ( Vector pos, Vector ang ) : void
pos Vector
ang Vector
Résultat void

Property Details

_Action public_oe property

public Action,Vector> _Action
Résultat Vector>.Action