Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ transform
Method
transform
src/Entity.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
using namespace RavEngine;
15
16
Ref<Transform> RavEngine::Entity::transform(){
17
return components.GetComponent<Transform>();
18
}
19
20
void Entity::Destroy() {
21
Ref<World>(GetWorld())->Destroy(this);
Callers
10
LookUp
Method · 0.45
Start
Method · 0.45
Tick
Method · 0.45
ResetCam
Method · 0.45
posttick
Method · 0.45
TestWorld
Method · 0.45
Draw
Method · 0.45
AddHook
Method · 0.45
Tick
Method · 0.45
GenerateViewMatrix
Method · 0.45
Calls
no outgoing calls
Tested by
3
ResetCam
Method · 0.36
posttick
Method · 0.36
TestWorld
Method · 0.36