MCPcopy Create free account
hub / github.com/bevyengine/bevy-website / Entity

Class Entity

learning-code-examples/examples/quick-start/mock_entity.rs:2–2  ·  view source on GitHub ↗

ANCHOR: entity_struct

Source from the content-addressed store, hash-verified

1// ANCHOR: entity_struct
2struct Entity(u64);
3// ANCHOR_END: entity_struct
4
5fn main() {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected