Click or drag to resize

DataBlockAddChild Method

Creates the child block.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public DataBlock AddChild(
	string name
)

Parameters

name
Type: SystemString
The block name.

Return Value

Type: DataBlock
The child block.
Remarks
Names of blocks can repeat.
See Also