| 170 | } |
| 171 | |
| 172 | void Prefab::setTransform(const MatrixF & mat) |
| 173 | { |
| 174 | Parent::setTransform( mat ); |
| 175 | |
| 176 | if ( isServerObject() ) |
| 177 | { |
| 178 | setMaskBits( TransformMask ); |
| 179 | _updateChildren(); |
| 180 | } |
| 181 | } |
| 182 | |
| 183 | void Prefab::setScale(const VectorF & scale) |
| 184 | { |
no outgoing calls
no test coverage detected