rlPushMatrix method

  1. @override
void rlPushMatrix()
override

Push the current matrix to stack

Implementation

@override
void rlPushMatrix() => _ffi.rlPushMatrix();