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

Turns camera into the direction of the position.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogShowDirection ( int x, int y, int angle ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogShowDirection() public méthode

public DialogShowDirection ( int x, int y, int angle ) : Aura.Mabi
x int
y int
angle int
Résultat Aura.Mabi

Render() public méthode

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