Declaration
func GetChildren(parent entity<Entity>) List<entity<Entity>>
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Parent | Entity | Parent Node Entity |
Return
| Type | Description |
|---|---|
| ListT_Entity | Child node list |
Get all child nodes of the target parent node entity
func GetChildren(parent entity<Entity>) List<entity<Entity>>
go
| Name | Type | Description |
|---|---|---|
| Parent | Entity | Parent Node Entity |
| Type | Description |
|---|---|
| ListT_Entity | Child node list |