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

Opens minimap, which is usually hidden during conversations.
Inheritance: DialogElement
显示文件 Open project: aura-project/aura

Public Methods

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

Method Details

DialogMinimap() public method

public DialogMinimap ( bool zoom, bool maxSize, bool center ) : Aura.Mabi
zoom bool
maxSize bool
center bool
return Aura.Mabi

Render() public method

public Render ( StringBuilder &sb ) : void
sb System.Text.StringBuilder
return void