----------------------------------- AtmosphereComponentDesc::MakeData Create a atmosphere component from a descriptor
| 69 | // Create a atmosphere component from a descriptor |
| 70 | // |
| 71 | AtmosphereComponent* AtmosphereComponentDesc::MakeData() |
| 72 | { |
| 73 | return new AtmosphereComponent(asset, height, groundRadius); |
| 74 | } |
| 75 | |
| 76 | //------------------------------------------ |
| 77 | // AtmosphereComponentDesc::OnScenePostLoad |
nothing calls this directly
no outgoing calls
no test coverage detected