C# 클래스 Alexandria.Engines.GoldBox.Resources.Script

A script resource.
상속: Asset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Browse ( Action progressUpdateCallback = null ) : Control
Link ( ) : void
Script ( AssetManager manager, BinaryReader reader, string name ) : System

비공개 메소드들

메소드 설명
CodeAddressName ( long address ) : string
IsIdentifier ( string text, int index ) : bool

메소드 상세

Browse() 공개 메소드

public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

Link() 공개 메소드

public Link ( ) : void
리턴 void

Script() 공개 메소드

public Script ( AssetManager manager, BinaryReader reader, string name ) : System
manager AssetManager
reader BinaryReader
name string
리턴 System