MCPcopy Create free account
hub / github.com/Illation/ETEngine / MakeData

Method MakeData

Engine/source/EtFramework/Components/AtmosphereComponent.cpp:71–74  ·  view source on GitHub ↗

----------------------------------- AtmosphereComponentDesc::MakeData Create a atmosphere component from a descriptor

Source from the content-addressed store, hash-verified

69// Create a atmosphere component from a descriptor
70//
71AtmosphereComponent* AtmosphereComponentDesc::MakeData()
72{
73 return new AtmosphereComponent(asset, height, groundRadius);
74}
75
76//------------------------------------------
77// AtmosphereComponentDesc::OnScenePostLoad

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected