setParent abstract method

Future setParent(
  1. ThermionEntity child,
  2. ThermionEntity parent
)

Sets the parent transform of child to parent.

Implementation

Future setParent(ThermionEntity child, ThermionEntity parent);