updateWorldMatrix method
Implementation
GameEntity updateWorldMatrix() {
// this warning will be removed with v1.0.0
yukaConsole.warning( 'GameEntity: .updateWorldMatrix() has been removed. World matrices are automatically updated on access.' );
return this;
}