MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetDrawModes

Method GetDrawModes

Source/Engine/Foliage/FoliageType.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73DrawPass FoliageType::GetDrawModes() const
74{
75 return _drawModes;
76}
77
78void FoliageType::SetDrawModes(DrawPass value)
79{

Callers 6

DrawTypeMethod · 0.45
DrawEmitterCPUFunction · 0.45
DrawEmittersGPUFunction · 0.45
DrawParticlesMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected