Struct topaz::NullEntity [] [src]

pub struct NullEntity;

A null entity. Use when no components are required.

Trait Implementations

impl HasComponents for NullEntity
[src]

[src]

Return whether the current entity has any components.

[src]

Return a componentless entity.