MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetType

Method GetType

src/PhysicsCollider.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32PhysicsCollider::CollisionType RavEngine::PhysicsCollider::GetType()
33{
34 return collider->getFlags() & PxShapeFlag::eTRIGGER_SHAPE ? CollisionType::Trigger : CollisionType::Collider;
35}
36
37void RavEngine::PhysicsCollider::SetQueryable(bool state)
38{

Callers 15

loadBufferMethod · 0.80
loadSharedBufferMethod · 0.80
NACL_PumpEventsFunction · 0.80
AssertShaderTypeFunction · 0.80
ValidateTextureViewMethod · 0.80
DbgShaderProgramMethod · 0.80
CopyBufferFromTextureMethod · 0.80
CopyTextureMethod · 0.80
CopyTextureFromBufferMethod · 0.80

Calls 1

getFlagsMethod · 0.45

Tested by

no test coverage detected