setParent abstract method

Future setParent(
  1. ThermionEntity child,
  2. ThermionEntity parent, {
  3. bool preserveScaling,
})

Sets the parent transform of child to parent.

Implementation

Future setParent(ThermionEntity child, ThermionEntity parent,
    {bool preserveScaling});