C# Class NekoKun.ObjectEditor.StructField

Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
ID string
Name string

Protected Properties

Property Type Description
defaultProc DefaultValueDelegate
defaultValue object

Public Methods

Method Description
StructField ( System field ) : System

根据 XmlNode 创建字段。

StructField ( string id, DefaultValueDelegate defaultValue ) : System

根据 ID 创建 Unknown 字段。

Method Details

StructField() public method

根据 XmlNode 创建字段。
public StructField ( System field ) : System
field System 描述此 field 的 XmlNode
return System

StructField() public method

根据 ID 创建 Unknown 字段。
public StructField ( string id, DefaultValueDelegate defaultValue ) : System
id string ID
defaultValue DefaultValueDelegate
return System

Property Details

ID public_oe property

public string ID
return string

Name public_oe property

public string Name
return string

defaultProc protected_oe property

protected DefaultValueDelegate defaultProc
return DefaultValueDelegate

defaultValue protected_oe property

protected object defaultValue
return object