PopPlacement
Pops the most recent placement state of Transforms from the stack and applies it. See PushPlacement An error is logged if you attempt to call PopPlacement before calling PushPlacement. Examples // Push the global placement state to the stack //
Transforms::PushPlacement(); // Modify the global placement // Transforms::SetPosition( x, y ); Transforms::SetRotation( alpha ); // Do stuff... // Revert the old global placement // Transforms::PopPlacement(); Other functions of the class Transforms
Questions about PopPlacement? Click here. |