MCPcopy Create free account
hub / github.com/alecthomas/entityx / Collideable

Method Collideable

examples/example.cc:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75struct Collideable {
76 explicit Collideable(float radius) : radius(radius) {}
77
78 float radius;
79};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected