C# Class Alexandria.Engines.GoldBox.Resources.Script

A script resource.
Inheritance: Asset
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Browse ( Action progressUpdateCallback = null ) : Control
Link ( ) : void
Script ( AssetManager manager, BinaryReader reader, string name ) : System

Private Methods

Méthode Description
CodeAddressName ( long address ) : string
IsIdentifier ( string text, int index ) : bool

Method Details

Browse() public méthode

public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Résultat System.Windows.Forms.Control

Link() public méthode

public Link ( ) : void
Résultat void

Script() public méthode

public Script ( AssetManager manager, BinaryReader reader, string name ) : System
manager AssetManager
reader BinaryReader
name string
Résultat System