UpdateManager:Update
UpdateManager:Update(deltaTime: float, updatePass: UpdatePass)
Parameters
Name | Type | Description |
---|---|---|
deltaTime | float | |
updatePass | UpdatePass |
Example
Events:Subscribe('UpdateManager:Update', function(deltaTime, updatePass)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)