Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
DrawPass FoliageType::GetDrawModes() const
74
{
75
return _drawModes;
76
}
77
78
void FoliageType::SetDrawModes(DrawPass value)
79
{
Callers
6
DrawType
Method · 0.45
DrawEmitterCPU
Function · 0.45
DrawEmittersGPU
Function · 0.45
DrawParticles
Method · 0.45
Draw
Method · 0.45
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected