MCPcopy Create free account
hub / github.com/carbonengine/trinity / OnAddedToMaterial

Method OnAddedToMaterial

trinity/Shader/Parameter/TriTextureParameter.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void TriTextureParameter::OnAddedToMaterial( Tr2Material* material )
308{
309 m_materials.push_back( material );
310}
311
312void TriTextureParameter::OnRemovedFromMaterial( Tr2Material* material )
313{

Callers 2

InitializeMethod · 0.45
OnListModifiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected