Declaration
func SetParent(parent entity<Transform>, child entity<Transform>, worldPositionStays bool)
go
Setting the parent node requires that both parent and child have the Transform component
func SetParent(parent entity<Transform>, child entity<Transform>, worldPositionStays bool)
go