Declaration
func GetParent(child entity<Entity>) entity<Entity>
go
Parameters
Input
Name | Type | Description |
---|---|---|
Child | Entity | Child node entity |
Return
Type | Description |
---|---|
Entity | Parent Node Entity |
Get the parent node of the target child node entity
func GetParent(child entity<Entity>) entity<Entity>
go
Name | Type | Description |
---|---|---|
Child | Entity | Child node entity |
Type | Description |
---|---|
Entity | Parent Node Entity |