------------------------------ SpawnComponentDesc::MakeData Create a spawn component from a descriptor
| 120 | // Create a spawn component from a descriptor |
| 121 | // |
| 122 | SpawnComponent* SpawnComponentDesc::MakeData() |
| 123 | { |
| 124 | return new SpawnComponent(mesh, material, scale, shape->MakeBulletCollisionShape(), mass, interval, impulse); |
| 125 | } |
| 126 | |
| 127 | |
| 128 | } // namespace demo |
nothing calls this directly
no test coverage detected