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

A local variable section for a script.
상속: ScriptSection
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
ToString ( ) : string

Convert to a string.

ToTreeNode ( ) : TreeNode

Convert to a tree node control.

this ( int index ) : ushort

Get the value of a local.

비공개 메소드들

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

메소드 상세

ToString() 공개 메소드

Convert to a string.
public ToString ( ) : string
리턴 string

ToTreeNode() 공개 메소드

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

this() 공개 메소드

Get the value of a local.
public this ( int index ) : ushort
index int
리턴 ushort