Refactorings
This commit is contained in:
parent
eb04160d2d
commit
ceb20dea96
5 changed files with 119 additions and 64 deletions
|
@ -191,6 +191,10 @@ impl AnyView {
|
|||
self.model.entity_type
|
||||
}
|
||||
|
||||
pub fn entity_id(&self) -> EntityId {
|
||||
self.model.entity_id()
|
||||
}
|
||||
|
||||
pub(crate) fn draw(
|
||||
&self,
|
||||
origin: Point<Pixels>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue