-------------------------------------------------------------------------------- Description: Add a transform to the children list --------------------------------------------------------------------------------
| 2988 | // Add a transform to the children list |
| 2989 | // -------------------------------------------------------------------------------- |
| 2990 | void EveSpaceObject2::AddToChildrenList( EveTransformPtr transform ) |
| 2991 | { |
| 2992 | m_children.Append( transform->GetRawRoot() ); |
| 2993 | } |
| 2994 | |
| 2995 | // -------------------------------------------------------------------------------- |
| 2996 | void EveSpaceObject2::AddController( ITr2Controller* controller ) |
no test coverage detected