| 22 | USING_NS_AX; |
| 23 | |
| 24 | MotionTrail::MotionTrail() |
| 25 | { |
| 26 | _customCommand.setDrawType(CustomCommand::DrawType::ARRAY); |
| 27 | _customCommand.setPrimitiveType(CustomCommand::PrimitiveType::TRIANGLE_STRIP); |
| 28 | } |
| 29 | |
| 30 | MotionTrail::~MotionTrail() |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected