MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Frame

Method Frame

engine/Poseidon/Core/Visual.hpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15 public:
16 Frame():Matrix4(MIdentity){}
17
18 const Matrix4 &Transform() const {return *this;}
19 void SetTransform( const Matrix4 &transform ) {this->Matrix4::operator =(transform);}

Callers 2

DrawPerfTabFunction · 0.45
ProgressFrameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected