timerRemove
Parameters
- self:*Self
- *Self
- id:Id
- Id
Source
Implementation
pub fn timerRemove(self: *Self, id: Id) void {
const h = id.update("_timer");
_ = self.animations.remove(h);
}Source
pub fn timerRemove(self: *Self, id: Id) void {
const h = id.update("_timer");
_ = self.animations.remove(h);
}