MCPcopy 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

14using namespace RavEngine;
15
16Ref<Transform> RavEngine::Entity::transform(){
17 return components.GetComponent<Transform>();
18}
19
20void Entity::Destroy() {
21 Ref<World>(GetWorld())->Destroy(this);

Callers 10

LookUpMethod · 0.45
StartMethod · 0.45
TickMethod · 0.45
ResetCamMethod · 0.45
posttickMethod · 0.45
TestWorldMethod · 0.45
DrawMethod · 0.45
AddHookMethod · 0.45
TickMethod · 0.45
GenerateViewMatrixMethod · 0.45

Calls

no outgoing calls

Tested by 3

ResetCamMethod · 0.36
posttickMethod · 0.36
TestWorldMethod · 0.36