C# Class Aura.Channel.Scripting.Scripts.DialogMinimap

Opens minimap, which is usually hidden during conversations.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogMinimap ( bool zoom, bool maxSize, bool center ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogMinimap() public méthode

public DialogMinimap ( bool zoom, bool maxSize, bool center ) : Aura.Mabi
zoom bool
maxSize bool
center bool
Résultat Aura.Mabi

Render() public méthode

public Render ( StringBuilder &sb ) : void
sb System.Text.StringBuilder
Résultat void