C# 클래스 Alexandria.Engines.Sciagi.Resources.ScriptSection

A section of a Script.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Convert to a string representation of the section.

ToTreeNode ( ) : TreeNode

Convert to a tree node control.

비공개 메소드들

메소드 설명
Read ( Script script, AssetLoader loader ) : ScriptSection
ScriptSection ( Script script, ScriptBlock block ) : System

메소드 상세

ToString() 공개 메소드

Convert to a string representation of the section.
public ToString ( ) : string
리턴 string

ToTreeNode() 공개 추상적인 메소드

Convert to a tree node control.
public abstract ToTreeNode ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode