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

Method GetDrawModes

Source/Engine/Level/Actors/StaticModel.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69DrawPass StaticModel::GetDrawModes() const
70{
71 return _drawModes;
72}
73
74void StaticModel::SetDrawModes(DrawPass value)
75{

Callers 2

DrawMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected