setParent method

void setParent(
  1. World world
)

Set the parent of the body

Implementation

void setParent(World world){
  printError("Core", "Set Parent error.");
}