Interface INodeBuilder
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示一个通用的节点构建器,用于构建一个 INode。
public interface INodeBuilder
Properties
Type
获取此构建器构建的节点的类型。
NodeType Type { get; }
Property Value
Width
获取或设置此构建器构建的节点的大小。
NodeWidth? Width { get; set; }
Property Value
Methods
Build()
构建当前构建器为一个 INode。
INode Build()