C# Class Alexandria.Engines.Sciagi.Resources.ScriptSection

A section of a Script.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Convert to a string representation of the section.

ToTreeNode ( ) : TreeNode

Convert to a tree node control.

Private Methods

Méthode Description
Read ( Script script, AssetLoader loader ) : ScriptSection
ScriptSection ( Script script, ScriptBlock block ) : System

Method Details

ToString() public méthode

Convert to a string representation of the section.
public ToString ( ) : string
Résultat string

ToTreeNode() public abstract méthode

Convert to a tree node control.
public abstract ToTreeNode ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode